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).
Run
npx -y firstdollar
MCP client config
{
"mcpServers": {
"firstdollar": {
"command": "npx",
"args": [
"-y",
"firstdollar"
]
}
}
}