NodeProxy Web Surface Markdown Parser
Rank #42,462io.github.pgalyen1987/nodeproxy
x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.
NodeProxy Web Surface Markdown Parser is a Model Context Protocol (MCP) server published by pgalyen1987. It ranks #42,462 of 115,591 servers tracked on MCP Toplist. NodeProxy Web Surface Markdown Parser is listed on Official MCP, with 3 tracked versions. It was first listed on Jun 28, 2026 and most recently updated on Jun 29, 2026.
Ranks ahead of 73,129 of 115,591 servers on MCP Toplist.
Use NodeProxy Web Surface Markdown Parser
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http nodeproxy https://nodeproxy-production.up.railway.app/mcpclaude mcp add nodeproxy -- uvx nodeproxy-toolsclaude mcp add nodeproxy -- npx -y @nodeproxy/langchain[mcp_servers.nodeproxy]
url = "https://nodeproxy-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.nodeproxy]
command = "uvx"
args = ["nodeproxy-tools"]Add to ~/.codex/config.toml.
[mcp_servers.nodeproxy]
command = "npx"
args = ["-y", "@nodeproxy/langchain"]Add to ~/.codex/config.toml.
https://nodeproxy-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"nodeproxy": {
"command": "uvx",
"args": [
"nodeproxy-tools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nodeproxy": {
"url": "https://nodeproxy-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"nodeproxy": {
"command": "uvx",
"args": [
"nodeproxy-tools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nodeproxy": {
"type": "http",
"url": "https://nodeproxy-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"nodeproxy": {
"type": "stdio",
"command": "uvx",
"args": [
"nodeproxy-tools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"nodeproxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nodeproxy": {
"serverUrl": "https://nodeproxy-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nodeproxy": {
"command": "uvx",
"args": [
"nodeproxy-tools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nodeproxy": {
"url": "https://nodeproxy-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"nodeproxy": {
"command": "uvx",
"args": [
"nodeproxy-tools"
]
}
}
}{
"mcpServers": {
"nodeproxy": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/langchain"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pgalyen1987%2Fnodeproxy)<a href="https://mcptoplist.com/server/io.github.pgalyen1987%2Fnodeproxy"><img src="https://mcptoplist.com/badge/io.github.pgalyen1987%2Fnodeproxy.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pgalyen1987
Other servers by pgalyen1987
View all pgalyen1987 servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.2 | Jun 29, 2026 |
| 1.1.1 | Jun 29, 2026 |
| 1.0.1 | Jun 28, 2026 |
Frequently asked questions
- Who maintains NodeProxy Web Surface Markdown Parser?
- NodeProxy Web Surface Markdown Parser is maintained by pgalyen1987, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is NodeProxy Web Surface Markdown Parser listed on the Official MCP Registry?
- Yes — NodeProxy Web Surface Markdown Parser is listed on the Official MCP Registry.
- How many versions does NodeProxy Web Surface Markdown Parser have?
- MCP Toplist tracks 3 versions of NodeProxy Web Surface Markdown Parser, most recently published on Jun 29, 2026.
- Where can I find the source code for NodeProxy Web Surface Markdown Parser?
- The source code for NodeProxy Web Surface Markdown Parser is hosted at github.com/pgalyen1987/NodeProxy.