desk
Related Servers
Alternatives to desk
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to propose stock, ETF, and crypto trades through Alpaca paper trading while enforcing deterministic policy rules and recording every decision in an audit trail.1 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to perform grounded equity research by analyzing tickers from SEC filings and market data, producing citation-guarded memos with pre-computed fundamentals.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to execute stock trading operations with built-in risk controls and human approval workflows. Supports paper trading simulation, real brokerage integration (Alpaca, Tradier), backtesting, sentiment analysis, and portfolio management while maintaining strict separation between AI intelligence and trade execution.MIT
- AlicenseBqualityCmaintenanceEnables multi-agent financial research through MCP, combining live or offline market, news, fundamentals, document RAG, and risk tools with critic review, synthesis, and execution tracing.10MIT
- AlicenseCqualityDmaintenanceProvides AI agents with institutional-grade quantitative finance tools including real-time market data, paper trading via Alpaca, risk analysis with Monte Carlo simulations, backtesting, and multi-source news sentiment analysis for portfolio management and trading strategy development.315MIT
- FlicenseNot gradedqualityDmaintenanceA multi-agent MCP server for comprehensive stock research and analysis using natural language queries, backed by SEC filings and real-time market data.-
TDQS
Scored across 27 tools
Each tool targets a distinct resource or action. Similar-sounding tools like get_financials, get_financial_history, and get_metrics have clearly separated purposes (full statement, single line-item series, derived ratios), and research vs. trading vs. journaling groups are unmistakable.
All tool names follow the verb_noun snake_case pattern (get_risk_policy, list_theses, place_order, reconcile_positions, close_thesis, etc.). Verb prefixes vary by operation but are consistently used, with no mixing of camelCase or other conventions.
At 27 tools, this is slightly over the 25-tool threshold, but the server covers a broad domain: market data, SEC filings, macro data, technical analysis, risk sizing, journaling, and broker integration. Each tool earns its place with a distinct function; no obvious redundancy.
The tool set provides a complete research-to-execution pipeline: gather data, size positions, journal theses, place orders, monitor positions, and close trades. Small gaps like lacking an explicit update-thesis or order-modification tool are acceptable because close/cancel and re-journaling cover those cases.