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.

Related: Agent CLI (shell / CI) · Integrations · Execute Intent API · Build with Thirdfy

Chapters

When to use MCP vs CLI

HostPrefer
Claude Managed Agents, Cursor, OpenClaw MCPMCP (agentRun, walletExecute, getProviderActions)
Shell, CI, Hermes Fly cronAgent CLI (thirdfy-agent run)
Custom backendREST Execute Intent API

Source of truth

Thirdfy hosts the managed MCP endpoint. There is no public MCP repository to clone.

SurfaceUse
GET https://mcp.thirdfy.com/toolsLive tool manifest on production
Tools referenceIntegrator map with auth profiles
Discovery and chapter guidesRecommended call sequences
GET https://api.thirdfy.com/api/v1/agent/actions/catalogREST catalog parity (no MCP session)

Connect your agent host or call POST /tool/<toolName> directly. Start at Connect.