Skip to main content
ClaudeWave

Canonical Model Context Protocol (MCP) Remote Gateway for WarpPay402. Exposes 28 monetized Web3 AI developer tools, PDF extraction, scrapers, & smart contract execution engines via Server-Sent Events (SSE) and x402 USDC micropayments on Base, Solana, Arbitrum, & Arc.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
✓ Trusted
Passed
  • ✓Open-source license (MIT)
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Documented (README)
Last scanned: 9/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Warppay402/warppay-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "warppay-mcp": {
      "command": "node",
      "args": ["/path/to/warppay-mcp/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/Warppay402/warppay-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# WarpPay402 MCP Remote Gateway

[![MCP Registry](https://img.shields.io/badge/MCP-Registry_Listed-blue.svg)](https://github.com/modelcontextprotocol/registry)
[![x402 Micropayments](https://img.shields.io/badge/Protocol-x402_USDC-green.svg)](https://api.warppay402.com/.well-known/x402-manifest.json)
[![Status](https://img.shields.io/badge/Gateway-Active-brightgreen.svg)](https://api.warppay402.com/health)

Official Model Context Protocol (MCP) Remote SSE Gateway for **WarpPay402**. This repository hosts the canonical `server.json` manifest for indexing on the official [MCP Registry](https://github.com/modelcontextprotocol/registry).

---

## ⚡ Gateway Quick Connect

- **Remote SSE Endpoint:** `https://api.warppay402.com/mcp?v=2`
- **Transport:** `sse` (Server-Sent Events v2)
- **MCP Manifest:** `https://api.warppay402.com/.well-known/mcp.json`
- **LLM Context Manifest:** `https://api.warppay402.com/llms.txt`
- **OpenAPI Spec:** `https://api.warppay402.com/openapi.json`
- **Agent Card:** `https://api.warppay402.com/.well-known/agent.json`

---

## 🛠️ Provided Tools (28 Monetized Capabilities)

This remote gateway provides AI agents with low-cost, pay-per-use tools monetized via `x402` USDC micropayments across Base, Solana, Arbitrum One, and Arc Mainnet:

1. **`web_scraper`**: Extracts clean Markdown content from public webpages.
2. **`browser_scraper`**: Unblockable headless Chromium page renderer.
3. **`pdf_extractor`**: Plain text extraction from public PDF documents.
4. **`render_screenshot`**: Captures full-page rendered website screenshots.
5. **`extract_json`**: Schema-driven structured JSON extraction from HTML.
6. **`base_analytics`**: Wallet balance and transaction nonce analytics on Base Mainnet.
7. **`arc_analytics`**: Gas pricing and block height metrics on Arc Mainnet.
8. **`arc_network_oracle_query`**: Pre-flight Arc RPC latency and telemetry oracle ($0.10 USDC).
9. **`arc_dex_oracle`**: Real-time ETH/USDC spot price resolver on Arc Mainnet.
10. **`smart_contract_verifier`**: Source code analysis, ABI fetching, and proxy detection via Basescan.
11. **`get_aerodrome_yields`**: Live APYs and TVL for Aerodrome DEX pools on Base.
12. **`aerodrome_swap`**: Programmatic token swap execution on Aerodrome Router.
13. **`aerodrome_clamm`**: Concentrated liquidity range management on Aerodrome Slipstream.
14. **`aerodrome_veaero`**: veAERO locking, epoch voting, and bribe harvesting.
15. **`deploy_contract`**: Programmatic Smart Contract factory for Base Mainnet ($5.00 USDC).
16. **`deploy_solana_contract`**: Programmatic SPL Escrow and Raydium Vault factory for Solana ($5.00 USDC).
17. **`deploy_arc_contract`**: Programmatic Escrow and Bounty contract factory for Arc ($5.00 USDC).
18. **`arc_cctp_bridge`**: Circle CCTP V2 cross-chain USDC bridge engine ($0.25 USDC).
19. **`real_estate_calculator`**: Cap rate, NOI, and cash flow financial calculator.
20. **`address_normalizer`**: USPS address normalization and geocoding via OpenStreetMap.
21. **`weather_oracle`**: Live atmospheric conditions and drone flight clearance oracle.
22. **`forex_oracle`**: Real-time global foreign exchange fiat rates (EUR, GBP, JPY, CAD).
23. **`shipping_rate_estimator`**: Parcel ground, priority, and express shipping rate estimator.
24. **`github_health_analyzer`**: Repository stars, open issue counts, and license inspector.
25. **`property_comps_estimator`**: Property tax assessor and valuation comps estimator.
26. **`public_data_feed`**: Raw signed attestation JSON record feeds ($0.0001 USDC).
27. **`data_feeds`**: Pre-scraped AI intelligence reports ($0.001 USDC).
28. **`x402_telemetry_feed`**: Public on-chain settlement proofs and uptime telemetry (Free).

---

## 💻 Client Configuration

### Claude Desktop (`claude_desktop_config.json`)

To connect Claude Desktop directly to your remote gateway:

```json
{
  "mcpServers": {
    "warppay402-mcp": {
      "url": "https://api.warppay402.com/mcp",
      "transport": "sse"
    }
  }
}
```

### Cursor / OpenClaw

Add `https://api.warppay402.com/mcp` as an SSE Remote Server in your MCP settings panel.

---

## 📦 Related Repositories

- Client SDK: `Warppay402/warppay402-sdk` (`@warppay402/sdk` on NPM)
- NPM Package: `npm install @warppay402/sdk`
- ClawHub Plugin: `clawhub.ai/warppay402/plugins/sdk`

---

## 📄 License

MIT License © 2026 WarpPay402

What people ask about warppay-mcp

What is Warppay402/warppay-mcp?

+

Warppay402/warppay-mcp is mcp servers for the Claude AI ecosystem. Canonical Model Context Protocol (MCP) Remote Gateway for WarpPay402. Exposes 28 monetized Web3 AI developer tools, PDF extraction, scrapers, & smart contract execution engines via Server-Sent Events (SSE) and x402 USDC micropayments on Base, Solana, Arbitrum, & Arc. It has 0 GitHub stars and its last recorded update is dated 2026-09-27.

How do I install warppay-mcp?

+

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

Is Warppay402/warppay-mcp safe to use?

+

Our security agent has analyzed Warppay402/warppay-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Warppay402/warppay-mcp?

+

Warppay402/warppay-mcp is maintained by Warppay402. The last recorded GitHub activity is dated 2026-09-27, with 0 open issues.

Are there alternatives to warppay-mcp?

+

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

Deploy warppay-mcp 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: Warppay402/warppay-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/warppay402-warppay-mcp)](https://claudewave.com/repo/warppay402-warppay-mcp)
<a href="https://claudewave.com/repo/warppay402-warppay-mcp"><img src="https://claudewave.com/api/badge/warppay402-warppay-mcp" alt="Featured on ClaudeWave: Warppay402/warppay-mcp" width="320" height="64" /></a>

More MCP Servers

warppay-mcp alternatives