# PandaDoc MCP for AI Agents AI Agent Connect

> PandaDoc MCP lets you manage the entire document lifecycle through your AI agent. You can generate contracts from templates, send them for signature, and track real-time status without leaving your chat interface. It handles everything from folder organization to downloading final signed PDFs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1PU0VyE2vtE6DfszfaBgGktPREoZK5oHuKszwxxu/ai-agent-connect
- **Tags:** pandadoc, e-signature, document-automation, contracts-api, proposal-tracking, template-orchestration, workflow-automation, sales-closing, mcp

## Description

Imagine you're in the middle of a discovery call and need to get a proposal over to a lead immediately. Instead of switching tabs, opening your document library, and manually filling out fields, you just tell your AI agent what you need. This Connector connects your PandaDoc account to your agent, making it possible to spin up new documents from your existing templates using natural language. You can specify custom tokens, set the recipient, and send it out in seconds. It's about moving from doing the paperwork to closing the deal. If you're looking for a way to bridge the gap between your chat interface and your actual document workflows, this is how you do it on the Vinkius marketplace. You can also keep your workspace clean by creating folders or check if a contract has been viewed yet. It turns your AI into a high-speed administrative assistant that handles the heavy lifting of document logistics.

## Tools

### list_folders
Useful for navigating the account structure.

List document organization folders

### create_signing_session
Create an embedded signing session

### create_document
Creates a new PandaDoc document from a template or URL. This is the primary way to start a new contract.

### send_document
Sends a PandaDoc document to recipients. This pushes the document out for signature with your custom message.

### delete_document
Delete a PandaDoc document

### get_download_link
Get the download link for a completed document

### get_template_details
Gets details of a specific template. This helps you verify the contents of a template before you use it.

### list_contacts
List all contacts in PandaDoc

### list_documents
Lists PandaDoc documents. Use this to see a summary of every document in your account.

### list_templates
Lists PandaDoc templates. Use this to see all available templates your agent can access.

### get_document_details
Gets full document data including fields, tokens, and recipient info. This provides a deep look into a specific file.

## Prompt Examples

**Prompt:** 
```
What's the status of the contract for Project Alpha?
```

**Response:** 
```
The **Project Alpha Agreement** is currently in **Viewed** status. It was last opened by John Doe at 2:15 PM today. 

Would you like me to:
- Send a reminder to John?
- Download the signed PDF (if completed)?
- Get more details on the recipient?
```

**Prompt:** 
```
Create a new proposal for a client named Acme Corp using our standard pricing.
```

**Response:** 
```
I've created the **Acme Corp Proposal** using your 'Standard Pricing' template. It's currently in draft mode. 

**Next steps:**
- Should I send it to contact@acme.com now?
- Would you like to add any custom tokens before I send it?
```

**Prompt:** 
```
List all the folders I have for my sales contracts.
```

**Response:** 
```
You have **4 folders** for sales contracts:

- Q1 Contracts
- Q2 Contracts
- Enterprise Deals
- Pending Signatures
```

## Capabilities

### Generate documents from templates
Create new contracts or proposals by pulling data into your existing PandaDoc templates.

### Send documents to recipients
Dispatch documents for signature with custom subjects and messages directly from your chat.

### Track real-time status
See exactly who has viewed, signed, or is still holding up a document in real time.

### Organize workspace folders
Create and manage folders for both your active documents and your template library.

### Download signed PDFs
Grab the final executed PDF of a completed contract for your records instantly.

### Inspect template library
List and view details of all your available templates to ensure you use the correct versions.

## Use Cases

### Closing a deal faster
A sales rep asks for a quote for Acme Corp. The agent uses create_document to build it from a template and send_document to the lead in seconds.

### Tracking NDA signatures
A legal lead asks which NDAs are still pending. The agent uses get_document_status to provide a summary of all unsigned contracts.

### Organizing new hire files
An HR manager tells the agent to create a new folder for a new hire. The agent uses create_document_folder to set up the workspace.

### Auditing active contracts
An operations manager asks to see all current contracts. The agent uses list_documents to provide a list of everything currently in progress.

## Benefits

- Stop manual data entry by using create_document to pull info from templates automatically.
- Track signatures in real-time using get_document_status to see exactly who has opened your files.
- Keep your files organized by using create_document_folder and create_template_folder to group assets.
- Get final files instantly with download_document once a contract is fully executed.
- Send proposals faster by using send_document with custom subjects directly through your agent.

## How It Works

The bottom line is you stop toggling between apps to handle contract logistics.

1. Subscribe to this Connector and grab your PandaDoc API Key from your account settings.
2. Connect the key to your preferred AI client like Claude or Cursor.
3. Ask your agent to create, send, or check the status of any document.

## Frequently Asked Questions

**Can I use PandaDoc MCP to send contracts?**
Yes, your agent can send documents to recipients for signature using your PandaDoc account. You can specify the subject and message directly through the chat.

**How does PandaDoc MCP handle signatures?**
It tracks the real-time status of your documents so you know exactly who has viewed or signed them. You can check this status anytime with your agent.

**Can my agent create folders?**
Yes, you can use it to organize both your active documents and your template library. This keeps your workspace clean as you scale.

**Is there a way to get the final signed PDF?**
Yes, the Connector can download the final signed PDF for you once the process is complete. You don't have to log into the dashboard to find it.

**Can I see my templates?**
Your agent can list and inspect all your available PandaDoc templates to ensure you're using the correct versions for your specific needs.

**Does PandaDoc MCP work with Claude?**
Yes, it works with Claude, Cursor, Windsurf, and any other MCP-compatible client you prefer to use.

**Can I create a document from a specific template using its ID?**
Yes. Use the `create_document` tool and provide the `template_uuid`. You can also pass `recipients` and `tokens` to pre-fill the document automatically.

**How do I check if a client has signed the document?**
You can use the `get_document_status` tool with the Document ID. It will return the current status, such as 'document.completed' if everyone has signed.

**Can I organize my documents into folders via the AI?**
Yes, the `create_document_folder` tool allows you to create new folders and even nest them using a `parent_uuid` to keep your workspace organized.

**Can my AI automatically find the details for a specific document by its ID?**
Yes! Use the `get_document` tool with the Document ID. Your agent will respond with complete metadata, including signature status, expiration dates, and recipient info in seconds.

**How do I find my PandaDoc API Key?**
Log in to your PandaDoc account, navigate to **Settings** > **Integrations** > **API**, and click 'Generate API Key' to create your unique secret token.

**Can I generate a signing link for my app?**
Absolutely. Use the `create_session` tool to generate an embedded signing session for a specific document. The agent will return a unique URL for your recipient to sign immediately.