maverick-pandadoc-mcp
Installation
SKILL.md
PandaDoc
How to use this skill
This skill is a thin pass-through to PandaDoc's hosted MCP server at https://mcp.pandadoc.com/v1/mcp. The live server is the source of truth for what tools exist, what they're called, what arguments they take, and any per-server instructions PandaDoc publishes.
Step 1 - Discover the live tool catalog and PandaDoc's own usage instructions. Always run this first; do not rely on tool names from memory:
mcporter --config {baseDir}/mcporter.json list maverick-pandadoc-mcp --schema
The output includes PandaDoc's Instructions: field (read it) and a JSON Schema for every tool's parameters. Treat this as the authoritative reference for the rest of the session.
Step 2 - Call any tool from the catalog using the form maverick-pandadoc-mcp.<tool>:
mcporter --config {baseDir}/mcporter.json call maverick-pandadoc-mcp.<tool> <arg>=<value> ...