loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

suwappu-mcp-advisor

MCP Tool

0xSoftBoi/suwappu-mcp-advisor

AI-powered portfolio advisor using Suwappu MCP protocol — concentration risk, momentum signals, diversification scoring

Install

$ npx loaditout add 0xSoftBoi/suwappu-mcp-advisor

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "suwappu-mcp-advisor": {
      "command": "npx",
      "args": [
        "-y",
        "suwappu-mcp-advisor"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

suwappu-mcp-advisor

[](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.

Features
  • Concentration risk — warns when >50% in a single token
  • Momentum signals — detects 24h price swings >5%
  • Diversification score — rates portfolio spread across tokens and chains
  • Stablecoin ratio — checks risk management allocation
  • AI analysis — GPT-4o or Claude for detailed recommendations (optional)
  • Rule-based fallback — works without any AI key
Install
bun install        # TypeScript
pip install requests  # Python
Usage
export 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.py
Example Output
Connected 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%
Links
  • Suwappu Docs | MCP Protocol
License

MIT

Tags

advisoraidefimcpportfoliopythonsuwapputypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/0xSoftBoi/suwappu-mcp-advisor)](https://loaditout.ai/skills/0xSoftBoi/suwappu-mcp-advisor)