screener-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@screener-mcpShow me the quarterly results for Reliance Industries"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
screener-mcp
MCP server for Screener.in financial data — Indian stock market fundamentals, ratios, quarterly results, shareholding, and stock screening.
One-Command Install
macOS/Linux
curl -fsSL https://raw.githubusercontent.com/aw-bii/mcp-screener/main/install.sh | shWindows (PowerShell)
powershell -c "irm https://raw.githubusercontent.com/aw-bii/mcp-screener/main/install.ps1 | iex"Manual (any platform)
pip install git+https://github.com/aw-bii/mcp-screener.gitRelated MCP server: Daito
Configuration
Log into screener.in in your browser
Open DevTools (F12) → Application → Cookies →
screener.in→ copy thesessionidvalueAdd to your MCP client config:
{
"mcpServers": {
"screener-mcp": {
"command": "screener-mcp",
"env": {
"SCREENER_SESSION_ID": "your_session_id_here"
}
}
}
}Without a session ID, company data tools work. Screen queries require authentication.
Tools
Tool | Description |
| Run stock screening queries |
| Company profile, BSE/NSE codes |
| P&L, balance sheet, cash flow |
| Quarterly sales/profit/margins |
| P/E, P/B, EV/EBITDA, market cap, dividend yield |
| ROCE, ROE, D/E, current ratio, etc. |
| Promoter, FII, DII trends |
| Sector & industry classification |
Development
git clone https://github.com/aw-bii/mcp-screener.git
cd mcp-screener
pip install -e .
screener-mcpThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aw-bii/mcp-screener'
If you have feedback or need assistance with the MCP directory API, please join our Discord server