What problem does it solve? Financial-market questions require live data that language models do not have in training data, and the OBaI platform spans ten separate MCP servers covering stocks, options, crypto, and prediction markets. This Skill acts as the central router: it maps each user question to the correct specialist server, enforces grounding rules so every numeric claim ties to tool output, and synthesizes multi-domain evidence into one coherent answer. ## Core Features & Use Cases - Intent Routing: A routing table maps questions about quotes, fundamentals, news, options, screening, portfolios, backtesting, research, prediction markets, and crypto to the correct MCP server on ports 8001-8010. - Grounding and Freshness Rules: Hard rules require MCP tool calls for live or numeric claims, prohibit speculation from training data, and define conflict-resolution and error-handling behavior. - Structured Synthesis: Output templates scale from short lookups to broad multi-domain analyses, while strategy, prediction-market, and crypto responses are delivered as terminal artifacts with their own contracts. - Use Case: A user asks to backtest a mean-reversion strategy on NVDA and compare it with current analyst sentiment; the hub resolves the ticker via the screening server, routes the backtest to the strategy server and the sentiment work to fundamentals, then merges the results into a single grounded report. ## Quick Start Ask a financial question such as "What is the current price and RSI of NVDA, and are there any upcoming earnings?" after registering the OBaI MCP servers from the bundled mcp-config.json.