← Back to Plugins
MCP Server MCP

io.github.lucle87/boo-mpp-mcp

github By github 👁 1 views ▲ 0 votes

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "boo-mpp-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of a wallet holding USDC.e on Tempo. Stays on your machine.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WALLET_PRIVATE_KEY"
        },
        {
          "description": "Max USD per single call (default 0.05).",
          "format": "string",
          "name": "MAX_USD_PER_CALL"
        },
        {
          "description": "Max USD per session (default 5).",
          "format": "string",
          "name": "MAX_USD_TOTAL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...