# Papermark MCP for AI Agents AI Agent Connect

> Papermark (Docsend Alternative) lets you manage secure document sharing and engagement tracking through your AI agent. It handles everything from uploading new files to generating gated links with password protection or email requirements. You can check who's reading your decks and how long they're spending on each page without ever leaving your chat interface.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_dzq5edUyW33nuM6RctCAbyg1AbdoBVRIVTWeP2dN/ai-agent-connect
- **Tags:** document-tracking, engagement-analytics, secure-sharing, pdf-management, link-analytics, sales-enablement

## Description

This Papermark MCP connects your account to any AI agent so you can manage document sharing and analytics through natural conversation. Imagine you're about to send out a high-stakes investor deck. Instead of manually creating a link, setting a password, and then constantly refreshing a dashboard to see if anyone opened it, you just tell your agent to get it ready. It handles everything from uploading new files to generating gated links with security rules like passwords or email requirements. You can check who's reading your decks and how long they're spending on each page without leaving your chat interface. It's like having a dedicated operations assistant that monitors your document traffic. If a prospect asks for an update on a specific proposal, you can ask your agent for the latest view counts or see which pages they spent the most time on. It turns a fragmented process of link management and analytics into a single conversation. You'll find this is a huge time saver when you're trying to manage dozens of active sales cycles or marketing campaigns simultaneously. It's one of the many ways Vinkius helps you bridge the gap between your internal workflows and the tools you actually use every day.

## Tools

### delete_link
Permanently remove a shareable link from your account. This is the fastest way to revoke access to a document immediately.

### get_link_views
Retrieve a list of views and engagement data for a specific link. See exactly how many people opened your file and which pages they visited.

### list_documents
List all documents currently in your Papermark account. Use this to quickly find the correct document ID for your next share.

### update_link
Modify the settings of an existing link. You can change the active status or update security requirements on the fly.

### upload_document
Upload a new document to Papermark. This allows you to add new files to your library directly through your AI agent.

### create_link
Create a new shareable link for a specific document. You can set custom slugs and security requirements like passwords.

## Prompt Examples

**Prompt:** 
```
List all the documents I have in my account.
```

**Response:** 
```
I've pulled your list. You have 3 files ready:

* **Investor_Deck.pdf** (ID: doc_1)
* **Sales_Proposal.pdf** (ID: doc_2)
* **Product_Roadmap.pdf** (ID: doc_3)
```

**Prompt:** 
```
Create a link for the Investor Deck with a 'pitch' slug and a password.
```

**Response:** 
```
Done. Your new link is: `papermark.io/view/pitch`. I've set it up to require a password before anyone can view the deck.
```

**Prompt:** 
```
How many people have seen the sales proposal link?
```

**Response:** 
```
The sales proposal link has had **24 total views**. 

Most people spent about 3 minutes on page 5. Would you like me to get the email list for those who viewed it?
```

## Capabilities

### Upload new PDFs via base64 encoding
Put new documents into your account directly through your AI chat.

### Generate shareable links with custom slugs
Create unique URLs with custom names and security settings.

### Set password or email requirements on links
Add gated access to your documents to ensure only authorized people see them.

### Retrieve detailed view statistics for specific links
See how many people opened a link and which pages they viewed.

### Update active status of existing links
Toggle link permissions or change security settings on the fly.

### Delete links to revoke access immediately
Remove a shareable link to stop all external access instantly.

## Use Cases

### Sales Follow-up
A rep wants to know if a lead opened the pitch deck. They ask the agent for the view history of a specific link to see which pages were skipped.

### Gated Content
A marketer needs to share a whitepaper. They ask the agent to create a link that requires an email address before the user can see the content.

### Security Audit
An ops lead needs to revoke access to a stale proposal. They tell the agent to delete the link to ensure the document is no longer accessible.

### Quick Upload
A founder wants to share a new one-pager. They provide the file and ask the agent to upload the document and create a link with a custom slug.

## Benefits

- Stop manual link creation by using `create_link` to generate secure URLs with custom slugs and security requirements.
- Monitor reader behavior in real-time with `get_link_views` to see exactly which pages your prospects are spending time on.
- Protect sensitive data by using `update_link` to toggle link status or `delete_link` to revoke access instantly.
- Simplify your file library by using `list_documents` to quickly find the right file ID for your next share.
- Speed up content distribution by using `upload_document` to add new PDFs directly through your AI chat interface.

## How It Works

The bottom line is you get a hands-off way to manage document distribution and track reader behavior.

1. Subscribe to this Connector and grab your Papermark API key.
2. Add the key to your AI client's configuration.
3. Ask your agent to list your documents or create new secure links.

## Frequently Asked Questions

**Can Papermark MCP help me track who opens my pitch decks?**
Yes, it lets your agent pull real-time view stats so you know who is engaging with your content and which pages they are looking at.

**How do I share a PDF securely using Papermark MCP?**
You can ask your agent to create a link with a password or email requirement to ensure only the right people see your document.

**Can I revoke access to a shared link instantly?**
Yes, you can tell your agent to delete the link to shut down access as soon as a project ends or a deal falls through.

**Does Papermark MCP support gated content?**
Yes, it lets you set requirements like email capture so you can build a lead list while sharing files with your audience.

**How do I see which pages of a document are most popular?**
You can ask the agent to fetch engagement data to see which specific pages get the most attention from your readers.

**Can I upload files directly through my AI client?**
Yes, the Connector supports uploading documents via base64, letting you add files to your account without leaving the chat interface.

**How do I see the engagement data for a specific link?**
Use the `get_link_views` tool with the Link ID. It returns detailed analytics including view counts and engagement metrics for that specific shareable URL.

**Can I set an expiration date or password for my document links?**
Yes, when using `create_link`, you can provide an `expirationDate` (ISO 8601) or a `password` to secure your document access.

**Is it possible to deactivate a link without deleting it?**
Yes, use the `update_link` tool and set the `active` parameter to `false`. This revokes access while keeping the link in your records.