Read-only MCP server for portfolio analytics across Coinbase and SnapTrade brokerages.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cryptopilot-mcp": {
"command": "npx",
"args": [
"-y",
"cryptopilot-tools/cryptopilot-mcp"
]
}
}
}
Run in terminal:
claude mcp add cryptopilot-mcp npx -y cryptopilot-tools/cryptopilot-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cryptopilot-mcp": {
"command": "npx",
"args": [
"-y",
"cryptopilot-tools/cryptopilot-mcp"
]
}
}
}