screener-mcp-pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCREENER_PASSWORD | No | Your screener.in password for login to enable the Insights tool. | |
| SCREENER_USERNAME | No | Your screener.in email for login to enable the Insights tool. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screener_get_company_overviewA | Key ratios (P/E, book value, ROE, ROCE, market cap, dividend yield), the company's About text, and its pros/cons checklist from screener.in. |
| screener_get_quarterly_resultsB | Quarterly sales, expenses, operating profit, and net profit table. |
| screener_get_profit_lossA | Multi-year Profit & Loss statement including compounded growth rows. |
| screener_get_balance_sheetA | Multi-year balance sheet: equity, reserves, borrowings, assets. |
| screener_get_cash_flowB | Multi-year cash flow statement: operating/investing/financing activity, free cash flow. |
| screener_get_shareholding_patternC | Promoter / FII / DII / government / public shareholding percentage trend. |
| screener_get_peer_comparisonA | Peer comparison table: CMP, P/E, market cap, dividend yield, quarterly profit/sales and growth, ROCE for the company and its industry peers. |
| screener_get_documentsA | Links to recent announcements, annual reports, credit rating updates, and concall transcripts/presentations/recordings. |
| screener_get_company_insightsA | Headcount, $100M+ client counts, revenue mix by geography/vertical, TCV, attrition, and similar operational metrics. NOTE: screener.in only sends the actual numbers to logged-in sessions -- without SCREENER_USERNAME/SCREENER_PASSWORD configured (or if login fails), this returns the available metric names only, with values locked. |
| screener_get_technical_indicatorsB | SMA20/50/200, RSI14, ATR14, and price-vs-SMA flags from free Yahoo Finance daily price history. No login required. |
| screener_get_full_company_snapshotA | Everything in one call: overview, all financial statements, shareholding, peer comparison, documents, and insights for a company. Use this for a full analysis; use the individual tools when you only need one section. |
| screener_login_statusA | Diagnostic: whether Screener.in credentials are configured and whether login succeeded. Never exposes the credentials themselves. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a specific financial statement or aspect (balance sheet, cash flow, shareholding, etc.) with no overlap. The full snapshot tool aggregates everything but is distinct.
All tools follow a consistent pattern: 'screener_get_' followed by a descriptive noun phrase (e.g., 'balance_sheet', 'company_insights'). No mixing of conventions.
12 tools cover the essential financial data retrieval needs for a company analysis server. Each tool serves a clear purpose without redundancy.
The tool set covers all major financial statements, peer comparison, ownership, technical indicators, and a composite snapshot. No obvious gaps for fundamental analysis.