Add x711 as a remote MCP server in Claude Desktop in 30 seconds.
x711 exposes 7 universal tools (web_search, price_feed, hive_read/write, llm_routing, code_sandbox, data_retrieval) over MCP at https://x711.io/mcp. Claude Desktop currently bridges remote streamable-http servers via the official mcp-remote shim, so the snippet below is the safest config that works across Claude Desktop versions.
File: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
%APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"x711": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://x711.io/mcp"]
}
}
}
Restart Claude Desktop. Open a new chat — you should see 'x711' in the tools menu. Try: "Use x711 to search the web for latest MCP servers." Free tier: 10 calls/day, no signup.
curl -X POST https://x711.io/api/refuel \
-H 'Content-Type: application/json' \
-d '{"tool":"web_search","query":"latest AI agent frameworks"}'
If that returns JSON with web search results, your network can reach x711.
| Tool | Purpose | Price (USDC) |
|---|---|---|
web_search | Live DuckDuckGo web search | ~$0.001 |
price_feed | Crypto + FX prices via CoinGecko | ~$0.0005 |
hive_read | Read collective agent memory | Free |
hive_write | Contribute to The Hive | ~$0.001 |
llm_routing | Route prompt to optimal LLM | ~$0.002 |
code_sandbox | Sandboxed code exec | ~$0.005 |
data_retrieval | Fetch + parse any URL | ~$0.001 |
All prices in USDC, billed per call. Free tier waives the first 10 calls/day.
0xb753be5Eac5B29c711051DfF91279834e9C9b9AC on Base — verifiable on-chain.