NodeProxy
Stealth markdown parser bypasses Akamai protection to fetch and clean content from Akamai-protected sites.
Stealth markdown parser bypasses Cloudflare protection to fetch and clean content from Cloudflare-protected sites.
Uses Coinbase CDP as a facilitator for x402 USDC payments across supported networks.
Provides a CrewAI tool for fetching and parsing web pages into Markdown within CrewAI agent workflows.
Provides a LangChain tool (NodeProxyMarkdownTool) for fetching and parsing web pages into Markdown within LangChain applications.
Accepts card payments via Stripe MPP for standard tier markdown parsing ($0.50 minimum).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NodeProxyconvert https://example.com to markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NodeProxy
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 |
|
| $0.002 USDC | Normal public pages |
|
| $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.
Why agents need this
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.
Related MCP server: WebforAI Text Extractor
Architecture
Autonomous Agent
│ search MCP registry / Bazaar (vector or keyword)
▼
GET /mcp/tools or MCP list_tools
│ reads JSON schema ("Machine UI")
▼
POST /mcp/execute or POST /stealth-scrape
│ no payment → 402 + PAYMENT-REQUIRED (+ Bazaar extension)
│ x402 PAYMENT-SIGNATURE or MPP Authorization: Payment …
│ facilitator verify/settle → parse URL
▼
Markdown payload → agent continues taskQuick start
cd NodeProxy
cp .env.example .env
# Set WALLET_ADDRESS to your Base wallet
npm install
npm run devEndpoints (replace host with your deploy URL):
Endpoint | Purpose |
| Service status, pricing, stealth/MPP config |
| Tool catalog for registry crawlers |
| Standard parse + x402/MPP gate |
| Stealth parse + x402 gate |
| Streamable HTTP MCP transport |
| Well-known MCP discovery |
| x402 + Bazaar discovery manifest |
| MPP Stripe manifest (when configured) |
| Agent discovery card |
| Live registry manifest (dynamic) |
Environment
Variable | Default | Description |
| — | USDC recipient (your revenue) |
|
| Standard tier price per parse |
|
| Stealth tier price per parse |
|
| Primary network; use |
| CDP bundle | Comma-separated CAIP-2 ids (Base, Polygon, Arbitrum, optional Ethereum L1) |
|
| x402 facilitator |
| — | Coinbase CDP facilitator (mainnet) |
| — | Stripe MPP on |
| — | Comma-separated proxy URLs for stealth tier |
| — | 2captcha API key (optional) |
| localhost | Used in discovery manifests |
Machine discovery (zero advertising)
Deploy to Railway or any HTTPS host.
Verify live manifests:
/mcp/tools,/.well-known/x402.json,/registry/server.json.Submit PR to the open-source MCP Registry using
integrations/mcp-registry/server-entry.json.Bazaar auto-index: after successful x402 settlements through a Bazaar-enabled facilitator, tools appear in the global Bazaar index (Bazaar docs). NodeProxy attaches Bazaar extension metadata on every 402 response.
Enterprise hubs (Google Agent Registry, Anthropic routing): point them at
/.well-known/mcp.jsonor/discovery/agent.json.
Tool descriptions are written for LLM tool-matching, not humans.
Payment rails
Rail | Tools | Destination | Amount |
x402 USDC | Standard + stealth | Your | $0.002 / $0.05 |
Stripe MPP | Standard only | Stripe account balance | $0.50/card (SPT minimum) |
MCP stdio (Claude Desktop / local agents)
npm run mcp:stdioAdd to Claude Desktop config:
{
"mcpServers": {
"nodeproxy": {
"command": "node",
"args": ["--import", "tsx", "/path/to/NodeProxy/src/mcp/stdio.ts"],
"env": { "WALLET_ADDRESS": "0x..." }
}
}
}HTTP execute example
# Stage A — get 402 challenge (includes Bazaar extension in PAYMENT-REQUIRED)
curl -i "http://localhost:4022/mcp/execute" \
-H 'Content-Type: application/json' \
-d '{"arguments":{"url":"https://example.com"}}'
# Stage B — retry with PAYMENT-SIGNATURE from x402 client wallet
curl "http://localhost:4022/mcp/execute" \
-H 'Content-Type: application/json' \
-H 'PAYMENT-SIGNATURE: <base64>' \
-d '{"arguments":{"url":"https://example.com"}}'
# Stealth tier (x402 only)
curl -i "http://localhost:4022/stealth-scrape" \
-H 'Content-Type: application/json' \
-d '{"arguments":{"url":"https://example.com"}}'Use @x402/fetch, @x402/mcp, or nodeproxy-tools for automatic payment.
Deploy on Railway
Railway is the recommended host: full Node.js (JSDOM works), no 15s serverless timeout, metered billing when idle.
1. Push to GitHub
cd NodeProxy
git init && git add . && git commit -m "NodeProxy MCP x402 parser"
git remote add origin https://github.com/YOU/nodeproxy.git
git push -u origin main2. Create Railway project
Go to railway.app → New Project → Deploy from GitHub repo
Select your repo — Railway reads
railway.toml+nixpacks.tomlautomaticallySettings → Networking → Generate Domain (gives you
*.up.railway.app)
3. Set environment variables
In Railway → Variables:
Variable | Value |
| Your Base wallet (USDC recipient) |
|
|
|
|
|
|
| Coinbase CDP keys (mainnet facilitator) |
| Stripe MPP (optional) |
|
|
|
|
|
|
You do not need to set PORT or PUBLIC_URL — Railway injects PORT, and the app auto-detects RAILWAY_PUBLIC_DOMAIN for discovery manifests.
4. Verify deploy
curl https://YOUR-APP.up.railway.app/health
curl https://YOUR-APP.up.railway.app/mcp/tools
curl https://YOUR-APP.up.railway.app/.well-known/x402.json5. Register for agent discovery
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.json
Cost expectation
Railway’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.
Production (Base mainnet)
X402_NETWORK=eip155:8453
WALLET_ADDRESS=0xYourWallet
PRICE_USDC=0.002
STEALTH_PRICE_USDC=0.05USDC on Base: 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Upstream framework integrations
To get NodeProxy baked into LangChain, CrewAI, and MCP registry discovery:
integrations/UPSTREAM.md — fork → PR → merge playbook
integrations/python/—nodeproxy-toolsPyPI package + LangChain/CrewAI wrappersintegrations/typescript/—@nodeproxy/langchainnpm packageintegrations/mcp-registry/— MCP registry PR template
Quick LangChain example:
pip install "nodeproxy-tools[x402,langchain]"
export EVM_PRIVATE_KEY=0x...
from nodeproxy_tools.langchain import NodeProxyMarkdownTool
tool = NodeProxyMarkdownTool()
markdown = tool.invoke({"url": "https://example.com"})Naming
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.
License
MIT
Part of Gate402
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceAn MCP server for web content extraction that converts HTML pages into clean, LLM-optimized Markdown using Mozilla's Readability. It supports batch processing, intelligent multi-page crawling, and configurable caching while respecting robots.txt standards.Last updated132
- Alicense-quality-maintenanceAn MCP server that extracts clean, structured Markdown content from web page URLs using the WebforAI library. It simplifies feeding web content into AI models by removing HTML noise and intelligently processing tables and links.Last updated
- AlicenseAqualityCmaintenanceMCP server that converts URLs to clean Markdown/Text for LLM agents.Last updated5705MIT
- Alicense-qualityCmaintenanceMCP server for retrieving web pages as clean Markdown, with configurable detail levels and optional Chromium rendering for JavaScript-heavy pages.Last updated1MIT
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pgalyen1987/NodeProxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server