Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

x402 Web Extract

io.github.senpi-station/x402-web-extract

Pay-per-use web extract, token prices, and wallet balances via x402 USDC micropayments.

Uptime
100.0%
1 direct probes · 30d
Response
442ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

fetch_url

Fetch any public URL and return a clean, readable markdown or JSON extract for AI agents. Pass the target as url (http/https). Costs 0.01 USDC on Base.

token_price

Real-time USDC-denominated spot price for an EVM token by contract address or common symbol. Provide address (0x...) or symbol (ETH, USDC, USDT, WETH) and optional chain (base, ethereum, polygon, arbi…

wallet_balance

Query the native and USDC balance for any EVM wallet address. Provide address (0x...) and optional chain (base, ethereum, polygon, arbitrum, optimism, default base). Costs 0.02 USDC on Base.

youtube_video

Resolve any YouTube video URL (watch?v=, youtu.be, shorts, embed) to a direct MP4 download URL with title, uploader, and format metadata. Provide url (http/https). Costs 1.00 USDC on Base.

youtube_audio

Resolve any YouTube video URL to its audio-only stream download URL (m4a/webm when available) with title, uploader, and format metadata. Provide url (http/https). Costs 0.50 USDC on Base.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "x402_web_extract": {
      "url": "https://x402-web-extract.senpi-agent.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}