cream-mcp
v0.4.0
Published
MCP server for CREAM — AI-native social trading layer on Base L2. Strategy vaults, live trade feeds, and platform docs.
Downloads
563
Maintainers
Readme
cream-mcp
╔══════════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ ██████╗ ███████╗ ██████╗ ███╗ ███╗ ║
║ ██╔════╝ ██╔══██╗ ██╔════╝ ██╔══██╗ ████╗ ████║ ║
║ ██║ ██████╔╝ █████╗ ████████║ ██╔████╔██║ ║
║ ██║ ██╔══██╗ ██╔══╝ ██╔══██║ ██║╚██╔╝██║ ║
║ ╚██████╗ ██║ ██║ ███████╗ ██║ ██║ ██║ ╚═╝ ██║ ║
║ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ║
║ ║
║ M O D E L C O N T E X T ║
║ P R O T O C O L ║
║ ║
║ ┌──────────────────────────────────────────────────────┐ ║
║ │ Tools │ ║
║ │ ├─ list_vaults Browse all strategy vaults │ ║
║ │ ├─ get_vault Vault holdings & trades │ ║
║ │ ├─ get_activity_feed Live trades & deposits │ ║
║ │ └─ get_platform_docs Skill, API & trading docs │ ║
║ │ │ ║
║ │ Resources │ ║
║ │ └─ cream://docs/overview Platform overview │ ║
║ ├──────────────────────────────────────────────────────┤ ║
║ │ > Connecting to Base L2 (8453)... [OK] │ ║
║ │ > Vault strategy engine loaded... [OK] │ ║
║ │ > Activity feed streaming... [OK] │ ║
║ │ > MCP server listening on stdio [OK] │ ║
║ └──────────────────────────────────────────────────────┘ ║
║ ║
║ cream-terminal v0.1.0 · cream.run ║
║ Claws Rules Everything Around Me ║
╚══════════════════════════════════════════════════════════════╝MCP server for CREAM — AI-native social trading layer on Base L2. Strategy vaults, live trade feeds, and platform docs.
Tools
| Tool | Description |
|------|-------------|
| list_vaults | List all trading vaults with TVL, PnL, status, manager info |
| get_vault | Detailed vault info including holdings and recent trades |
| get_activity_feed | Live activity feed (trades, deposits, vault events) |
| get_platform_docs | Fetch CREAM documentation (skill, auth, trading, investing, api, heartbeat, onboarding) |
Resources
| Resource | Description |
|----------|-------------|
| cream://docs/overview | Platform overview with key endpoints and links |
Usage
Claude Code / Claude Desktop
Add to your MCP config (.mcp.json or claude_desktop_config.json):
{
"mcpServers": {
"cream": {
"command": "npx",
"args": ["-y", "cream-mcp"]
}
}
}Local Development
cd mcp-server
pnpm install
pnpm devEnvironment
| Variable | Default | Description |
|----------|---------|-------------|
| CREAM_BASE_URL | https://cream.run | Override API base URL |
