Описание
Screener.in — Model Context Protocol server
README
Overview
This repository provides an open-source implementation of an MCP (Market Capitalization to Profit) server that integrates with screener.in. The server is designed to fetch, process, and serve financial data, enabling users to calculate and analyze the MCP ratio for companies listed on screener.in.
The MCP ratio is a crucial metric for evaluating a company's valuation relative to its profitability. This project is aimed at empowering developers, analysts, and financial enthusiasts with an easy-to-use and customizable tool for financial data analysis.
Features
- Fetches financial data from screener.in.
- Calculates the Market Capitalization to Profit (MCP) ratio.
- Provides tools for technical analysis, including:
- Moving Average (MA) analysis.
- Relative Strength Index (RSI) calculation.
- Comprehensive trade recommendations.
- Swing trading and intraday strategy prompts.
- Open-source and customizable for additional financial metrics.
- Lightweight and easy to deploy on local or cloud servers.
Prerequisites
- Python 3.8+
- MCP Inspector CLI tool.
- Access to middleware token from screener.in.
- Basic knowledge of financial metrics and their significance.
Installation
- Clone the repository:
git clone https://github.com/yourusername/mcp-server-screener.git
cd mcp-server-screener
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
- Install the required dependencies:
pip install -r requirements.txt
- Set up environment variables for screener.in in .env file:
SCREENER_CSRF_TOKEN=''
SCREENER_SESSION_ID=''
SCREENER_CSRF_MIDDLEWARE_TOKEN=''
- Test the server with MCP Inspector:
mcp dev server.py
- Access the server at http://localhost:6274 (or the configured port).
Usage
API Endpoints
- GET /mcp
Fetches the MCP ratio for a given company.- Parameters:
symbol: The stock symbol of the company (e.g., RELIANCE, TCS).
- Example Request:
curl http://localhost:5000/mcp?symbol=RELIANCE - Example Response:
{ "symbol": "RELIANCE", "market_cap": 1500000000000, "profit": 50000000000, "mcp_ratio": 30 }
- Parameters:
Tools
The MCP server includes the following tools for technical analysis and trading strategies:
Moving Average Analysis:
- Calculates short and long moving averages.
- Provides signals like bullish, bearish, and crossover detection.
RSI Calculation:
- Computes the Relative Strength Index (RSI) for a stock.
- Identifies oversold and overbought conditions.
Trade Recommendations:
- Combines MA and RSI signals to generate actionable trading recommendations.
- Includes risk level and signal strength.
Swing Trading Strategy:
- Generates a swing trading strategy based on technical indicators, support/resistance levels, and volume trends.
Intraday Strategy Builder:
- Creates a custom intraday trading strategy with entry/exit conditions, position sizing, and risk management.
Ticker Analysis:
- Provides a detailed analysis of a stock using MA, RSI, and trade recommendations.
Ticker Comparison:
- Compares multiple stocks to identify the best trading opportunity.
Customization
You can modify the logic in mcp_calculator.py to include additional metrics or customize the MCP calculation.
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed explanation of your changes.
License
This project is licensed under the MIT License.
Contact
For questions or suggestions, feel free to reach out:
- Email: [email protected]
- GitHub Issues: Open an issue
Acknowledgments
- screener.in for providing a robust platform for financial data.
- The open-source community for their support and contributions.
Установка Screener.in
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/minhaj3/screener.in-MCP-serverFAQ
Screener.in MCP бесплатный?
Да, Screener.in MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Screener.in?
Нет, Screener.in работает без API-ключей и переменных окружения.
Screener.in — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Screener.in в Claude Desktop, Claude Code или Cursor?
Открой Screener.in на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Screener.in with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
