← Index

com.utilsforagents/utilsforagents-mcp

com.utilsforagents/utilsforagents-mcp·v1.0.4·Other
Quality Score
75
/100

Pay-per-call AI agent utilities via x402 on Base (USDC). 7 tools, $0.003/call.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "utilsforagents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "utilsforagents-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "utilsforagents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "utilsforagents-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y utilsforagents-mcp
§02  Environment variables
EVM_PRIVATE_KEY
requiredsecret

EVM wallet private key (hex, with or without 0x prefix) used to sign x402 micropayments on Base. The wallet must hold a small amount of USDC on Base ($0.003 per tool call).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other