Odel
firstdollar

firstdollar

Local
@lisamaraventano-spineJavaScriptMITUpdated 3mo ago

An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler.

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).

npmfirstdollarv1.0.7

Run

npx -y firstdollar

MCP client config

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