@coretext-ai/qa-pandadoc-e82e7e1c-4562-4886-a483-8b142e606c80
v1.0.2
Published
MCP server with pandadoc integration
Downloads
6
Readme
pandadoc-mcp-server
MCP server with pandadoc integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 35 tools across 1 integrations:
Pandadoc Tools
- pandadoc_create_document: Create a new document from a template or PDF
- pandadoc_get_document: Retrieve document details by ID
- pandadoc_list_documents: List documents with optional filtering
- pandadoc_update_document: Update document details including name, recipients, fields, and tokens
- pandadoc_delete_document: Delete a document
- pandadoc_send_document: Send a document to recipients for signing
- pandadoc_change_document_status: Change document status (e.g., complete, void, decline)
- pandadoc_download_document: Download document as PDF
- pandadoc_create_document_link: Create a link for document viewing/editing
- pandadoc_list_templates: List templates with optional filtering
- pandadoc_get_template: Get template details by ID
- pandadoc_delete_template: Delete a template
- pandadoc_add_document_recipient: Add a recipient to a document
- pandadoc_update_document_recipient: Update a document recipient's details
- pandadoc_delete_document_recipient: Remove a recipient from a document
- pandadoc_create_webhook: Create a webhook subscription
- pandadoc_list_webhooks: List all webhook subscriptions
- pandadoc_get_webhook: Get webhook subscription details
- pandadoc_update_webhook: Update webhook subscription
- pandadoc_delete_webhook: Delete webhook subscription
- pandadoc_create_document_folder: Create a new folder for documents
- pandadoc_list_document_folders: List document folders
- pandadoc_rename_document_folder: Rename a document folder
- pandadoc_create_template_folder: Create a new folder for templates
- pandadoc_list_template_folders: List template folders
- pandadoc_get_current_user: Get details of the currently authenticated user
- pandadoc_list_members: List all members in the workspace
- pandadoc_get_member: Get member details by ID
- pandadoc_create_document_attachment: Add an attachment to a document
- pandadoc_list_document_attachments: List all attachments for a document
- pandadoc_get_document_attachment: Get attachment details
- pandadoc_download_document_attachment: Download a document attachment
- pandadoc_delete_document_attachment: Delete a document attachment
- pandadoc_transfer_document_ownership: Transfer ownership of a document to another member
- pandadoc_transfer_all_documents_ownership: Transfer ownership of all documents from one member to another
Installation
npm install @coretext-ai/qa-pandadoc-e82e7e1c-4562-4886-a483-8b142e606c80Environment Setup
Create a .env file with the following variables:
PANDADOC_API_KEY=your_pandadoc_api_key_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"pandadoc-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-pandadoc-e82e7e1c-4562-4886-a483-8b142e606c80"],
"env": {
"PANDADOC_API_KEY": "your_pandadoc_api_key_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 03:02:51 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 35
