x402-market
Quality Score
90
/100
Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
],
"env": {
"MARKET_API_URL": "https://x402-market-api.lien-studio-akiyama.workers.dev",
"MCP_BUYER_PRIVATE_KEY": "<your-mcp_buyer_private_key>",
"BASE_RPC_URL": "https://mainnet.base.org",
"BASE_CHAIN_ID": "8453",
"MCP_MAX_PRICE": "1.0"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
],
"env": {
"MARKET_API_URL": "https://x402-market-api.lien-studio-akiyama.workers.dev",
"MCP_BUYER_PRIVATE_KEY": "<your-mcp_buyer_private_key>",
"BASE_RPC_URL": "https://mainnet.base.org",
"BASE_CHAIN_ID": "8453",
"MCP_MAX_PRICE": "1.0"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @x402-market/mcp-server§02 Environment variables
MARKET_API_URLMarketplace API base URL.
MCP_BUYER_PRIVATE_KEYsecret
Funded buyer wallet private key (0x-prefixed). Required for pay_and_call; read-only tools work without it.
BASE_RPC_URLBase RPC endpoint. Defaults to Base mainnet public RPC; Alchemy/QuickNode recommended for higher rate limits.
BASE_CHAIN_ID8453 = Base mainnet (default, matches live listings). 84532 = Base Sepolia testnet.
MCP_MAX_PRICEHard cap on per-call cost (USDC). Refuses to pay above this.
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.