{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_42n6dqenudba","handle":"quant-brain-mcp","url":"https://wellknown.network/agents/quant-brain-mcp","links":{"self":"https://wellknown.network/agents/quant-brain-mcp/record.json","html":"https://wellknown.network/agents/quant-brain-mcp","markdown":"https://wellknown.network/agents/quant-brain-mcp/record.md","api":"https://wellknown.network/api/v1/agents/quant-brain-mcp","status":"https://wellknown.network/api/v1/agents/quant-brain-mcp/status","claim":"https://wellknown.network/agents/quant-brain-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/quant-brain-mcp/claim.json","badge":"https://wellknown.network/agents/quant-brain-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp-quant-brain.onrender.com:server:quant-brain-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"quant-brain-mcp","summary":"Stock analysis MCP: 38 indicators, 7 optimizers, 8 backtests, US + India sectors.","description":"Stock analysis MCP: 38 indicators, 7 optimizers, 8 backtests, US + India sectors.","publisher":{"name":"paarths-collab","url":null},"homepage":"https://github.com/paarths-collab/quant-brain-mcp","repository":"https://github.com/paarths-collab/quant-brain-mcp","version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp-quant-brain.onrender.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-08-16T14:58:56.0245Z","publishedAt":"2026-08-16T14:58:56.0245Z","registryName":"io.github.paarths-collab/quant-brain-mcp"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"data.news","name":"News & Feeds","confidence":1,"provenance":"derived"},{"slug":"analytics.reporting","name":"Reporting & Dashboards","confidence":1,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":0.54,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.525,"provenance":"derived"},{"slug":"productivity.crm","name":"CRM & Sales","confidence":0.525,"provenance":"derived"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.51,"provenance":"derived"}],"categories":["analytics","content","data","dev","finance","productivity"]},"observed":{"status":"live","statusReason":"Responded 6h ago.","lastOkAt":"2026-09-08T01:20:10.057Z","lastProbedAt":"2026-09-08T01:20:10.057Z","statusComputedAt":"2026-09-08T01:22:04.451Z","reliability30d":{"probes":4,"successRate":1,"p50Ms":241},"latestObservations":[{"at":"2026-09-08T01:20:10.057Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":265,"error":null,"detail":{"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"toolCount":25,"serverName":"mcp-quant-brain","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T18:22:03.147Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":574,"error":null,"detail":{"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"toolCount":25,"serverName":"mcp-quant-brain","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T11:25:42.219Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":217,"error":null,"detail":{"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"toolCount":25,"serverName":"mcp-quant-brain","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T04:27:23.518Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":188,"error":null,"detail":{"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"toolCount":25,"serverName":"mcp-quant-brain","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T22:27:13.526Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":327,"error":null,"detail":{"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"toolCount":25,"serverName":"mcp-quant-brain","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.26.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"generate_optimized_verdict","description":"Optimize a portfolio and return backtest metrics plus a final verdict.\n\n    Args:\n        tickers: List of ticker symbols (e.g. [\"AAPL\", \"RELIANCE.NS\"])\n       "},{"name":"get_company_profile","description":"Return a full company snapshot with business, valuation, and market metadata."},{"name":"get_quote","description":"Current price snapshot for one or more tickers (US and Indian).\n\n    Returns last price, day change %, day and 52-week ranges, position within\n    the 52-week r"},{"name":"build_trade_plan","description":"Build a sized trade plan: entry, stop, share count, R targets, invalidation.\n\n    The answer to \"what do I do?\": given account equity and the percent of it\n    "},{"name":"scan_watchlist","description":"Scan a watchlist and report which names did something actionable.\n\n    For each ticker: last close, day change, gap, distance from the\n    20/50/200-day average"},{"name":"price_alert","description":"Persistent price alerts stored server-side (survive restarts, one-shot).\n\n    Actions:\n      set    -- watch a level: price_alert(\"set\", ticker=\"RELIANCE.NS\",\n "},{"name":"get_news","description":"Recent news headlines for a ticker via Yahoo Finance's news feed.\n\n    Returns structured articles (title, publisher, url, published_at,\n    summary) for you to"},{"name":"find_sector_stock_pipeline_tool","description":"Run a multi-step pipeline: sector performance -> stock ranking -> strategy selection."},{"name":"analyze_sector_intelligence_tool","description":"Analyze sector return, risk, momentum, drawdown and correlation; select best sector."},{"name":"backtest_macd_momentum","description":"Run MACD momentum strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_macd_trend_follower","description":"Run MACD trend follower strategy backtest for one ticker.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_mean_reversion_rsi_bb","description":"Run RSI + Bollinger Band mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_rsi_mean_reversion","description":"Run RSI mean-reversion strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_sma_crossover","description":"Run SMA crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_trend_crossover","description":"Run trend crossover strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"backtest_volatility_breakout","description":"Run volatility breakout strategy backtest.\n\n    `period`: history window, e.g. \"1y\",\"2y\",\"5y\",\"10y\" (default \"2y\").\n    "},{"name":"generate_chart_pack","description":"Generate the full institutional chart suite for dashboard rendering."},{"name":"generate_charts","description":"Generate charts for portfolio, strategy, quant, fundamentals, and sector pipeline."},{"name":"plot_charts","description":"Alias for chart generation; kept for natural plotting language in clients."},{"name":"analyze_momentum","description":"Momentum indicators: rsi, macd, roc, cci, stoch, stochrsi, tsi, willr.\n\n    Runs all momentum indicators for the ticker, or only the subset named in\n    `indica"},{"name":"analyze_technical_levels","description":"Moving averages and price levels: sma, ema, hma, kama, ichimoku, supertrend, vwap, vwma.\n\n    Runs all level indicators for the ticker, or only the subset named"},{"name":"analyze_trend","description":"Trend strength and direction: adx, aroon, chop, psar, vortex, zigzag.\n\n    Runs all trend indicators for the ticker, or only the subset named in\n    `indicators"},{"name":"analyze_volatility","description":"Volatility and bands: atr, bbands, donchian, kc, stdev, ui.\n\n    Runs all volatility indicators for the ticker, or only the subset named in\n    `indicators`. `p"},{"name":"analyze_volume","description":"Volume confirmation: obv, cmf, mfi, ad, pvt.\n\n    Runs all volume indicators for the ticker, or only the subset named in\n    `indicators`. `period` sets the his"},{"name":"analyze_statistics","description":"Statistical behavior: log_return, zscore, skew, kurtosis, entropy.\n\n    Runs all statistical indicators for the ticker, or only the subset named in\n    `indicat"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"io.github.paarths-collab/quant-brain-mcp","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.paarths-collab%2Fquant-brain-mcp","firstSeenAt":"2026-09-06T22:22:29.419Z","fetchedAt":"2026-09-06T22:22:29.419Z","normalizedAt":"2026-09-06T22:22:29.419Z"}]},"firstSeenAt":"2026-09-06T22:22:29.419Z","updatedAt":"2026-09-08T01:22:34.665Z"}