MCP server for the @agentutility agentops cluster — pay-per-call x402 tools, no API keys, USDC on…
claude mcp add mcp-agentops -- npx -y @agentutility/mcp-agentops
claude_desktop_config.json
{
"mcpServers": {
"mcp-agentops": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-agentops"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-agentops": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-agentops"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-agentops": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-agentops"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-agentops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-agentops"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-agentops": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-agentops"
]
}
}
}
Reliable across a long session; no dropped connections.
Used it in a multi-step workflow; results were consistent.
Fast responses, sensible error messages when inputs were off.
POST /mcp