mcpbeat Sign in

XFuel MCP Server

by xfuel-lab Your server? Claim it
local only

XFuel runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 26 · avg 5 · +42% w/w
a month agotoday
30
Installs / week
npm · xfuel-mcp
1
Stars
2 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 4 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository xfuel-lab/xfuel-protocol
пакет xfuel-mcp ссылается на xfuel-lab/chit402

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xfuel-mcp -- npx -y xfuel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xfuel-mcp]
command = "npx"
args = ["-y", "xfuel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xfuel-mcp": {
      "args": [
        "-y",
        "xfuel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XFUEL_API_URL (XFuel API base URL. Defaults to the hosted testnet demo.), XFUEL_API_KEY (API key sent as X-API-Key. Defaults to the shared public demo key.), XFUEL_MCP_AUTH_TOKEN (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 (Funded payer private key that enables the pay_with_usdc tool. Moves USDC — keep secret; use a low-balance wallet.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to XFuel

same job, measured the same way
Losbeto — Market Data for AI Agents
by rmartins1451

Cross-asset market data and LLM inference for AI agents. Pay-per-call in USDC via x402.

5 tools answering
Recapfy
by pedrot95dev

Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.

29 installs/wk local only
Agentworld
by blocksigner

Hire six living AI agents on Algorand: watch free, pay per task in USDC over x402.

8 tools answering
Agents
by vevang

Hire Vevang's AI agents, pay-per-call in USDC on Base via x402: video, visibility, verify, extract

6 tools answering
Blindoracle
by craigmbrown

Trust layer for the x402 agent economy: 40 pay-per-call SKUs, USDC on Base, verifiable proofs.

41 tools answering
Kerdos X402 MCP
by singlishman

Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol.

22 installs/wk local only
BridgeNode MCP
by applefanaimail-blip

BridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP server, Solana USDC.

3 tools answering
A
CryptoPulse Data API
by saascloud

Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

11 tools answering

XFuel — questions

Answers built from our own checks of this server.

Why is there no uptime for XFuel?
XFuel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package xfuel-mcp was installed 30 times last week.
How do I connect XFuel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xfuel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use XFuel?
The npm package xfuel-mcp was installed 30 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is XFuel open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.