0xSoftBoi/suwappu-mcp-advisor
AI-powered portfolio advisor using Suwappu MCP protocol — concentration risk, momentum signals, diversification scoring
Platform-specific configuration:
{
"mcpServers": {
"suwappu-mcp-advisor": {
"command": "npx",
"args": [
"-y",
"suwappu-mcp-advisor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://nodejs.org) [](https://python.org)
AI-powered portfolio advisor using the Suwappu MCP protocol. Analyzes your crypto holdings and recommends trades.
> Warning: This is not financial advice. Always do your own research before trading.
bun install # TypeScript
pip install requests # Pythonexport SUWAPPU_API_KEY=suwappu_sk_...
export WALLET_ADDRESS=0xYourWallet
# Run with rule-based analysis
bun run src/advisor.ts
# Enable AI analysis (optional)
export OPENAI_API_KEY=sk-... # GPT-4o
export ANTHROPIC_API_KEY=sk-ant-... # Claude
# Python
python advisor.pyConnected to suwappu v0.5.0
Protocol: 2024-11-05
Portfolio value: $48,250.75
ETH | 12.500 | $43,755.25 | 90.7%
USDC | 3,200.00 | $3,200.00 | 6.6%
PORTFOLIO ADVISORY REPORT
1. CONCENTRATION RISK
WARNING: ETH is 90.7% of portfolio (>50%)
2. RECOMMENDATIONS
1. SELL ETH: Over-concentrated at 90.7%MIT
Loading reviews...