PluginBench
MCP Server
Active
Apache-2.0

XFuel MCP Server

io.github.XFuel-Lab/xfuel-mcp

What is the XFuel MCP server?

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

How to install XFuel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XFUEL_API_URL

    XFuel API base URL. Defaults to the hosted testnet demo.

  • XFUEL_API_KEY
    secret

    API key sent as X-API-Key. Defaults to the shared public demo key.

  • XFUEL_MCP_AUTH_TOKEN
    secret

    Optional bearer token required on the HTTP transport (Authorization: Bearer <token>).

  • XFUEL_RPC_URL

    Theta RPC URL enabling verify_proof's optional on-chain nullifier read.

  • ZK_VERIFIER_ADDRESS

    ZKVerifierSP1 contract address (paired with XFUEL_RPC_URL).

  • XFUEL_PAYER_PRIVATE_KEY
    secret

    Funded payer private key that enables the pay_with_usdc tool. Moves USDC — keep secret; use a low-balance wallet.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "env": {
        "XFUEL_API_URL": "<YOUR_XFUEL_API_URL>",
        "XFUEL_API_KEY": "<YOUR_XFUEL_API_KEY>",
        "XFUEL_MCP_AUTH_TOKEN": "<YOUR_XFUEL_MCP_AUTH_TOKEN>",
        "XFUEL_RPC_URL": "<YOUR_XFUEL_RPC_URL>",
        "ZK_VERIFIER_ADDRESS": "<YOUR_ZK_VERIFIER_ADDRESS>",
        "XFUEL_PAYER_PRIVATE_KEY": "<YOUR_XFUEL_PAYER_PRIVATE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "env": {
        "XFUEL_API_URL": "<YOUR_XFUEL_API_URL>",
        "XFUEL_API_KEY": "<YOUR_XFUEL_API_KEY>",
        "XFUEL_MCP_AUTH_TOKEN": "<YOUR_XFUEL_MCP_AUTH_TOKEN>",
        "XFUEL_RPC_URL": "<YOUR_XFUEL_RPC_URL>",
        "ZK_VERIFIER_ADDRESS": "<YOUR_ZK_VERIFIER_ADDRESS>",
        "XFUEL_PAYER_PRIVATE_KEY": "<YOUR_XFUEL_PAYER_PRIVATE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "env": {
        "XFUEL_API_URL": "<YOUR_XFUEL_API_URL>",
        "XFUEL_API_KEY": "<YOUR_XFUEL_API_KEY>",
        "XFUEL_MCP_AUTH_TOKEN": "<YOUR_XFUEL_MCP_AUTH_TOKEN>",
        "XFUEL_RPC_URL": "<YOUR_XFUEL_RPC_URL>",
        "ZK_VERIFIER_ADDRESS": "<YOUR_ZK_VERIFIER_ADDRESS>",
        "XFUEL_PAYER_PRIVATE_KEY": "<YOUR_XFUEL_PAYER_PRIVATE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xfuel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "env": {
        "XFUEL_API_URL": "<YOUR_XFUEL_API_URL>",
        "XFUEL_API_KEY": "<YOUR_XFUEL_API_KEY>",
        "XFUEL_MCP_AUTH_TOKEN": "<YOUR_XFUEL_MCP_AUTH_TOKEN>",
        "XFUEL_RPC_URL": "<YOUR_XFUEL_RPC_URL>",
        "ZK_VERIFIER_ADDRESS": "<YOUR_ZK_VERIFIER_ADDRESS>",
        "XFUEL_PAYER_PRIVATE_KEY": "<YOUR_XFUEL_PAYER_PRIVATE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add xfuel-mcp --env XFUEL_API_URL=<YOUR_XFUEL_API_URL> --env XFUEL_API_KEY=<YOUR_XFUEL_API_KEY> --env XFUEL_MCP_AUTH_TOKEN=<YOUR_XFUEL_MCP_AUTH_TOKEN> --env XFUEL_RPC_URL=<YOUR_XFUEL_RPC_URL> --env ZK_VERIFIER_ADDRESS=<YOUR_ZK_VERIFIER_ADDRESS> --env XFUEL_PAYER_PRIVATE_KEY=<YOUR_XFUEL_PAYER_PRIVATE_KEY> -- npx -y xfuel-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →