Duvo

by Unknown

Not rated
Website

About

Hosted MCP server for Duvo — start runs, inspect approvals, and expose grocery/retail execution tools to compatible agents.

Details

Author
Unknown
Categories
Productivity, Knowledge Base, Other

Connect Claude Desktop, Cursor, or ChatGPT to the Duvo MCP server. Every Public API endpoint becomes an LLM-callable tool.

Connecting an MCP host to the Duvo MCP server is the main way teams use MCP with Duvo — it's the conversational counterpart to theDuvo CLI.

Duvo exposes a hosted MCP server athttps://api.duvo.ai/v2/mcp. Connect to it from any MCP-compatible host — Claude Desktop, Cursor, ChatGPT connectors, your own client — and every DuvoPublic APIendpoint becomes a tool the host can call.

- Drive Duvo Agents from an AI assistant chat ("Start the invoice processor on yesterday's batch and tell me when it's done.")
- Inspect Runs, Cases, and Files conversationally
- Build hybrid workflows where one assistant orchestrates Duvo Agents alongside other tools

Every endpoint registered in thePublic APIis auto-exposed as an MCP tool. That includes:

- Agents— list, get, create, update
- Runs— start, get status, send messages, respond to human-in-the-loop requests, stop
- Connections— list and inspect your authorized accounts
- Files— list, read, write, rename, delete
- Cases and Queues— inspect, delegate, label
- Skills, Plugins, Sandboxes— list and reference

See the full list of available tools on theAvailable MCP Toolspage.

When Duvo ships a new Public API endpoint, it automatically becomes an MCP tool on the next deploy. There's no separate maintenance step.

The server uses MCP'sStreamable HTTPtransport (POST /v2/mcp). Most modern MCP hosts support this transport out of the box.

The earlierhttps://api.duvo.ai/v1/mcpendpoint still works and serves the same tools as/v2/mcp, so existing setups keep running unchanged — including after the/v1API sunset. New connections should use/v2/mcp.

The Duvo MCP server accepts two credential types:

Option 1 — OAuth (recommended for personal use)

The exact steps depend on the host. In general:

Duvo's MCP server publishes its OAuth metadata athttps://api.duvo.ai/.well-known/oauth-protected-resource/v2/mcp(RFC 9728). Compliant MCP hosts use this to discover the authorization server and register themselves viaDynamic Client Registrationautomatically.

Option 2 — API key (recommended for scripts and service accounts)

Use API keys when the host doesn't support OAuth, or for non-interactive use (CI, service accounts).

Authorization: Bearer <your-api-key>

API keys are scoped to a single team or to all teams the owner can access, and inherit the permissions of the user who generated them.

The MCP standard means the same Duvo URL works in every compliant host. Configuration syntax differs slightly between products, so check your host's MCP setup guide for the exact field names. Common patterns:

json theme={"dark"} { "mcpServers": { "duvo": { "url": "https://api.duvo.ai/v2/mcp" } } } ` Restart Claude Desktop. When you mention Duvo or use a tool from the connector, Claude Desktop opens a browser tab for OAuth sign-in.

```bash theme={"dark"} claude mcp add --transport http duvo https://api.duvo.ai/v2/mcp ` The first time you call a Duvo tool, Claude Code runs the browser-based OAuth sign-in. To use an API key instead (for CI or service accounts), pass it as a bearer header: `bash theme={"dark"} claude mcp add --transport http duvo https://api.duvo.ai/v2/mcp \ --header "Authorization: Bearer <your-api-key>"

- Tool names map to OpenAPIoperationIds (for example,listAgents,startRun,getConnection).
- Tool descriptions come from each endpoint's OpenAPI description.
- Input schemas are flat — path parameters, query parameters, and request body are merged into a single object so calls read naturally (startRun({ agent_id: "...", input: "..." })rather than wrapping each section).
- Responses match the corresponding API response. Use thePublic API Referencefor the exact shapes.

- All Public API rate limits apply to MCP tool calls.
- Every tool call respects the permissions of the authenticating user, just like a direct API call.
- Long-running Runs are not streamed over MCP today — start the Run via the tool, then pollgetRunorlistRunMessagesto monitor progress.

401 Unauthorized— Your token is missing, expired, or for a different audience. Re-run OAuth, or regenerate the API key in the dashboard.

403 Forbidden— Your account doesn't have permission to call this endpoint. Check your team role and Connection permissions.

OAuth doesn't open a browser— The host may not support Dynamic Client Registration. Fall back to API key authentication, or check the host's docs for OAuth setup steps.

- Privacy Policy— how Duvo handles data accessed through the MCP server.
-
Terms of Use— the terms that apply to Duvo API and MCP usage.

For platform-wide details (SOC 2 certification, encryption, Anthropic Zero Data Retention, sub-processors), seeSecurity & Privacy.

Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.

Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.

Multi-device file sync, dev-doc CRUD, task management, and session handoffs for AI agents - MCP + OpenAPI dual surface.

Decispher captures the decisions, conventions, and constraints from the conversations your team is already having in Slack, GitHub, GitLab, and Jira, then serves them back to every human and every agent that needs them. Automatically.

MCP server to connect to and use any public GitHub repo as knowledge base (markdown/notebook docs)

Create, edit, inspect, and publish collaborative HTML documents from AI agents.

Create presentations, docs, sheets and meeting notes from chat — with a hosted share link, an editor, and PPTX/PDF export.

An MCP server for interacting with Google Workspace services, including Drive, Docs, and Sheets.

Mcp para conectar no seu Mercado Livre e Shopee

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.