Claude Managed Agents

Deploy hosted finance agents on Claude with Thirdfy MCP. Discovery, delegation, walletExecute, and agentRun without shelling out to the CLI.

Thirdfy MCP is built for Claude Managed Agents (Anthropic's hosted agent runtime). Connect the Thirdfy MCP server in Claude Console, onboard with bootstrap or agent API key auth, then discover actions and execute intents through MCP tools instead of raw HTTP or shell scripts.

When to use Claude vs CLI vs EarnClaw

PathBest for
Claude Managed AgentsHosted agent in Claude Console with MCP tools (agentRun, walletExecute, executeIntent)
Agent CLIScripts, CI, local operator diagnostics (thirdfy-agent --json)
EarnClawSeparate hosted platform: templates, deploy wizard, schedules, dashboard. Calls Thirdfy for execution

Claude and CLI share the same Thirdfy policy layer. EarnClaw is a separate hosted platform whose runtimes call Thirdfy for execution.

Setup (early access)

  1. Open Claude Console and create or open a Managed Agent.
  2. Add the Thirdfy MCP connector with streamable HTTP to https://mcp.thirdfy.com/mcp (Connect).
  3. Run discovery: getActionsCatalog, getProviderActions, getThirdfyHelp (topic frameworks includes Claude guidance).
  4. Onboard: describeOnboardingPath, then startEmailOnboarding / completeEmailOnboarding (bootstraps agent API key and execution wallets). Creator Platform is optional for web UI and gauge submission.
  5. Preflight and execute: executeIntent, walletExecute, or agentRun with optional executionContext (runtimeId, orgId) for credit attribution.
  • Discovery: getActionsCatalog, getProviderActions, getChainCapabilities
  • Onboarding: getThirdfyHelp, describeOnboardingPath, getSelfReadiness
  • Execution: executeIntent, getIntentStatus, walletExecute, agentRun
  • Delegation: delegationCreate, delegationActivate, delegationStatus, delegationRevoke

Full tool list and auth modes: Thirdfy MCP.

Credits and delegation