Spraay x402 MCP Server
Connects AI agents to the Base network for onchain data, batch USDC payments, and access to over 200 AI models. It utilizes the x402 protocol to enable pay-per-request functionality using USDC without requiring traditional API keys or accounts.
README
Spraay x402 MCP Server
MCP server for Spraay x402 Gateway — connect Claude, Cursor, or any MCP-compatible AI to onchain data, AI models, and batch payments on Base.
AI agents pay USDC per request. No API keys. No accounts. Just plug in and go.
9 Tools Available
| Tool | Cost | What It Does |
|---|---|---|
spraay_chat |
$0.005 | AI chat via 200+ models (GPT-4, Claude, Llama, Gemini) |
spraay_models |
$0.001 | List available AI models with pricing |
spraay_batch_execute |
$0.01 | Batch USDC payments to multiple recipients |
spraay_batch_estimate |
$0.001 | Estimate gas for batch payments |
spraay_swap_quote |
$0.002 | Uniswap V3 swap quotes on Base |
spraay_tokens |
$0.001 | List supported tokens on Base |
spraay_prices |
$0.002 | Live onchain token prices (Uniswap V3) |
spraay_balances |
$0.002 | ETH + ERC-20 balances for any address |
spraay_resolve |
$0.001 | Resolve ENS names and Basenames to addresses |
Quick Start
1. Clone and Install
git clone https://github.com/plagtech/spraay-x402-mcp.git
cd spraay-x402-mcp
npm install
npm run build
2. Configure Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"spraay": {
"command": "node",
"args": ["/absolute/path/to/spraay-x402-mcp/dist/index.js"],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKeyWithUSDCOnBase"
}
}
}
}
3. Configure Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"spraay": {
"command": "node",
"args": ["/absolute/path/to/spraay-x402-mcp/dist/index.js"],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKeyWithUSDCOnBase"
}
}
}
}
4. Restart and Use
Restart Claude Desktop or Cursor. Then just ask:
- "What is the current price of ETH on Base?" -> calls spraay_prices
- "Check the USDC balance of vitalik.eth" -> calls spraay_resolve then spraay_balances
- "Get me a swap quote for 100 USDC to WETH" -> calls spraay_swap_quote
- "Send 10 USDC each to these 5 addresses" -> calls spraay_batch_execute
Environment Variables
| Variable | Required | Description |
|---|---|---|
| EVM_PRIVATE_KEY | Yes | Private key of a wallet with USDC on Base mainnet |
| SPRAAY_GATEWAY_URL | No | Gateway URL (default: https://gateway.spraay.app) |
How Payments Work
You ask Claude -> Claude calls spraay_prices tool
|
MCP server hits gateway.spraay.app/api/v1/prices
|
Gateway returns HTTP 402 + payment requirements
|
x402 client auto-signs $0.002 USDC payment
|
Retries request with payment proof
|
Gateway verifies payment, returns live prices
|
Claude shows you the data
Your wallet pays USDC on Base for each tool call. Payments are instant and verifiable onchain.
Related
- Spraay x402 Gateway — the API this MCP server connects to
- x402 Protocol — the payment standard
- Spraay — multi-chain batch payment protocol
- MangoSwap — DEX on Base
License
MIT
Built by @lostpoet | Base Builder | 2026
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.