11 tools from the Technical Analysis MCP Server, categorised by risk level.
View the Technical Analysis policy →analysis_get_file
Fetch a specific file from a ticker's output folder.
Use list_analysis_files(ticker) first to see available filenames.
You can call this tool mul... analysis_list_files
Browse stored analysis outputs on the server.
Call this FIRST before get_file to discover what files are available.
This is the recommended start... financial_news_search
Search curated financial websites for news, sentiment, and fundamental info.
*** THIS IS THE PRIMARY NEWS TOOL — CALL IT AFTER EVERY analysis_run... 3/5 indicators_list
List all available built-in technical indicators (TA-Lib library + custom).
ALWAYS call this BEFORE writing custom indicator code to check whethe... indicators_web_search
Search the web for a technical indicator formula or Python implementation.
FALLBACK TOOL: Only use this if you do not have native web browsing ca... 2/5 live_market_query
Execute a live market query against Indian stock data using Groww API + screener DB.
This tool runs Python code in a SANDBOX with pre-loaded mark... 3/5 market_get_index Get the OFFICIAL constituent ticker list for a stock market index.
ALWAYS call this tool instead of web-searching for index holdings.
Returns exac... analysis_run
Run full technical analysis on a SINGLE stock or crypto ticker.
This is a DEEP-DIVE tool for ONE stock — NOT for bulk screening.
*** DO NOT call ... 3/5 indicators_run_custom
Compute a custom technical indicator by executing Python code against a
SINGLE ticker's OHLCV data. ALWAYS renders a professional multi-pane chart... 4/5 market_screen
Screen stocks by technical indicators, fundamental ratios, and candlestick patterns.
Returns matching results with COMPLETE data (81 fields per st... 3/5 The Technical Analysis MCP server exposes 11 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Technical Analysis server.
Technical Analysis tools are categorised as Read (7), Write (1), Execute (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept