Bearing 270
Alpha-Agent-MCP
Free, open source, live on npm today. Connect it to any MCP-compatible client for real-time market data and execution — built for our own trading, opened up completely.
Discovery & pricing
Live token discovery, price, market cap, liquidity, and holder data — pulled fresh on every call, never cached stale.
Explicit execution
Every trade action requires an explicit tool call with confirmed parameters — nothing executes silently in the background.
Live feeds
Wallet activity, wallet PnL, and alpha-call streams, exposed the same way our own Discord bots consume them.
Simple auth
One API key. No OAuth dance, no per-tool credentials.
Install
Claude Code
claude mcp add alpha-agent -- npx -y @5star/alpha-agent-mcp
Cursor / Claude Desktop / Grok Build
{
"mcpServers": {
"alpha-agent": {
"command": "npx",
"args": ["-y", "@5star/alpha-agent-mcp"]
}
}
}From source
git clone https://github.com/5star/alpha-agent-mcp cd alpha-agent-mcp && npm install && npm run build