x402-gated web parser: URLs to token-efficient Markdown for LLM agents. Paid in USDC on Base.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Self-discoverable MCP utility for autonomous agents β no ads, no landing page, no human in the loop.
NodeProxy exposes two paid tools:
| Tool | Endpoint | Price | Use case |
|---|---|---|---|
surface_markdown_parser | POST /mcp/execute | $0.002 USDC | Normal public pages |
stealth_markdown_parser | POST /stealth-scrape | $0.05 USDC | Cloudflare/Akamai-protected sites |
Both fetch a public URL, strip scripts/ads/nav noise, and return compressed Markdown optimized for LLM context windows. Standard tier also accepts Stripe MPP card payments ($0.50 minimum) alongside x402 USDC.
Agents find this service through MCP registries, x402 Bazaar discovery, and machine-readable manifests β not marketing.
Heavy React/Vue sites burn tokens when agents ingest raw HTML. NodeProxy returns clean Markdown so autonomous retrieval loops stay cheap and accurate. When basic fetch hits bot walls, the stealth tier escalates with proxy rotation, hardened Playwright, and optional CAPTCHA solving.
Endpoints (replace host with your deploy URL):
| Endpoint | Purpose |
|---|---|
GET /health | Service status, pricing, stealth/MPP config |
GET /mcp/tools | Tool catalog for registry crawlers |
POST /mcp/execute | Standard parse + x402/MPP gate |
POST /stealth-scrape | Stealth parse + x402 gate |
ALL /mcp | Streamable HTTP MCP transport |
GET /.well-known/mcp.json | Well-known MCP discovery |
GET /.well-known/x402.json | x402 + Bazaar discovery manifest |
GET /.well-known/mpp.json | MPP Stripe manifest (when configured) |
GET /discovery/agent.json | Agent discovery card |
GET /registry/server.json | Live registry manifest (dynamic) |
| Variable | Default | Description |
|---|---|---|
WALLET_ADDRESS | β | USDC recipient (your revenue) |
PRICE_USDC | 0.002 | Standard tier price per parse |
STEALTH_PRICE_USDC | 0.05 | Stealth tier price per parse |
X402_NETWORK | eip155:84532 | Primary network; use eip155:8453 on mainnet |
X402_NETWORKS | CDP bundle | Comma-separated CAIP-2 ids (Base, Polygon, Arbitrum, optional Ethereum L1) |
FACILITATOR_URL | https://x402.org/facilitator | x402 facilitator |
CDP_API_KEY_ID / CDP_API_KEY_SECRET | β | Coinbase CDP facilitator (mainnet) |
MPP_SECRET_KEY / STRIPE_SECRET_KEY | β | Stripe MPP on /mcp/execute |
STEALTH_PROXY_URLS | β | Comma-separated proxy URLs for stealth tier |
CAPTCHA_SOLVER_KEY | β | 2captcha API key (optional) |
PUBLIC_URL | localhost | Used in discovery manifests |
/mcp/tools, /.well-known/x402.json, /registry/server.json.integrations/mcp-registry/server-entry.json./.well-known/mcp.json or /discovery/agent.json.Tool descriptions are written for LLM tool-matching, not humans.
| Rail | Tools | Destination | Amount |
|---|---|---|---|
| x402 USDC | Standard + stealth | Your WALLET_ADDRESS | $0.002 / $0.05 |
| Stripe MPP | Standard only | Stripe account balance | $0.50/card (SPT minimum) |
Add to Claude Desktop config:
Use @x402/fetch, @x402/mcp, or nodeproxy-tools for automatic payment.
Railway is the recommended host: full Node.js (JSDOM works), no 15s serverless timeout, metered billing when idle.
railway.toml + nixpacks.toml automatically*.up.railway.app)In Railway β Variables:
| Variable | Value |
|---|---|
WALLET_ADDRESS | Your Base wallet (USDC recipient) |
X402_NETWORK | eip155:8453 |
PRICE_USDC | 0.002 |
STEALTH_PRICE_USDC | 0.05 |
CDP_API_KEY_ID / CDP_API_KEY_SECRET | Coinbase CDP keys (mainnet facilitator) |
MPP_SECRET_KEY / STRIPE_SECRET_KEY | Stripe MPP (optional) |
HOST | 0.0.0.0 |
MAX_CONCURRENT_PARSES | 20 |
RATE_LIMIT_PER_MINUTE | 120 |
You do not need to set PORT or PUBLIC_URL β Railway injects PORT, and the app auto-detects RAILWAY_PUBLIC_DOMAIN for discovery manifests.
Open a PR to the MCP Registry with integrations/mcp-registry/server-entry.json. Agents hit:
https://YOUR-APP.up.railway.app/mcp/toolshttps://YOUR-APP.up.railway.app/.well-known/mcp.jsonhttps://YOUR-APP.up.railway.app/.well-known/x402.jsonRailwayβs free tier gives $1/month credit after trial β enough for low traffic ($0.30β0.50/mo idle). One paid agent call at $0.002 USDC covers that. Scale to Hobby ($5/mo) when bot traffic grows.
Do not use Vercel/Cloudflare Workers for this service β JSDOM and 25s fetch timeouts exceed edge limits.
USDC on Base: 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
To get NodeProxy baked into LangChain, CrewAI, and MCP registry discovery:
integrations/python/ β nodeproxy-tools PyPI package + LangChain/CrewAI wrappersintegrations/typescript/ β @nodeproxy/langchain npm packageintegrations/mcp-registry/ β MCP registry PR templateQuick LangChain example:
NodeProxy is registry-ready: boring, predictable, and reads as infrastructure. Tool names (surface_markdown_parser, stealth_markdown_parser) are chosen so semantic search hits match intent.
MIT
This service is part of the Gate402 x402 agent-API suite β pay-per-call APIs for AI agents over HTTP 402 (USDC on Base). Use it standalone, through the unified storefront + CDP x402 Bazaar at gate402.app, or as an MCP server: npx -y gate402-mcp.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nodeproxy-web-surface-markdown-parser)<a href="https://allmcps.com/mcp/nodeproxy-web-surface-markdown-parser"><img src="https://allmcps.com/api/badge/nodeproxy-web-surface-markdown-parser?style=directory" alt="NodeProxy Web Surface Markdown Parser on AllMCPs" /></a>