Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. X402 Seller
X402 Seller logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:51:24 PM

X402 Seller

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "x402-seller": {
      "url": "http://localhost:4021"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

cryptomonnaie β€” pay-per-call API over x402

An Express server that sells paid API endpoints over the x402 protocol (USDC payments on Base), built to be consumed by AI agents.

A client (human or agent) calls a paid endpoint β†’ the server replies 402 Payment Required with the payment requirements β†’ the client signs a USDC payment and replays the request with the PAYMENT header β†’ a facilitator verifies and settles the payment on-chain β†’ the server serves the response. No blockchain key management server-side: it only holds the receiving address.

Available endpoints

All /api/* routes are paid (x402 payment required), except /health, /stats, and /.well-known/x402.json, which are free. Every response is clean JSON β€” never a raw 500, always {error: "..."} with the right HTTP status code on any problem (validation, upstream source down, etc.).

Replace $URL with the server's URL (http://localhost:4021 locally, the Render URL in production) in the examples below.

Crypto prices & gas (dedicated routes, optimized for agent search)

EndpointPriceExample
GET /api/price/eth-usd$0.005curl "$URL/api/price/eth-usd"
GET /api/price/btc-usd$0.005curl "$URL/api/price/btc-usd"
GET /api/price/sol-usd$0.005curl "$URL/api/price/sol-usd"
GET /api/price/usdc-supply$0.005curl "$URL/api/price/usdc-supply"
GET /api/gas/base$0.005curl "$URL/api/gas/base"
GET /api/gas/ethereum$0.005curl "$URL/api/gas/ethereum"

These are thin, single-purpose wrappers around the same sources as /api/defi/price and /api/chain/gas below β€” kept as separate routes (with narrow, intent-matching descriptions) so an agent searching for e.g. "ETH price USD" or "gas price Base" finds and calls them directly, instead of having to first discover the generic parameterized endpoint.

Crypto / DeFi data (source DefiLlama, free and open)

⚠️ License note: DefiLlama's terms of service restrict their free API to personal, non-commercial use and prohibit commercial exploitation of the data without prior written agreement (defillama.com/terms, clauses 7 and 8.10). These endpoints (plus the 6 /api/price/* and /api/gas/* ones above, and the 4 /api/defi/yields/* sub-routes below, all of which reuse the same DefiLlama sources) are built on it anyway, on the explicit and informed decision of this service's operator (compliance risk accepted) β€” to be revisited if DefiLlama raises the issue, or by moving to their paid Pro API (pro-api.llama.fi) if needed.

EndpointPriceExample
GET /api/defi/price$0.005curl "$URL/api/defi/price?coins=ethereum,bitcoin"
GET /api/defi/tvl$0.005curl "$URL/api/defi/tvl?protocol=aave"
GET /api/defi/tvl-chain$0.005curl "$URL/api/defi/tvl-chain?chain=base"
GET /api/defi/protocols$0.005curl "$URL/api/defi/protocols?limit=20"
GET /api/defi/yields$0.005curl "$URL/api/defi/yields?chain=base&min_tvl=1000000"
GET /api/defi/yields/top$0.005curl "$URL/api/defi/yields/top?limit=10&min_tvl=10000000"
GET /api/defi/yields/by-token$0.005curl "$URL/api/defi/yields/by-token?symbol=USDC&limit=10"
GET /api/defi/yields/by-chain$0.005curl "$URL/api/defi/yields/by-chain?chain=base&limit=10"
GET /api/defi/yields/pool$0.005curl "$URL/api/defi/yields/pool?pool=<pool id>"
GET /api/defi/stablecoins$0.005curl "$URL/api/defi/stablecoins?limit=20"

/api/defi/yields/top, /by-token, /by-chain, and /pool are dedicated, intent-matching routes alongside the generic /api/defi/yields β€” for an agent searching "best yield for USDC" or "best yields on Base" rather than discovering the generic parameterized endpoint first (same rationale as the dedicated /api/price/* and /api/gas/* routes above). /pool returns one pool's detail plus its last 30 recorded APY/TVL data points, via DefiLlama's yields.llama.fi/chart/{pool} (verified live against the current DefiLlama docs before use β€” see endpoints/defi-yields-pool.js for a note on a doc/reality mismatch found in the process: the docs list /chart/{pool}'s base URL as api.llama.fi, but only yields.llama.fi actually serves it; api.llama.fi/chart/{pool} 404s).

On-chain data (public RPC reads via viem, no third-party API)

EndpointPriceExample
GET /api/chain/gas$0.005curl "$URL/api/chain/gas?chain=base" (or chain=ethereum)
GET /api/chain/block$0.005curl "$URL/api/chain/block?chain=base"

Web reading & extraction (fetch, readability, and β€” for extract β€” Claude Haiku 4.5)

EndpointPriceExample
POST /api/web/read$0.005curl -X POST "$URL/api/web/read" -H "Content-Type: application/json" -d '{"url":"https://en.wikipedia.org/wiki/HTTP_402"}'
POST /api/web/extract$0.02curl -X POST "$URL/api/web/extract" -H "Content-Type: application/json" -d '{"url":"...","schema":{"type":"object","properties":{"title":{"type":"string"}}}}'

POST /api/web/read downloads a page and returns its main content as clean Markdown (readability extraction β€” boilerplate/nav/ads stripped), so an agent never has to parse raw HTML. POST /api/web/extract does the same fetch, then extracts structured JSON from the page according to a caller-supplied JSON Schema, via Claude Haiku 4.5 β€” one call instead of read-then-extract. Both are guarded against SSRF (see lib/web.js): the target URL must be public http(s), private/loopback/link-local/reserved IP ranges are refused (checked both on the initial host and on every redirect hop), the download is capped at 2 MB within a 10 s budget, and the site's robots.txt is honored (fails open β€” i.e. allows the fetch β€” only when robots.txt itself is unreachable, the same convention real crawlers use).

Open public data

EndpointPriceSource / licenseExample
GET /api/fx/rates$0.005Frankfurter (MIT, open ECB data)curl "$URL/api/fx/rates?base=EUR"
GET /api/github/repo$0.005GitHub REST APIcurl "$URL/api/github/repo?full_name=expressjs/express"
GET /api/npm/package$0.005registry.npmjs.org + api.npmjs.orgcurl "$URL/api/npm/package?name=express"
GET /api/hn/top$0.005Hacker News Firebase API (MIT)curl "$URL/api/hn/top?limit=20"
GET /api/wiki/summary$0.005Wikimedia REST API (CC BY-SA 4.0, attribution included in the response)curl "$URL/api/wiki/summary?title=Bitcoin&lang=en"
GET /api/dns/lookup$0.005Direct DNS resolution (Node's dns module)curl "$URL/api/dns/lookup?domain=example.com"
GET /api/rdap/domain$0.005rdap.org (open protocol, WHOIS's successor)curl "$URL/api/rdap/domain?domain=example.com"

AI tasks (Claude Haiku 4.5, ANTHROPIC_API_KEY required)

EndpointPriceExample
POST /api/ai/summarize$0.01curl -X POST "$URL/api/ai/summarize" -H "Content-Type: application/json" -d '{"text":"...","max_sentences":3}'
POST /api/ai/classify$0.01curl -X POST "$URL/api/ai/classify" -H "Content-Type: application/json" -d '{"text":"...","labels":["positive","negative","neutral"]}'
POST /api/ai/translate$0.01curl -X POST "$URL/api/ai/translate" -H "Content-Type: application/json" -d '{"text":"...","target_lang":"French"}'
POST /api/ai/extract$0.02curl -X POST "$URL/api/ai/extract" -H "Content-Type: application/json" -d '{"text":"...","schema":{"type":"object","properties":{"total":{"type":"number"}}}}'

Premium reseller (Tavily, Serper β€” real third-party providers, real margin)

EndpointPriceExample
POST /api/search/web$0.01curl -X POST "$URL/api/search/web" -H "Content-Type: application/json" -d '{"query":"latest developments in the x402 protocol","num_results":5}'
POST /api/search/serp$0.005curl -X POST "$URL/api/search/serp" -H "Content-Type: application/json" -d '{"query":"best crypto payment protocols 2026","country":"us"}'

Unlike the rest of this server (free/public sources, or a flat-rate AI call), this family resells a paid upstream provider's API per call β€” so margin, compliance, and upstream outages are real, ongoing concerns, tracked deliberately rather than assumed away.

A third endpoint, POST /api/web/scrape (Tavily Extract), was built, shipped, then retired on 2026-09-03. It was removed after a real 6-page comparative test (3 JavaScript-rendered pages, a heavy documentation page, a product page, and an article behind a cookie-consent banner β€” all confirmed robots.txt-compliant before testing) against this server's own free /api/web/read: the in-house extractor matched or beat Tavily Extract on 5 of the 6 pages, usually because Tavily returned a full page dump (navigation and boilerplate mixed in) where Readability went straight to the actual content. Tavily's only reproducible advantage was bypassing a bot-detection block that refused this server's own honestly-identified crawler outright β€” real, but too narrow to justify a dedicated $0.02 endpoint. Full test data: docs/RAPPORT-P1-PREMIUM.md.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Arch Tools MCP logoArch Tools MCP

    61 AI agent tools under one key. Web, AI, voice, data, crypto & more. Stripe + x402 USDC payments.

    πŸ’° Finance & Fintech0 views
    Compare vs Arch Tools MCP β†’
  • Stride20k x402 Data Gateway logoStride20k x402 Data Gateway

    17 pay-per-call data tools via x402 (USDC on Base): crypto, FX, weather, WHOIS, web, token risk.

    πŸ’° Finance & Fintech0 views
    Compare vs Stride20k x402 Data Gateway β†’
  • X402 API logoX402 API

    DeFi data API for AI agents β€” pay-per-call via x402/USDC on Base

    πŸ’° Finance & Fintech0 views
    Compare vs X402 API β†’
  • Databroker logoDatabroker

    Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.

    πŸ’° Finance & Fintech1 views
    Compare vs Databroker β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about X402 Seller

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "x402-seller": { "command": "npx", "args": ["-y", "x402 Seller"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewX402 Seller AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/x402-seller?style=directory)](https://allmcps.com/mcp/x402-seller)
HTML Embed
<a href="https://allmcps.com/mcp/x402-seller"><img src="https://allmcps.com/api/badge/x402-seller?style=directory" alt="X402 Seller on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to X402 Seller β†’Install in Claude DesktopInstall in CursorInstall in VS Code