mcp market data tools ai agents
Connect AI agents to live market data tools for price checks, candles, and indicators using MCP workflows.
MCP tool call pattern
# Example MCP intent
{
"tool": "get_price",
"arguments": {
"symbolCode": "XAUUSD",
"apiKey": "YOUR_KEY"
}
}