Skip to main content
ClaudeWave
Senpi-Station avatar
Senpi-Station

x402-mcp-web-extract

View on GitHub

Pay-per-use MCP server (fetch URL, token price, wallet balance) settled with x402 USDC micropayments on Base

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Senpi-Station/x402-mcp-web-extract
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "x402-mcp-web-extract": {
      "command": "node",
      "args": ["/path/to/x402-mcp-web-extract/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Senpi-Station/x402-mcp-web-extract and follow its README for install instructions.
Use cases

MCP Servers overview

# x402 MCP Web Extract

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

## Connect

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

## Tools (paid, pay-per-call)

| Tool | Price | Description |
|------|-------|-------------|
| `fetch_url` | $0.01 | Fetch any public URL as clean markdown or JSON |
| `token_price` | $0.01 | Real-time USDC spot price for any EVM token |
| `wallet_balance` | $0.02 | Native 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
basecloudflare-workersmcpmcp-servermodel-context-protocolpay-per-useusdcweb-scrapingx402

What people ask about x402-mcp-web-extract

What is Senpi-Station/x402-mcp-web-extract?

+

Senpi-Station/x402-mcp-web-extract is mcp servers for the Claude AI ecosystem. Pay-per-use MCP server (fetch URL, token price, wallet balance) settled with x402 USDC micropayments on Base It has 0 GitHub stars and was last updated today.

How do I install x402-mcp-web-extract?

+

You can install x402-mcp-web-extract by cloning the repository (https://github.com/Senpi-Station/x402-mcp-web-extract) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Senpi-Station/x402-mcp-web-extract safe to use?

+

Senpi-Station/x402-mcp-web-extract has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Senpi-Station/x402-mcp-web-extract?

+

Senpi-Station/x402-mcp-web-extract is maintained by Senpi-Station. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to x402-mcp-web-extract?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy x402-mcp-web-extract to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Senpi-Station/x402-mcp-web-extract
[![Featured on ClaudeWave](https://claudewave.com/api/badge/senpi-station-x402-mcp-web-extract)](https://claudewave.com/repo/senpi-station-x402-mcp-web-extract)
<a href="https://claudewave.com/repo/senpi-station-x402-mcp-web-extract"><img src="https://claudewave.com/api/badge/senpi-station-x402-mcp-web-extract" alt="Featured on ClaudeWave: Senpi-Station/x402-mcp-web-extract" width="320" height="64" /></a>

More MCP Servers

x402-mcp-web-extract alternatives