The True Markets MCP server enhances AI agent interaction with the True Markets platform by providing direct, structured access to trading functionalities. It addresses critical limitations of traditional CLI-based interactions, such as the 'two-quote problem' where agents might execute trades at different prices than initially quoted, lack of slippage protection, high process overhead for each command, and fragile parsing of mixed stdout/stderr outputs. By offering features like cached quotes, structured JSON responses, persistent authentication, and direct tool calls, the server ensures reliable, efficient, and robust automated trading for AI agents.
Características Principales
01Native tool calls allowing agents to interact directly with trading functions.
02Structured JSON responses via MCP's `structuredContent` for reliable parsing.
030 GitHub stars
04Quote caching for consistent trade execution prices and slippage protection.
05Persistent authentication with credentials loaded once and tokens refreshed automatically.
06Reduced process overhead by eliminating new process spawns for each command.