Odel
DRAIN

DRAIN

Local
@kimbo1282TypeScriptMITUpdated 5mo ago

Pay for AI inference with USDC micropayments on Polygon. No API keys needed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdrain-mcpv0.1.3

Run

npx -y drain-mcp

MCP client config

{
  "mcpServers": {
    "drain": {
      "command": "npx",
      "args": [
        "-y",
        "drain-mcp"
      ]
    }
  }
}