Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pandadoc
Connects remotely to PandaDoc's MCP endpoint for document automation, proposals, contracts, and e-signatures. Requires PANDADOC_API_KEY.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin pandadocCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pandadoc": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://developers.pandadoc.com/mcp",
"--header",
"Authorization:API-Key ${PANDADOC_API_KEY}"
],
"url": "https://developers.pandadoc.com/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://developers.pandadoc.com/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.