Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the PandaDoc in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive PandaDoc (proposals + e-signature) from any AI agent: documents, templates, contacts, recipients, sending for signature, status tracking. 10 tools, API-key auth.
こう聞いてみよう
PandaDoc のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → PandaDoc をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
PandaDoc
Drive PandaDoc (proposals + e-signature) from any AI agent: documents, templates, contacts, recipients, sending for signature, status tracking. 10 tools, API-key auth.
セットアップ
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)
前提条件: PANDADOC_API_KEY
ローカルでコネクタをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/store を開き、 PandaDoc を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| 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) |
次のステップ
このガイドは役に立ちましたか?