screener_mcp
If you are the rightful owner of screener_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Screener.in MCP Server allows LLMs to interact with Screener.in for Indian stock market analysis using FastMCP.
The Screener.in MCP Server is a Model Context Protocol server designed to facilitate interaction between Large Language Models (LLMs) and Screener.in, a platform for Indian stock market analysis. Utilizing FastMCP, this server defines tools, resources, and prompts to fetch company overviews, financial ratios, and perform company searches on Screener.in. It relies on web scraping, which may be affected by changes in Screener.in's website structure. Users should be aware of potential rate limiting and ensure compliance with Screener.in's terms of service. The server is intended for educational and personal use, providing a practical demonstration of integrating LLMs with real-world data sources.
Features
- get_company_overview: Fetches an overview of a company using its stock symbol.
- get_peer_comparision: Fetches peer comparisons for a company.
- search_companies: Searches Screener.in for companies based on a query string.
- suggest_company_analysis: Generates a prompt for an LLM to analyze a company using available resources.
Tools
get_company_overview
Fetches an overview of a company using its stock symbol.
get_peer_comparision
Fetches peer comparisons for a company.
search_companies
Searches Screener.in for companies based on a query string.