PandaDoc MCP Server for CrewAI 10 tools — connect in under 2 minutes
Connect your CrewAI agents to PandaDoc through the Vinkius — pass the Edge URL in the `mcps` parameter and every PandaDoc tool is auto-discovered at runtime. No credentials to manage, no infrastructure to maintain.
ASK AI ABOUT THIS MCP SERVER
Vinkius supports streamable HTTP and SSE.
from crewai import Agent, Task, Crew
agent = Agent(
role="PandaDoc Specialist",
goal="Help users interact with PandaDoc effectively",
backstory=(
"You are an expert at leveraging PandaDoc tools "
"for automation and data analysis."
),
# Your Vinkius token — get it at cloud.vinkius.com
mcps=["https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"],
)
task = Task(
description=(
"Explore all available tools in PandaDoc "
"and summarize their capabilities."
),
agent=agent,
expected_output=(
"A detailed summary of 10 available tools "
"and what they can do."
),
)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About PandaDoc MCP Server
Connect your PandaDoc account to any AI agent and automate your document workflows through natural conversation.
When paired with CrewAI, PandaDoc becomes a first-class tool in your multi-agent workflows. Each agent in the crew can call PandaDoc tools autonomously — one agent queries data, another analyzes results, a third compiles reports — all orchestrated through the Vinkius with zero configuration overhead.
What you can do
- Documents — List, create from templates, send for signature, check status, and track viewed/completed/declined documents
- Templates — Browse all available document templates (proposals, contracts, NDAs, quotes)
- E-Signatures — Send documents for signature and monitor signing progress in real time
- Contacts — Manage recipient contacts with email, name, and company
- Team — List workspace members and their roles
The PandaDoc MCP Server exposes 10 tools through the Vinkius. Connect it to CrewAI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
How to Connect PandaDoc to CrewAI via MCP
Follow these steps to integrate the PandaDoc MCP Server with CrewAI.
Install CrewAI
Run pip install crewai
Replace the token
Replace [YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.com
Customize the agent
Adjust the role, goal, and backstory to fit your use case
Run the crew
Run python crew.py — CrewAI auto-discovers 10 tools from PandaDoc
Why Use CrewAI with the PandaDoc MCP Server
CrewAI Multi-Agent Orchestration Framework provides unique advantages when paired with PandaDoc through the Model Context Protocol.
Multi-agent collaboration lets you decompose complex workflows into specialized roles — one agent researches, another analyzes, a third generates reports — each with access to MCP tools
CrewAI's native MCP integration requires zero adapter code: pass the Vinkius Edge URL directly in the `mcps` parameter and agents auto-discover every available tool at runtime
Built-in task delegation and shared memory mean agents can pass context between steps without manual state management, enabling multi-hop reasoning across tool calls
Sequential and hierarchical crew patterns map naturally to real-world workflows: enumerate subdomains → analyze DNS history → check WHOIS records → compile findings into actionable reports
PandaDoc + CrewAI Use Cases
Practical scenarios where CrewAI combined with the PandaDoc MCP Server delivers measurable value.
Automated multi-step research: a reconnaissance agent queries PandaDoc for raw data, then a second analyst agent cross-references findings and flags anomalies — all without human handoff
Scheduled intelligence reports: set up a crew that periodically queries PandaDoc, analyzes trends over time, and generates executive briefings in markdown or PDF format
Multi-source enrichment pipelines: chain PandaDoc tools with other MCP servers in the same crew, letting agents correlate data across multiple providers in a single workflow
Compliance and audit automation: a compliance agent queries PandaDoc against predefined policy rules, generates deviation reports, and routes findings to the appropriate team
PandaDoc MCP Tools for CrewAI (10)
These 10 tools become available when you connect PandaDoc to CrewAI via MCP:
pandadoc_create_contact
Email is required. Once created, patients can be used as recipients in document creation. Returns the created contact with their PandaDoc ID. Create a new contact in PandaDoc with email, name, and company for use as a document recipient
pandadoc_create_document
templateId is required (use pandadoc_list_templates to find). Recipients array must include at least email and optionally first_name, last_name, and role (matching template roles). The document is created in "uploaded" status and transitions to "draft" within 3-5 seconds. Fields is an optional JSON object to pre-fill template tokens/variables. Create a new PandaDoc document from a template with recipients, custom fields, and pricing — ready to send for signature
pandadoc_delete_document
This is irreversible. Only documents in draft or voided status should typically be deleted. Completed/signed documents should be voided first if deletion is required for compliance reasons. Permanently delete a PandaDoc document — this action cannot be undone and removes the document from all views
pandadoc_document_status
Returns current status, last viewed/completed dates, and recipient progress. Use for tracking: "has the client signed?", "did they view it?", or status polling after sending. Check the current status of a PandaDoc document — whether it is draft, sent, viewed, completed, or declined
pandadoc_get_document
Returns document name, status, all recipients with their signing status, template reference, pricing table totals, custom field values, and metadata. Use after listing documents to drill into a specific document for complete information. Get complete details of a specific PandaDoc document by ID, including recipients, fields, tokens, pricing, and audit trail
pandadoc_list_contacts
Returns contact name, email, company, and metadata. Contacts are the people your organization sends documents to. Use when the user asks about recipients, needs to find a contact email, or wants to review the contact database. List PandaDoc contacts with names, emails, companies, and associated document history
pandadoc_list_documents
Filter by status: draft (not yet sent), sent (awaiting signatures), completed (fully signed), viewed (opened by recipient), paid, voided, or declined. Returns document name, template used, status, total value, owner email, and dates. Use when the user asks about document pipeline, pending signatures, or completed agreements. List PandaDoc documents with name, status (draft/sent/completed/viewed/paid/voided/declined), creation date, and recipient info
pandadoc_list_members
Returns member name, email, role, and status. Use when the user asks about team members, document ownership, or needs to audit workspace access. List workspace members (users) in your PandaDoc organization with their email, role, and access level
pandadoc_list_templates
Returns template name, UUID (needed for pandadoc_create_document), creation date, and folder. Templates are reusable document blueprints with pre-defined layouts, fields, and recipient roles. Use when the user asks "what templates do we have?" or needs a template ID before creating a document. List all PandaDoc templates available for document creation — proposals, contracts, agreements, NDAs, and more
pandadoc_send_document
This triggers email notifications to all recipients. Set silent=true to suppress emails (useful when embedding signing in your own app). An optional message can be included in the notification email. The document moves to "sent" status after this call. Send a PandaDoc document for signature — transitions it from draft to sent and notifies all recipients via email
Example Prompts for PandaDoc in CrewAI
Ready-to-use prompts you can give your CrewAI agent to start working with PandaDoc immediately.
"Show me all proposals waiting for signature"
"Create a new NDA for Jane Doe at Global Solutions."
"Did Acme Corp sign the contract I sent yesterday?"
Troubleshooting PandaDoc MCP Server with CrewAI
Common issues when connecting PandaDoc to CrewAI through the Vinkius, and how to resolve them.
MCP tools not discovered
Agent not using tools
Timeout errors
Rate limiting or 429 errors
PandaDoc + CrewAI FAQ
Common questions about integrating PandaDoc MCP Server with CrewAI.
How does CrewAI discover and connect to MCP tools?
tools/list method. This means tools are always fresh and reflect the server's current capabilities. No tool schemas need to be hardcoded.Can different agents in the same crew use different MCP servers?
mcps list, so you can assign specific servers to specific roles. For example, a reconnaissance agent might use a domain intelligence server while an analysis agent uses a vulnerability database server.What happens when an MCP tool call fails during a crew run?
Can CrewAI agents call multiple MCP tools in parallel?
process=Process.parallel, each calling different MCP tools concurrently. This is ideal for workflows where separate data sources need to be queried simultaneously.Can I run CrewAI crews on a schedule (cron)?
crew.kickoff() method runs synchronously by default, making it straightforward to integrate into existing pipelines.Connect PandaDoc with your favorite client
Step-by-step setup guides for every MCP-compatible client and framework:
Anthropic's native desktop app for Claude with built-in MCP support.
AI-first code editor with integrated LLM-powered coding assistance.
GitHub Copilot in VS Code with Agent mode and MCP support.
Purpose-built IDE for agentic AI coding workflows.
Autonomous AI coding agent that runs inside VS Code.
Anthropic's agentic CLI for terminal-first development.
Python SDK for building production-grade OpenAI agent workflows.
Google's framework for building production AI agents.
Type-safe agent development for Python with first-class MCP support.
TypeScript toolkit for building AI-powered web applications.
TypeScript-native agent framework for modern web stacks.
Python framework for orchestrating collaborative AI agent crews.
Leading Python framework for composable LLM applications.
Data-aware AI agent framework for structured and unstructured sources.
Microsoft's framework for multi-agent collaborative conversations.
Connect PandaDoc to CrewAI
Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.
