Menu

Explorer & Settings

Tempo Explorer Submit Project
🔌 MCP × Payments

Paid MCP Servers:
Monetize Your MCP Server

Charge Claude, GPT and other agents per tool call — in USDC, with no signup or API keys. Below: a curated list of paid MCP servers and the open-source infrastructure to monetize your own, from the 328+ MCP projects we track.

Can you monetize an MCP server?

Yes. Gate your MCP tools behind x402 (HTTP 402 Payment Required) so an LLM client like Claude or GPT pays a small USDC amount per call before the tool runs. The agent needs no account or API key — it pays with a wallet, and you get paid per request, in real time.

Diagram of a paid MCP server: AI agents like Claude and GPT call a tool, the server returns HTTP 402 to charge per call, the agent pays USDC automatically with no signup or API keys, and revenue lands in your wallet

How paid MCP servers work

  1. An agent (Claude, GPT, …) calls a tool on your MCP server.
  2. The server responds with HTTP 402 + payment terms (amount, USDC, chain).
  3. The agent signs and pays from its wallet; a facilitator verifies & settles.
  4. Your tool runs and returns the result. You earned a micropayment — per call, instantly.
Live example · Sponsor

JWT Secrets — a real x402-paid API

A working paid MCP server you can point an agent at today. It exposes JWT tools — decode, verify and crack — and charges per call over HTTP 402, settling via x402 (USDC on Base) or MPP (Tempo).

decode-jwt $0.01verify-jwt $0.02crack-jwt $0.10sessions/decode-jwt $0.001/call
$ npx jwtsecrets-mcp  # run the MCP server locally
Try the machine API ↗ Pricing JSON ↗ About this sponsor →

Paid MCP servers & infrastructure

Curated real projects · stars live from GitHub · sorted by popularity.

BlockRunAI/blockrun-mcp Paid MCP server

Live data for AI agents — search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.

⭐ 475 TypeScript

Lucid Agents Commerce SDK. Bootstrap AI agents in 60 seconds that can pay, sell, and participate in agentic commerce supply chains. Our protocol agnostic SDK provides CLI-generated templates and drop-in adapters for Hono, Express, Next.js, and TanStack, giving you instant access to crypto/fiat payment rails (AP2, A2A, x402, ERC8004).

⭐ 189 TypeScript
chu2bard/pinion-os Claude plugin / SDK

Client SDK, Claude plugin and skill framework for the Pinion protocol. x402 micropayments on Base.

⭐ 95 TypeScript
microchipgnu/MCPay Infrastructure

Open-source Infrastructure for MCP and x402

⭐ 91 TypeScript
AgentlyHQ/aixyz Framework

Next.js-like framework building AI Agents that are payment-native. Bootstrap your agent with A2A, MCP, x402 payments, and ERC-8004 identity.

⭐ 82 TypeScript
aaronjmars/tweazy Monetization tool

The best way to monetize AI applications & MCP, using x402, CDP Smart Wallets & Paymaster

⭐ 48 TypeScript
Rail402/rail402-mcp Discovery MCP

MCP server for Rail402. Browse, discover, and call paid APIs from Claude, Cursor, and Base MCP — payments handled autonomously via x402 on Base.

⭐ 9 TypeScript
xR0am/tip-md-x402-mcp-server Reference / demo

🏆 Hackathon: Transform any AI agent into a payment-enabled agent using x402 + CDP. MCP server for instant crypto tipping with automatic disbursement.

⭐ 7 TypeScript

Read the full MCP payments guide →

Frequently asked questions

Can you monetize an MCP server?

Yes. By gating your MCP tools behind x402 (HTTP 402 Payment Required), an LLM client like Claude or GPT pays a small USDC amount per call before the tool runs. The agent never needs an account or API key — it pays with a wallet, and you get paid per request.

How do I add payments to an MCP server?

Wrap your MCP tool endpoints with x402 middleware. When the tool is called, the server returns a 402 with payment terms; the agent signs and pays in USDC; a facilitator settles it; then the tool runs. Several open-source projects (above) provide drop-in infrastructure so you don’t build settlement yourself.

What are the best paid MCP servers?

It depends on what you sell. Data/research MCP servers (like live market or web data) and tool/API gateways are the most common paid models today. The list above is a curated starting point; browse the full directory for more.

Which payment protocol do paid MCP servers use?

Almost all use x402 with USDC settlement on Base (and increasingly Solana). x402 is HTTP-native, which maps cleanly onto MCP’s request/response model and lets agents pay autonomously.

Do clients like Claude support paying MCP servers?

The payment happens at the protocol layer: the agent/client holds a wallet and responds to the 402 challenge. Tooling like the projects above bridges MCP tool calls to x402 so the client can pay automatically without human approval for each call.