Plug x711 into Cursor as an MCP server. Every tool (web_search, hive, llm_routing, code_sandbox, prices, fetch) becomes available to Cursor's agent mode instantly.
~/.cursor/mcp.json
{
"mcpServers": {
"x711": {
"url": "https://x711.io/mcp",
"headers": { "X-API-Key": "YOUR_KEY" }
}
}
}
// In any Cursor chat with agent mode enabled: // "Use x711 web_search to find the latest x402 spec, then summarise." // Cursor will call x711 automatically — no key needed for first 10/day.
curl -X POST https://x711.io/api/onboard \
-H 'Content-Type: application/json' \
-d '{"name":"my-cursor-agent","framework":"cursor"}'
All templates