MCP Server
io.github.seob5285-alt/edge-diagnostics-x402 MCP Server
io.github.seob5285-alt/edge-diagnostics-x402
What is the io.github.seob5285-alt/edge-diagnostics-x402 MCP server?
Edge-based network diagnostic utility checking host latency, gated via x402 payment rails.
How to install io.github.seob5285-alt/edge-diagnostics-x402
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"edge-diagnostics-x402": {
"url": "https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-host"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"edge-diagnostics-x402": {
"serverUrl": "https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-host"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"edge-diagnostics-x402": {
"type": "http",
"url": "https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-host"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"edge-diagnostics-x402": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-host"
]
}
}
}Claude Code
claude mcp add --transport http edge-diagnostics-x402 https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-hostRelated MCP servers
x402 Facilitator Proxy
Maintained
Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments.
0
View repository →TypeScript
Stateless array aggregation utility engine via x402 microtransactions.