Documo Connector for AI agents.
10 live capabilities
Manage digital fax transmissions and document workflows with your agent.
Waiting for input…
Why people use Documo
Stop Hunting Through Fax Dashboards with Documo Document Workflows
This Connector changes that by putting your Documo logs into a chat interface. You can ask your agent to pull the status of a specific fax or summarize your success rates in seconds. You get a clear picture of your document flow without ever leaving your primary workspace.
What Vinkius changes
You get a conversational interface for managing your entire digital fax infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Compliance verification for legal filings
A legal admin needs to prove a document was received.
- Real-world use case 02
Real-time volume monitoring for ops
An ops manager wants to see if the fax lines are overwhelmed.
- Real-world use case 03
Security auditing for new hires
An IT admin needs to see who has access to the main office line.
Complete set · 10capabilities
The complete Documo capability set.
These are the exact actions your AI can choose when you ask it to work with Documo.
01—04
4 capabilities in this set.
Part of 10 available through Documo.
- 01 Capability
Get documo account metadata
Get your account usage limits and general metadata. This helps you stay within your plan limits.
- 02 Capability
Get fax details
View the status and specific details of a single fax transmission. Use this to confirm a specific document was sent.
- 03 Capability
Quick fax volume audit
Get a summary of your total fax volume and success rates. This is perfect for a quick health check of your lines.
- 04 Capability
List failed fax deliveries
See a list of faxes that failed to deliver correctly. Use this to prioritize which documents need a retry.
05—07
3 capabilities in this set.
Part of 10 available through Documo.
- 05 Capability
List assigned fax numbers
See all the fax numbers currently assigned to your account. This helps you manage your organization's line inventory.
- 06 Capability
List digital faxes
List every digital fax in your Documo account. This gives you a full history of your transmissions.
- 07 Capability
List received digital faxes
See all the faxes your organization has received. This helps you track inbound documents as they arrive.
08—10
3 capabilities in this set.
Part of 10 available through Documo.
- 08 Capability
List latest fax transmissions
See the most recent faxes sent or received. This is the fastest way to check your latest activity.
- 09 Capability
List documo users
See every user registered in your Documo organization. Use this to audit permissions and access.
- 10 Capability
Search faxes by recipient
Find faxes that were sent to a specific recipient number. This is useful for locating specific past communications.
Set up in minutes
One URL. Then ask Documo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Documo from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Documo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Documo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Documo URL.
- Step 03
Save and start
Save the connection and enable Documo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"documo": {
"url": "https://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Documo
Open Agent mode in chat and ask: "Using Documo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"documo": {
"url": "https://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Documo
Ask Copilot: "Using Documo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"documo": {
"url": "https://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Documo
Open Cascade and ask: "Using Documo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"documo": {
"url": "https://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Documo
Ask Cline: "Using Documo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add documo --transport http "https://edge.vinkius.com/vk_preview_adKPKA4rkb26MwEfx3a3oDgjE9c1bUebHZyb3d7S/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Documo
Ask Claude: "Using Documo, show me...". 10 tools are ready
Where the request belongs
Work Documo can move forward.
This is for the operations manager who needs real-time fax status updates without leaving their chat, or the legal admin who needs to verify document receipts for compliance.
Operations Manager
Checking transmission volumes and success rates during peak hours to ensure no documents are stuck.
Legal & Healthcare Admin
Verifying delivery receipts for sensitive patient or client documents to maintain strict compliance.
IT Administrator
Auditing user permissions and assigned fax lines to keep the organization's communication secure.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTelnyx Fax
Send, receive, and manage faxes via Telnyx u2014 transmit documents, track delivery, and manage fax numbers from your AI agent.
iFax
Send and receive faxes from your phone or computer with cloud-based faxing that eliminates the need for physical machines.
Fax.Plus
Send and receive faxes digitally through a modern API without physical machines, keeping your business compliant and paperless.
Paperless-ngx
Manage your digital archive via Paperless-ngx. search documents, upload files, manage tags, and organize correspondents directly from any AI agent.
Papermark (Docsend Alternative)
Securely share documents, track engagement, and manage links with Papermark. the open-source DocSend alternative for your AI agent.
Parseur
Automate document processing via Parseur. list mailboxes, upload PDFs/Emails, extract structured data pipelines, and trigger template logic natively.
Bring your own AI
Change the model, client or framework. Keep Documo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Documo.
The practical details behind the request, access and result.
Can Documo MCP help me track my fax delivery receipts?
Yes, it lets your agent pull specific delivery statuses so you know exactly when a document arrived without opening the Documo portal.
How do I see which faxes failed to send with Documo MCP?
You can ask your agent to list all failed deliveries. It will pull that data directly from your Documo account so you can prioritize retries.
Can I use Documo MCP to audit my organization's users?
Yes, it can list all registered users in your Documo organization to help with security and access management audits.
How does Documo MCP handle high-volume fax monitoring?
It allows your agent to run a quick volume audit to give you a summary of success rates and transmission counts in a single sentence.
Can my agent find a specific fax for me using Documo MCP?
Yes, you can ask your agent to search for faxes sent to a specific recipient number or identifier to find past communications quickly.
Is Documo MCP good for healthcare document workflows?
It is excellent for healthcare admins who need to monitor inbound documents and delivery receipts for compliance purposes via a chat interface.
How do I get a Documo (mFax) API Key?
Log in to your Documo/mFax portal, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. Ensure you have the necessary plan permissions.
Can the agent send new faxes?
This integration currently focuses on listing and auditing faxes, numbers, and users. Sending new faxes with attachments should be managed via the Documo web portal or print driver.
Does it support HIPAA compliant faxing?
Documo/mFax is built for security and compliance (including HIPAA). This integration uses official API protocols to access your secure transmission data.
One connection away
Give your agent a direct line to Documo.
Connect Documo once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available