Varrd
Related Servers
Alternatives to Varrd
AlicenseCqualityCmaintenanceAn MCP server for Massive.com Financial Market Data253391MIT- Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides real-time options analytics, pricing with Greeks, Monte Carlo simulations, volatility analysis, strategy backtesting, and risk metrics using actual market data from Yahoo Finance and Polygon.io.1-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to create, backtest, and manage automated investment strategies (symphonies) on Composer, including searching through 1000+ existing strategies, monitoring portfolio performance, and executing trades with live market data.38 PyPI230MIT
Related Servers
- AlicenseNot gradedqualityBmaintenanceDeterministic market-state engine for trading agents — zero LLM in the signal path. 8 tools: structural market state & phase, action gate (GO/WATCH/HOLD), entry/target/invalidation coordinates, bar-by-bar state timeline, composed view cards, and pre-trade intent validation. Every output traces to a bar-stamped ledger with a public daily self-scoring track record.3MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to mine, validate, and paper-trade quantitative trading strategies via chat, with the engine running locally on the user's own machine.-
- AlicenseBqualityDmaintenanceLLM Driven Trading Platform Orchestration - Strategy Design, Research & Implementation50120PythonMIT
- AlicenseAqualityDmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.316 npm9MIT
- FlicenseNot gradedqualityDmaintenanceEnables quant research, strategy development, backtesting, and paper trading through natural language prompts, integrated with 20+ AI agents.134-
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.9114 npm5MIT
TDQS
Scored across 9 tools
Most tools have clearly distinct purposes: varrd_edges for live edges, varrd_ai for interactive research, autonomous_varrd_ai for one-shot discovery, search/get_hypothesis for retrieving saved strategies, check_balance/buy_credits for payments, reset_session for session control, get_briefed for news. The only mild overlap is between varrd_ai and autonomous_varrd_ai, but descriptions clarify the difference well.
Naming is inconsistent. Some tools follow verb_noun (get_hypothesis, check_balance, buy_credits, reset_session, get_briefed), some are prefixed with 'varrd_' (varrd_edges, varrd_ai), and 'search' is a bare noun. The mixed prefixes and verb styles create no clear pattern.
Nine tools is well-scoped for a trading research platform covering edge monitoring, AI research, autonomous discovery, strategy retrieval, payments, session management, and news briefing. Each tool has a clear role and the count is within the ideal 3-15 range.
The surface covers the core workflows: discovering edges, researching ideas, retrieving saved strategies, managing credits, and getting news. Minor gaps exist, such as no explicit tool to delete or edit hypotheses, but agents can work around these via the search and get_hypothesis tools.