@mindstone/mcp-server-pandadoc
v0.3.0
Published
PandaDoc document automation MCP server for Model Context Protocol hosts
Readme
@mindstone/mcp-server-pandadoc
PandaDoc document automation MCP server for Model Context Protocol hosts. Create, send, and manage documents, templates, and e-signatures through a standardised MCP interface.
Status
- Version: 0.3.0 · npm
- Auth: API key (
PANDADOC_API_KEY) - Tools: 15 (documents, templates, folders, contacts, content library)
- Surface: cloud-api
- Machine-readable:
STATUS.json
Requirements
- Node.js 20+
- npm
One-click install
After clicking the button, your host will prompt you to fill: PANDADOC_API_KEY.
{
"mcpServers": {
"PandaDoc": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-pandadoc"
],
"env": {
"PANDADOC_API_KEY": ""
}
}
}
}Quick Start
Install & build
cd <path-to-repo>/connectors/pandadoc
npm install
npm run buildnpx (once published)
npx -y @mindstone/mcp-server-pandadocLocal
node dist/index.jsConfiguration
Environment variables
PANDADOC_API_KEY— PandaDoc API key (from Developer Dashboard)MCP_HOST_BRIDGE_STATE— optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE— backwards-compatible alias forMCP_HOST_BRIDGE_STATE
Host configuration examples
Claude Desktop / Cursor
{
"mcpServers": {
"PandaDoc": {
"command": "npx",
"args": ["-y", "@mindstone/mcp-server-pandadoc"],
"env": {
"PANDADOC_API_KEY": "your-api-key"
}
}
}
}Local development (no npm publish needed)
{
"mcpServers": {
"PandaDoc": {
"command": "node",
"args": ["<path-to-repo>/connectors/pandadoc/dist/index.js"],
"env": {
"PANDADOC_API_KEY": "your-api-key"
}
}
}
}Tools (15)
Configuration
configure_pandadoc_api_key— Configure the PandaDoc API key
Documents
list_documents— List and search PandaDoc documents with filteringget_document_status— Check the current status of a documentget_document_details— Get full details for a documentcreate_document_from_template— Create a new document from a template (recipients, tokens, fields, pricing tables, metadata, tags)upload_document— Upload a PDF, DOCX, or RTF file to create a documentcreate_document_from_url— Create a document from a publicly accessible HTTPS PDF URL (the connector DNS-resolves the host and follows redirects before handing PandaDoc the terminal URL, so the URL must be reachable from the machine running the connector)send_document— Send a document to recipients for viewing/signingcreate_document_session— Create a shareable view/sign link for a document recipientdownload_document— Download a document as PDF
Templates
list_templates— List available PandaDoc templates
Folders & Contacts
list_document_folders— List document folders (discover folder UUIDs for create/filter inputs)list_contacts— List workspace contacts (discover recipients)
Content Library
list_content_library_items— Search/list reusable content library blocksget_content_library_item_details— Get a content library item's fields, tokens, pricing, and metadata
Licence
FSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
