# x402-data-api

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add friwol/x402-data-api

# Browse available tools
npx -y @smithery/cli@latest tool list friwol/x402-data-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get friwol/x402-data-api crypto_prices

# Call a tool
npx -y @smithery/cli@latest tool call friwol/x402-data-api crypto_prices '{}'
```

## Direct MCP Connection

Endpoint: `https://x402-data-api--friwol.run.tools`

## Tools (55)

- `crypto_prices` — Top 50 crypto by market cap with prices, volume, 24h change ($0.002)
- `crypto_trending` — Trending coins and search trends ($0.001)
- `crypto_fear_greed` — Crypto Fear & Greed Index 30-day history ($0.001)
- `crypto_gas` — Ethereum gas prices ($0.001)
- `crypto_defi_yields` — DeFi yield opportunities with APY, TVL ($0.005)
- `crypto_analysis` — AI-enriched coin analysis with signals ($0.05)
- `github_trending` — Top 25 trending GitHub repos today ($0.002)
- `hackernews_top` — Top 30 Hacker News stories ($0.002)
- `npm_trending` — Trending npm packages ($0.002)
- `spotify_trends` — Current Spotify charts and trends ($0.002)
- `genre_analysis` — Music genre analytics ($0.005)
- `scrape_markdown` — Extract text from any URL as Markdown ($0.005)
- `scrape_links` — Extract all links from a URL ($0.005)
- `scrape_meta` — Extract metadata from URL ($0.002)
- `search_web` — Web search results ($0.005)
- `search_wikipedia` — Wikipedia summary ($0.005)
- `search_news` — Latest news articles ($0.005)
- `reddit_trending` — Top trending Reddit posts ($0.005)
- `reddit_search` — Search Reddit ($0.005)
- `twitter_user` — Twitter/X user profile ($0.005)
- `twitter_trends` — Twitter/X trending topics ($0.005)
- `stock_quote` — Real-time stock price ($0.005)
- `forex_rate` — Forex exchange rate ($0.002)
- `market_summary` — Global market overview ($0.01)
- `finance_currencies` — All FX rates against USD ($0.002)
- `currency_convert` — Convert currency ($0.002)
- `currency_history` — Historical FX data ($0.005)
- `weather_current` — Current weather for any city ($0.002)
- `weather_forecast` — Multi-day forecast ($0.005)
- `weather_alerts` — Severe weather alerts ($0.002)
- `translate` — Translate text ($0.002)
- `detect_language` — Detect language ($0.001)
- `dns_lookup` — DNS records ($0.002)
- `whois_lookup` — WHOIS data ($0.005)
- `ip_geolocation` — IP geolocation ($0.002)
- `timestamp` — Current timestamps ($0.001)
- `sentiment_analysis` — Text sentiment analysis ($0.005)
- `summarize_url` — Summarize any web page ($0.02)
- `llm_deepseek` — DeepSeek AI chat ($0.01)
- `llm_completion` — AI text completion ($0.01)
- `llm_code` — AI code generation ($0.02)
- `extract_text` — Extract text from document URL ($0.005)
- `url_info` — URL analysis ($0.005)
- `verify_domain` — Domain trust score ($0.005)
- `verify_email` — Email validation ($0.002)
- `verify_url` — URL safety check ($0.005)
- `product_search` — Product search across stores ($0.005)
- `price_compare` — Price comparison ($0.01)
- `blockchain_block` — Latest Base block info ($0.002)
- `blockchain_gas` — Multi-chain gas prices ($0.002)
- `wallet_analysis` — Wallet analysis on Base ($0.005)
- `token_info` — ERC-20 token info ($0.005)
- `risk_token` — Token risk score 0-100 ($0.02)
- `risk_address` — Address risk assessment ($0.02)
- `api_catalog` — List all endpoints with prices (FREE)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get friwol/x402-data-api <tool-name>
```
