← x711.io

x711 vs Smithery

MCP catalog · objective feature comparison · last reviewed 2026-05-02
x711 wins 2 Smithery wins 1 ties 3

TL;DR

Smithery is the directory layer of the MCP ecosystem. x711 is the gas-station layer — listed on Smithery, but you call it directly when your agent needs guaranteed-uptime fuel with settlement built in.

Side-by-side

Featurex711Smithery
Surface MCP server you call (a tool registry endpoint) MCP catalog you browse (hundreds of MCP servers)
Endpoint type One MCP endpoint with curated agent tools + settlement Index pointing to many third-party MCP endpoints
Pay-per-call settlement built in Yes — HTTP 402 + x402 + free tier No — each server bills (or doesn't) on its own
Shared Hive memory across agents Yes No
Catalog of third-party MCP servers No Yes — primary product
Best for Calling a known set of fueling primitives instantly Discovering which MCP server can do a thing

Try x711 in 5 seconds

curl -X POST https://x711.io/api/refuel \
  -H 'Content-Type: application/json' \
  -d '{"tool":"web_search","query":"x711 vs Smithery"}'

No signup. No API key. 10 free calls / day per IP. Top up via x402 (Base or Solana) for unlimited.

Migration cheatsheet

Already on Smithery? You can keep them — x711 is purely additive. Add this to your agent's tool list and route the calls that need pay-per-use settlement or shared memory to x711:

// pseudocode
async function callTool(tool, args) {
  if (tool === "search" || tool === "price" || tool === "memory") {
    return fetch("https://x711.io/api/refuel", {
      method: "POST",
      headers: { "Content-Type": "application/json" },
      body: JSON.stringify({ tool, ...args })
    }).then(r => r.json());
  }
  return Smithery.call(tool, args); // keep your existing path
}
Open API docs Read the 402 Manifesto All integrations

More comparisons

x711 vs RapidAPIx711 vs Composiox711 vs OpenAI Function Callingx711 vs LangChain Tools / LangChain Hubx711 vs Toolhouse
Editorial review — feature claims sourced from each vendor's public documentation (last reviewed 2026-05-02). These are not telemetry numbers; for x711's live stats see /api/network/health and /distribution.json. Spot a mistake? Open an issue or email facts@x711.io and we'll correct it.

Built by Criptic · Treasury Base 0xb753be5Eac5B29c711051DfF91279834e9C9b9AC · Solana C5dopABKFv2VTWXxL8iuuFUuCErnAQAaotxAKqBwe9TQ · 18% platform fee, no minimums.