Thirdfy MCP
Production MCP server for Thirdfy execution — discovery, executeIntent, wallet rails, delegation, and onboarding on Cloudflare Workers.
Thirdfy MCP is the managed-agent connector for Claude Managed Agents, Cursor, OpenClaw, and any MCP-native runtime. It exposes catalog discovery, lane negotiation, fail-closed execution, delegation tools, and agent-readable onboarding over streamable HTTP.
For coding agents: llms.txt · Connect at https://mcp.thirdfy.com/mcp · Tool manifest: GET /tools · Tools reference
Related: Agent CLI (shell / CI) · Integrations · Execute Intent API · Build with Thirdfy
Chapters
When to use MCP vs CLI
| Host | Prefer |
|---|---|
| Claude Managed Agents, Cursor, OpenClaw MCP | MCP (agentRun, walletExecute, getProviderActions) |
| Shell, CI, Hermes Fly cron | Agent CLI (thirdfy-agent run) |
| Custom backend | REST Execute Intent API |
Source of truth
Thirdfy hosts the managed MCP endpoint. There is no public MCP repository to clone.
| Surface | Use |
|---|---|
GET https://mcp.thirdfy.com/tools | Live tool manifest on production |
| Tools reference | Integrator map with auth profiles |
| Discovery and chapter guides | Recommended call sequences |
GET https://api.thirdfy.com/api/v1/agent/actions/catalog | REST catalog parity (no MCP session) |
Connect your agent host or call POST /tool/<toolName> directly. Start at Connect.