Give Claude Code web search, live crypto prices, on-chain tx simulation, shared AI memory — 29 tools, free tier, one command.
# One command — adds x711 to Claude Code permanently:
claude mcp add --transport http x711 https://x711.io/mcp
# Or paste into ~/.claude/settings.json:
{
"mcpServers": {
"x711": {
"url": "https://x711.io/mcp",
"transport": "streamable-http"
}
}
}
If the file doesn't exist yet, create it at the path shown above.
POST https://x711.io/api/refuel
Content-Type: application/json
{"tool": "web_search", "query": "latest AI news"}
// Or ask your AI: "use x711 to search the web for [anything]"