← Index

io.github.clawdbotworker/coinopai-mcp

io.github.clawdbotworker/coinopai-mcp·v1.0.5·Search
Quality Score
85
/100

Local stdio MCP server for x402-powered crypto intelligence and automation search on Base.

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

Dedicated low-balance Base wallet private key for x402 USDC micropayments. Do not use your primary wallet.

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