Back to Discover

x402-mcp-web-extract

connector

Senpi-Station

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

View on GitHub
0 starsSynced Aug 4, 2026

Install to Claude Code

/plugin marketplace add Senpi-Station/x402-mcp-web-extract

README

x402 MCP Web Extract

Pay-per-use MCP server that settles with x402 USDC micropayments on Base mainnet.

Connect

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

Tools (paid, pay-per-call)

ToolPriceDescription
fetch_url$0.01Fetch any public URL as clean markdown or JSON
token_price$0.01Real-time USDC spot price for any EVM token
wallet_balance$0.02Native and USDC balance for any EVM wallet

Payments are handled automatically by the @x402/mcp client — the wallet simply signs the x402 settlement. No subscriptions, no keys, no API tokens.

REST fallback

The same tools are available as plain HTTP endpoints with x402 payment-required flow:

  • GET /fetch?url=<encoded-url> — $0.01
  • GET /price?address=&chain= — $0.01
  • GET /balance?address=&chain= — $0.02

Discovery: /llms.txt, /openapi.json, /.well-known/x402, /.well-known/agent-card.json.

Infrastructure

  • Worker: https://x402-web-extract.senpi-agent.workers.dev
  • Pay-to wallet (Base): 0xd44B22e6A97a26e0cC9615478962C9C9C2495ceC
  • Facilitator: CDP x402 (https://api.cdp.coinbase.com/platform/v2/x402)
  • x402 spec: https://github.com/0xfabs/x402

Rendered live from Senpi-Station/x402-mcp-web-extract's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://x402-web-extract.senpi-agent.workers.dev/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.