purple-flea/wallet-mcp
MCP server for Purple Flea Wallet — multi-chain HD wallets with Wagyu swap integration
[](https://www.npmjs.com/package/@purpleflea/wallet-mcp) [](https://modelcontextprotocol.io) [](https://opensource.org/licenses/MIT)
MCP server for Purple Flea Wallet — non-custodial multi-chain wallets with cross-chain swaps for AI agents.
Gives any MCP-compatible AI agent a full crypto wallet:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"purple-flea-wallet": {
"command": "npx",
"args": ["-y", "@purpleflea/wallet-mcp"],
"env": {
"WALLET_API_URL": "https://wallet.purpleflea.com"
}
}
}
}| Variable | Description | Default | |----------|-------------|---------| | WALLET_API_URL | Wallet API base URL | https://wallet.purpleflea.com |
| Tool | Description | |------|-------------| | register | Register a new agent and create a multi-chain wallet. Returns deposit addresses for every sup
Loading reviews...