MCP Server
NodeProxy Web Surface Markdown Parser MCP Server
io.github.pgalyen1987/nodeproxy
What is the NodeProxy Web Surface Markdown Parser MCP server?
x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.
How to install NodeProxy Web Surface Markdown Parser
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nodeproxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Claude Code
claude mcp add nodeproxy -- npx -y @nodeproxy/langchainRelated MCP servers
Pay-per-call agent APIs over x402: web scraping, token compression, and semantic cache.
View repository →x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC.
View repository →x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC.
View repository →