x402search
Enables discovery and search of over 14,000 x402-enabled HTTP APIs within the Ethereum ecosystem, facilitating access to services like token prices, DEX swap routing, and DeFi-specific discovery.
x402search MCP Server
Search 14,000+ x402-enabled HTTP APIs from any MCP-compatible agent.
Version: 1.0.3 · License: MIT · Cost: $0.01 USDC per search · Base mainnet · No account needed
npm: https://www.npmjs.com/package/x402search-mcp
PyPI: https://pypi.org/project/x402search-mcp
API: https://x402search.xyz
Requirements
A wallet private key (EVM)
USDC on Base mainnet (eip155:8453)
Get USDC on Base: https://www.coinbase.com/how-to-buy/usdc
Related MCP server: gatefareio/mcp-server
Install: Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"x402search": {
"command": "npx",
"args": ["x402search-mcp@1.0.3"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Install: Claude Code
claude mcp add x402search -- npx x402search-mcp@1.0.3Then set your key:
export EVM_PRIVATE_KEY=0xYOUR_PRIVATE_KEY_HEREInstall: Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402search": {
"command": "npx",
"args": ["x402search-mcp@1.0.3"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Install: Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"x402search": {
"command": "npx",
"args": ["x402search-mcp@1.0.3"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Install: Python agents (LangChain, CrewAI, AutoGen, GAME SDK)
pip install x402search-mcpfrom x402search import search_x402_apis
results = search_x402_apis(
query="token price API ethereum",
private_key="0xYOUR_PRIVATE_KEY_HERE"
)
print(results)Full docs: https://pypi.org/project/x402search-mcp
Quick Test
EVM_PRIVATE_KEY=0xYOUR_KEY npx x402search-mcp@1.0.3Tool: search_x402_apis
Parameter | Type | Required | Description |
query | string | yes | e.g. "token price API", "DEX swap routing" |
network | string | no | e.g. "eip155:8453" for Base mainnet |
max_price_usdc | number | no | Filter to APIs at or below this price |
limit | number | no | Max results (default 10, max 50) |
Virtuals ACP Integration
x402search is available as a native ACP agent on the Virtuals protocol marketplace.
Agent ID: 22531
Agent profile: https://app.virtuals.io/acp/agent-details/22531
Job name:
x402searchPrice: 0.01 USDC per search
Accepts crypto, DeFi, and blockchain API discovery queries
Rejects off-topic requests automatically at the request phase
Returns structured results: endpoint URLs, payment metadata, network, and relevance rank
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.Last updatedMIT

gatefareio/mcp-serverofficial
Alicense-qualityAmaintenanceMarketplace MCP for paid HTTP APIs. Pay per call in USDC on Base via the open x402 standard — non-custodial. 13 tools for discovery, buying, and publishing APIs.Last updated451MIT- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.Last updated1005MIT
- Alicense-qualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.Last updated231MIT
Related MCP Connectors
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/x402-index/x402search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server