Odel
XFuel

XFuel

Local
@xfuel-lab1JavaScriptApache-2.0Updated 5 days ago

Submit AI inference to XFuel, pay per task (USDC via x402 or TFUEL), fetch/verify ZK proofs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxfuel-mcpv0.1.1

Run

npx -y xfuel-mcp

MCP client config

{
  "mcpServers": {
    "xfuel": {
      "command": "npx",
      "args": [
        "-y",
        "xfuel-mcp"
      ]
    }
  }
}