MCP server for the @agentutility web-probe cluster — pay-per-call x402 tools, no API keys, USDC on…
claude mcp add mcp-web-probe -- npx -y @agentutility/mcp-web-probe
claude_desktop_config.json
{
"mcpServers": {
"mcp-web-probe": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-web-probe"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-web-probe": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-web-probe"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-web-probe": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-web-probe"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-web-probe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-web-probe"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-web-probe": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-web-probe"
]
}
}
}
Reliable across a long session; no dropped connections.
Did the job but rate limits kicked in under heavy use.
POST /mcp