x402-agent-data-mcp
v1.0.0
Published
MCP server with 55 paid data tools for AI agents. Crypto, DeFi, weather, translation, LLM, scraping, finance, blockchain analytics, risk scoring. Pay-per-use in USDC via x402 protocol on Base + Solana. Cheapest prices on the market ($0.001-$0.05).
Maintainers
Readme
x402 Agent Data API — MCP Server
55 paid data tools for AI agents, accessible via the Model Context Protocol (MCP). Compatible with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.
Payments via x402 protocol in USDC on Base + Solana. Cheapest prices on the market ($0.001–$0.05 per request).
🌐 API: https://api.friwol.org
📦 Smithery: friwol/x402-data-api
🔗 MCP Endpoint: https://api.friwol.org/mcp
Quick Start
With npx (recommended)
npx x402-agent-data-mcpWith Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"x402-agent-data": {
"command": "npx",
"args": ["x402-agent-data-mcp"]
}
}
}With Cursor / Windsurf
Add as MCP server:
{
"x402-agent-data": {
"command": "npx",
"args": ["x402-agent-data-mcp"]
}
}Remote MCP (Streamable HTTP)
Connect directly to the hosted MCP endpoint — no local install needed:
https://api.friwol.org/mcpAvailable Tools (55)
| Category | Tools | Price |
|----------|-------|-------|
| Crypto / DeFi | crypto_prices, crypto_trending, crypto_fear_greed, crypto_gas, crypto_defi_yields, crypto_analysis | $0.001–$0.05 |
| Tech | github_trending, hackernews_top, npm_trending | $0.002 |
| Music | spotify_trends, genre_analysis | $0.002–$0.005 |
| Scraping | scrape_markdown, scrape_links, scrape_meta | $0.002–$0.005 |
| Search | search_web, search_wikipedia, search_news | $0.005 |
| Social | reddit_trending, reddit_search, twitter_user, twitter_trends | $0.005 |
| Finance | stock_quote, forex_rate, market_summary, finance_currencies, currency_convert, currency_history | $0.002–$0.01 |
| Weather | weather_current, weather_forecast, weather_alerts | $0.002–$0.005 |
| Translation | translate, detect_language | $0.001–$0.002 |
| Utilities | dns_lookup, whois_lookup, ip_geolocation, timestamp | $0.001–$0.005 |
| AI | sentiment_analysis, summarize_url | $0.005–$0.02 |
| LLM Proxy | llm_deepseek (DeepSeek V3), llm_completion (Mistral Nemo), llm_code | $0.01–$0.02 |
| Documents | extract_text, url_info | $0.005 |
| Verification | verify_domain, verify_email, verify_url | $0.002–$0.005 |
| E-commerce | product_search, price_compare | $0.005–$0.01 |
| Blockchain | blockchain_block, blockchain_gas, wallet_analysis, token_info | $0.002–$0.005 |
| Risk Scoring | risk_token, risk_address | $0.02 |
| Free | api_catalog | FREE |
How It Works
- Agent calls a tool (e.g.
weather_currentwith{ city: "Paris" }) - MCP server returns the endpoint URL + payment info
- Agent pays via x402 (USDC on Base or Solana)
- Agent calls the endpoint with payment proof
- Real-time data is returned
{
"endpoint": "https://api.friwol.org/weather/current?city=Paris",
"price": "$0.002 USDC",
"payment_protocol": "x402",
"network": "Base (eip155:8453) + Solana",
"description": "Current weather conditions in Paris."
}Payment
- Protocol: x402
- Networks: Base (eip155:8453) + Solana
- Currency: USDC
- Price range: $0.001 – $0.05 per request
- Facilitator: Coinbase CDP (gasless for buyers)
Links
- API: https://api.friwol.org
- GitHub: https://github.com/jbohic/x402-agent-api
- Smithery: https://smithery.ai/servers/friwol/x402-data-api
- MCP Endpoint: https://api.friwol.org/mcp
License
MIT
