MCP Hub
Back to servers

@praveen030686/data-apis-mcp

22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.

glama
Forks
1
Updated
Mar 18, 2026

x402-data-apis-mcp

MCP server providing 22 AI agent tools for crypto data, stock market data, forex rates, and web scraping — all powered by x402 micropayments on Base.

Tools Available (22 total)

Crypto Data (4 tools)

ToolDescriptionCost
crypto_get_priceReal-time crypto prices for 53 coins$0.01
crypto_get_signalTrading signal (BUY/HOLD/SELL)$0.05
crypto_deep_analysisOn-chain metrics, sentiment, risk$0.10
crypto_ai_reportClaude AI investment analysis$0.25

Finance Data (8 tools)

ToolDescriptionCost
finance_stock_priceReal-time stock prices$0.02
finance_stock_profileCompany profile and key stats$0.03
finance_stock_newsLatest 10 news articles$0.05
finance_stock_financialsIncome statement, balance sheet$0.10
finance_forex_rateExchange rates with 5-day history$0.01
finance_forex_convertCurrency conversion$0.02
finance_market_overviewGlobal indices, commodities, yields$0.05
finance_ai_reportClaude AI stock analysis$0.25

Web Extract (10 tools)

ToolDescriptionCost
web_extract_textClean text from any URL$0.01
web_extract_metadataTitle, author, images, links$0.02
web_extract_contactsEmails, phones, social links$0.03
web_extract_pdfText from PDF URLs$0.03
web_extract_structuredFull structured data extraction$0.05
web_extract_productProduct price, reviews, ratings$0.05
web_extract_batchExtract from up to 5 URLs$0.08
web_extract_compareCompare two pages with AI$0.08
web_extract_translateExtract and translate to any language$0.10
web_extract_ai_summaryClaude-powered page summary$0.15

Installation

Claude Desktop / Claude Code

Add to your MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "x402-data-apis": {
      "command": "npx",
      "args": ["x402-data-apis-mcp"]
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "x402-data-apis": {
      "command": "npx",
      "args": ["x402-data-apis-mcp"]
    }
  }
}

How It Works

This MCP server exposes 22 tools backed by 3 x402-powered APIs. When an AI agent calls a tool:

  1. The MCP server forwards the request to the appropriate API
  2. The API returns a 402 Payment Required response with USDC payment instructions
  3. With an x402-enabled client, payment happens automatically
  4. The API returns the data

Note: Without an x402 payment client, tools will return payment instructions showing the cost and how to pay. To enable automatic payments, use the APIs directly with @x402/fetch and a funded wallet.

Payment

All payments are in USDC on Base (eip155:8453). Prices range from $0.01 to $0.25 per request.

No API keys. No subscriptions. No accounts. Just micropayments.

Underlying APIs

APIURL
Crypto Datahttps://crypto-enrichment-api-production.up.railway.app
Finance Datahttps://finance-data-api-production.up.railway.app
Web Extracthttps://web-extract-api.up.railway.app

License

MIT

Reviews

No reviews yet

Sign in to write a review