jordi-stack/imperium
AI-powered Multi-Chain Financial Command Center - Groq AI (Llama 3.3) + 13 MoonPay CLI tools via MCP + OpenWallet Standard. Autonomous portfolio monitoring, risk scanning, AI rebalancing, smart money discovery.
Platform-specific configuration:
{
"mcpServers": {
"imperium": {
"command": "npx",
"args": [
"-y",
"imperium"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-powered Multi-Chain Financial Command Center
> An autonomous agent that monitors, protects, and rebalances your crypto portfolio across all chains. Powered by MoonPay CLI (MCP) + OpenWallet Standard + Groq AI.
[Live Demo](https://imperium-demo.vercel.app) | [GitHub](https://github.com/jordi-stack/imperium)
Crypto portfolios are fragmented across multiple chains (Ethereum, Base, Polygon, Arbitrum). You can't see total allocation in one place, can't detect rug pulls until it's too late, and rebalancing requires hours of manual swaps across different UIs.
Imperium is an AI financial agent that gives you a unified command center for your entire crypto portfolio:
User (CLI / Interactive REPL / Watch Mode)
|
v
index.ts (command router)
|
+---> core/portfolio.ts ---+
+---> core/risk.ts ---+ +--> MoonPay CLI (MCP stdio)
+---> core/rebalance.ts ---+-- policy gate ---+
+---> core/discovery.ts ---+ (wallet/policy) +--> OWS Wallet (sign)
+---> ai/advisor.ts ---+-- Groq LLM ------+--> AI decisions
|
~/.imperium/config.json# Clone and install
git clone https://github.com/jordi-stack/imperium.git
cd imperium && npm install
# Configure AI (optional but recommended - free)
cp .env.example .env
# Get free API key from https://console.groq.com
# Edit .env: GROQ_API_KEY=gsk_your_key_here
# Demo mode (no funds needed)
./imp --demo portfolio
./imp --demo risk scan
./imp --demo discover trending base
./imp --demo analyze # AI analysis
./imp --demo ai-rebalance # AI decides allocation
.Loading reviews...