x402-fetch-mcp
MCP server that enables AI agents to automatically pay for and access paywalled content via the x402 payment protocol.
README
x402-fetch-mcp
MCP (Model Context Protocol) server that enables AI agents to automatically pay for and access paywalled content using the x402 payment protocol.
What is x402?
x402 is a payment protocol that uses HTTP status code 402 (Payment Required) to enable micropayments for web content. When an AI agent encounters a 402 response, this MCP server automatically handles the payment using USDC on Base network.
Features
- Automatic Payments: Seamlessly handles 402 Payment Required responses
- Secure Key Storage: Private keys stored in
~/.x402/config.json(not environment variables) - Base Network Support: Works with Base Sepolia (testnet) and Base (mainnet)
- Claude Code Integration: Works directly with Claude Code via MCP
Quick Start
1. Install and Setup
# Run the setup wizard
npx x402-fetch-mcp setup
You'll be prompted for:
- Private Key: Your wallet's private key (0x... format)
- Network:
baseSepolia(testnet) orbase(mainnet)
2. Add to Claude Code
claude mcp add x402 -- npx x402-fetch-mcp
3. Verify Installation
claude mcp list
# Should show: x402 - ✓ Connected
Usage
Once installed, Claude Code can automatically access paywalled content:
User: Fetch the content from https://learn402.xyz/demo/protected-content
Claude: I'll use the x402_fetch tool to access this paywalled content...
[Automatically pays $0.01 USDC and retrieves content]
Available Tools
x402_fetch
Fetches content from a URL with automatic x402 payment support.
Parameters:
url(required): The URL to fetchmethod(optional): HTTP method (GET, POST, etc.)headers(optional): Additional headersbody(optional): Request body for POST/PUT
x402_wallet_info
Returns information about the configured wallet.
Configuration
Config file location: ~/.x402/config.json
{
"privateKey": "0x...",
"network": "baseSepolia"
}
Check Configuration
npx x402-fetch-mcp-setup info
Update Configuration
npx x402-fetch-mcp setup
# Choose 'y' to overwrite existing config
Security
- Private keys are stored in
~/.x402/config.jsonwith600permissions - Keys are NOT stored in environment variables (prevents exposure via
envcommand) - Never share your config file or commit it to version control
Network Support
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base Sepolia | 84532 | 0x036CbD53842c5426634e7929541eC2318f3dCF7e |
| Base | 8453 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
Getting Test USDC
For Base Sepolia testnet:
- Get testnet ETH from Base Sepolia Faucet
- Get test USDC from Circle Faucet
Demo
Try the x402 payment flow at learn402.xyz
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.