x402-fetch-mcp
Allows AI agents to automatically pay for paywalled content using the x402 payment protocol, which handles micropayments with USDC on Ethereum-based networks (Base).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402-fetch-mcpFetch the content from https://learn402.xyz/demo/protected-content"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: agent-discovery-mcp
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 setupYou'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-mcp3. Verify Installation
claude mcp list
# Should show: x402 - ✓ ConnectedUsage
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 infoUpdate Configuration
npx x402-fetch-mcp setup
# Choose 'y' to overwrite existing configSecurity
Private keys are stored in
~/.x402/config.jsonwith600permissionsKeys 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hyeong-soo/x402-fetch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server