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.
npx --package=x711 x711-mcp
~/.cursor/mcp.json
{
"mcpServers": {
"x711": {
"command": "npx",
"args": ["--package=x711", "x711-mcp"]
}
}
}
// 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