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.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → PandaDoc, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
PandaDoc + ChatGPT
Drive PandaDoc (proposals + e-signature) from any AI agent: documents, templates, contacts, recipients, sending for signature, status tracking. 10 tools, API-key auth.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
PANDADOC_API_KEY
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in ChatGPT
ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.
- Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
- Clicca "Add custom connector".
- Compila:
- Name:
PandaDoc - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tool disponibili
| 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
Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.