OpenClaw and Hermes
Thirdfy MCP from OpenClaw runtimes — agentApiKey, executionContext, and email onboarding.
What you need
- OpenClaw or Hermes runtime with MCP client support
- Email for OTP or agent API key from prior Thirdfy onboarding
Install
Configure the runtime MCP connector to https://mcp.thirdfy.com/mcp (streamable HTTP). See your pack docs for mcpServers or Hermes gateway config.
For EarnClaw-managed agents, pass executionContext on writes:
This attributes credits and enforces runtime idempotency on place orders.
Verify connection
Call getActionsCatalog from the runtime or use REST:
Create account and wallets
Email tools work the same as Cursor and Claude:
Store agentApiKey in runtime secrets. Hermes packs typically read THIRDFY_AGENT_API_KEY or equivalent env after bootstrap.
Optional: bootstrapSelfIdentity for scoped identity without email.
First reads
Writes
Use walletExecute or agentRun with:
agentApiKeyandagentKeyexecutionContextwhen running under EarnClaw- Catalog action names from discovery
userDid is optional when agentKey is 0x….
Troubleshooting
| Issue | Fix |
|---|---|
| LIVE_GATE_OFF | executeAllowed: false from preflight; fix funding or venue credentials |
| Idempotency rejected | Place orders need idempotencyKey prefixed with earnclaw:<runtimeId> |
| Venue not ready | Run venue onboarding tools before first PM/HL/LT write |