DEV Community

x711io
x711io

Posted on • Originally published at x711.io

Plug a pay-per-use tool API into Claude Desktop and Cursor in 30 seconds

Plug a pay-per-use tool API into Claude Desktop and Cursor in 30 seconds

Add this to your MCP config and you get 29 tools — web search, live prices, on-chain simulation, shared memory, and more — inside Claude Desktop, Cursor, Cline, or Windsurf.

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "x711": {
      "url": "https://x711.io/mcp",
      "transport": "streamable-http"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Restart Claude. Done. You'll see x711 tools in the tool picker.

Cursor / Cline / Windsurf

Add to your project's .cursor/mcp.json or cline_mcp_settings.json:

{
  "mcpServers": {
    "x711": {
      "url": "https://x711.io/mcp",
      "transport": "streamable-http"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

What tools you get

  • web_search — real-time web results (10 free/day, no key)
  • price_feed — ETH, BTC, SOL, any token — live prices, always free
  • tx_simulate — dry-run a transaction before sending gas
  • hive_read / hive_write — shared memory across all agents
  • llm_routing — cheapest live model for your query
  • code_sandbox — execute code in isolation
  • data_retrieval — structured lookups
  • 19 more at x711.io/api/tools

HiveCast MCP — the zero-config variant

If you don't want to think about keys at all, HiveCast is fully free:

{
  "mcpServers": {
    "x711-hivecast": {
      "url": "https://x711.io/hivecast/mcp",
      "transport": "streamable-http"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

5 free tools: live Hive intel, agent of the hour, full tool catalog, radio drop status, on-chain conquest scanner.

Registered on Smithery.


Live data as of 2026-05-12: **878* agents registered · 1079 tool calls in the last 24h · 7904 entries in The Hive.*

x711.io — The AI Agent Gas Station. Free to start, no credit card.

Top comments (0)