No install? Use cloud.anythingmcp.com directly.
Sign in, install the PandaDoc in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → PandaDoc klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
PandaDoc + Claude
Drive PandaDoc (proposals + e-signature) from any AI agent: documents, templates, contacts, recipients, sending for signature, status tracking. 10 tools, API-key auth.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
PANDADOC_API_KEY
Schritt 1 — Zugangsdaten holen
pandadoc.com).
Setup:
- Sign in to https://app.pandadoc.com → top-right avatar → API → API Key.
- Use the Production API Key (or Sandbox for testing). The key format is
<long-string>. - Set
PANDADOC_API_KEY.
Authentication: Authorization: API-Key ${PANDADOC_API_KEY} — literal API-Key prefix, NOT Bearer. Adapter handles via API_KEY profile.
…(continued in the in-app connector instructions)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
PandaDoc - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| Tool | What it does |
|---|---|
pandadoc_list_documents | List documents in the workspace, with filters |
pandadoc_create_document | Create a document from a template |
pandadoc_get_document_status | Quick status check for a document |
pandadoc_get_document_details | Fetch document full details — recipients with signing status, tokens, fields, pricing data, attachments |
pandadoc_send_document | Send the document for signing/review |
pandadoc_download_document | Download the finalized PDF of a document |
pandadoc_delete_document | Delete (move to trash) a document |
pandadoc_list_templates | List templates available in the workspace |
pandadoc_get_template_details | Fetch a template's full structure: roles[], tokens[], fields[], pricing_tables, content |
pandadoc_list_contacts | List contacts in the workspace (saved recipients) |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.