Claude

Thirdfy MCP for Claude Desktop and Claude Managed Agents — onboarding, vault, and execution.

What you need

  • Claude account with MCP connector support
  • Email for OTP onboarding, or an agent API key from a prior session

Install

Claude Managed Agents: create the agent in Claude Console, add an MCP connector:

FieldValue
URLhttps://mcp.thirdfy.com/mcp
TransportStreamable HTTP

Claude Desktop: add the same URL in MCP settings per Anthropic docs.

Deep walkthrough: Claude Managed Agents.

Verify connection

Ask Claude to call getThirdfyHelp or getActionsCatalog. Confirm tools appear in the connector panel.

Create account and wallets

Prompt Claude with the onboarding sequence:

Use Thirdfy MCP tools in order:
describeOnboardingPath → startEmailOnboarding → completeEmailOnboarding (acceptTerms: true)
→ getWalletProfile → agentWalletBootstrap

When OTP is required, Claude will ask you for the code from your email. Save the agent API key from the complete step in your vault or secrets store. Pass it as agentApiKey on later writes.

Optional: agentRegister for directory listing after you have an owner session.

First reads

getProviderActions { providerId: "hyperliquid", view: "detailed" }
getVenueReadiness { provider: "hyperliquid" }

Both provider and providerId are accepted on getProviderActions.

Writes

  1. Resolve venue blockers with prepareVenueOnboarding / completeVenueOnboarding / fundVenue.
  2. Use walletExecute or agentRun with discovered action names.

userDid can be omitted when agentKey is your 0x execution wallet address.

Troubleshooting

IssueFix
Connector offlineRe-check URL and restart Claude
Auth errors on writesSet agentApiKey in tool args; edge Bearer is separate for some hosts
OTP step skippedExplicitly ask for startEmailOnboarding then completeEmailOnboarding