The Model Context Protocol (MCP) is an open standard that lets AI assistants and platforms exchange tools, context, and data. Duvo speaks MCP in both directions:Documentation Index
Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Duvo as MCP server — Connect tools like Claude Desktop, Cursor, or ChatGPT directly to Duvo. Every Duvo Public API endpoint becomes an MCP tool the host can call. See Connect to the Duvo MCP server.
- Custom MCP servers as Duvo Connections — Bring your own MCP server into Duvo and let your Assignments call its tools alongside built-in Connections like Gmail or Snowflake. See Custom MCP Connections.
Which direction do you need?
| You want to… | Use |
|---|---|
| Drive Duvo from Claude Desktop, Cursor, ChatGPT connectors, or another host | Duvo MCP server |
| Let your Duvo Assignments call tools from a custom internal system | Custom MCP Connections |
| Build an MCP server from scratch to expose your tools | Building an MCP server for Duvo |
Quick comparison
| Duvo as MCP server | Custom MCP Connections | |
|---|---|---|
| Who runs the server | Duvo | You |
| Endpoint | https://api.duvo.ai/v1/mcp | A public HTTPS URL you provide |
| What tools it exposes | Every Duvo Public API endpoint | Whatever your MCP server implements |
| Who’s the client (host) | Claude Desktop, Cursor, ChatGPT connectors, any MCP-compatible app | Duvo Assignments |
| Authentication | OAuth or API key | None, API key, custom headers, or OAuth (DCR-aware) |
| Setup time | Minutes — paste the URL into your MCP host | Minutes once your server is deployed and reachable |
How it fits with the rest of Duvo
- The Duvo MCP server is a thin layer over the Public API. The same authentication, rate limits, and permissions apply.
- Custom MCP Connections appear in the Duvo dashboard alongside other Connections, and Assignments use them the same way they use Gmail or Slack.
- The Duvo CLI is the third way to drive the Public API from outside Duvo. See CLI for terminal-first workflows.
Related
- Public API Reference — full endpoint reference for the API the MCP server wraps
- Duvo CLI — terminal-first wrapper over the same API
- Custom MCP connection page — Custom MCP in the Available Connections catalog