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 pandadocAdd to your .mcp.json:
{
"mcpServers": {
"pandadoc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://developers.pandadoc.com/mcp",
"--header",
"Authorization:API-Key ${PANDADOC_API_KEY}"
],
"url": "https://developers.pandadoc.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://developers.pandadoc.com/mcp