mcpbeat Sign in

X402 Money Farm MCP Server

by darkchild88 Your server? Claim it
local only

X402 Money Farm runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Pay-per-call web extraction: clean text, metadata, links, JSON-LD, change detection. USDC on Base.

Installs / week
npm · x402-money-farm-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check X402 Money Farm every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 x402-money-farm -- npx -y x402-money-farm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x402-money-farm": {
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.x402-money-farm]
command = "npx"
args = ["-y", "x402-money-farm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "x402-money-farm": {
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "x402-money-farm": {
      "args": [
        "-y",
        "x402-money-farm-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X402_PRIVATE_KEY (Private key of a Base wallet funded with USDC, used to pay per call. Without it only the free catalogue tool works. Gas is paid by the facilitator, so no ETH is needed.), X402_MAX_USD (Hard spend cap in USD for the process. Default 1.00.), FARM_BASE_URL (Service to buy from. Default https://x402-money-farm.fly.dev). The author declared them in the registry entry; get the values from the project itself.

Alternatives to X402 Money Farm

same job, measured the same way
Taskfleet MCP
by bfai-1

Pay-per-call MCP tools: web search, scraping, on-chain wallet intel, extraction. x402 USDC on Base.

34 installs/wk local only
True402
by true402

Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety.

75 installs/wk local only
Terradeed MCP Server
by terradeed

TerraDeed MCP server — x402 web scraping & structured extraction. Pay-per-call with USDC on Base.

30 installs/wk local only
Blixtworks
by blixtworks-www

63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

50 installs/wk 68 tools answering
Web Scraper
by ryudi84

MCP server for web scraping: URLs, links, metadata, CSS extraction.

25 installs/wk local only
Scraper
by ofershap

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

58 installs/wk local only
x402 Seller
by entreprisedaney33-rgb

Pay-per-call MCP tools (crypto/DeFi data, web reading, AI tasks) in USDC over x402 on Base.

34 installs/wk local only
LinkMeta MCP
by dpozimski

Extract URL metadata (Open Graph, Twitter Cards, JSON-LD) from any URL

20 installs/wk local only

X402 Money Farm — questions

Answers built from our own checks of this server.

Why is there no uptime for X402 Money Farm?
X402 Money Farm 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 x402-money-farm-mcp.
How do I connect X402 Money Farm?
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 x402-money-farm-mcp straight from npm; nothing to host, nothing to sign up for.
Is X402 Money Farm open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.