What problem does it solve?
Connects Heady agents to external trading APIs and data feeds via a typed MCP gateway, enabling deterministic, executable interactions with external infrastructure.
Core Features & Use Cases
- Central MCP gateway routes tool calls from all agents with authentication, rate limiting, request validation, and consistent response formatting.
- Unified Tool Registry coordinates trades, market data, and integration bridges (e.g., Tradovate, Rithmic, Market Data interfaces) through MCP.
- TypeScript MCP server template and Python options provide end-to-end server skeletons for production-grade integrations, with configurable security and audit capabilities.
- Security-first design with JWT authentication, per-tool rate limits, input validation, and immutable audit logs.
- Use Case: Build a compliant trading gateway that safely exposes external APIs to Alpha, Risk, and Execution agents.
Quick Start
Set up an MCP server from the TypeScript template and register a simple tool to validate end-to-end MCP routing.