india_market_data
ActiveTool of @gapup/mcp-knowledge
Indian capital market intelligence for the IN diaspora (30M+) and investors. Covers NSE, BSE, and MCA corporate registry across four modes: • company — full company profile: name, CIN, exchange, NSE/BSE tickers, industry, incorporation date, paid-up capital, registered office, status, directors • market_quote — real-time quote: price (INR), change%, volume, market cap, P/E ratio. Sources: Yahoo Finance (primary), BSE API, NSE API (proxy-gated) • sector_overview — Nifty/Sensex sector snapshot: top 5 companies by market cap. Supported sectors: it, banking, pharma, energy, auto, fmcg, realestate, metals, telecom, consumer • mca_filing — Ministry of Corporate Affairs filings. Requires CIN for direct lookup. Input formats accepted: • NSE ticker (e.g. 'RELIANCE', 'TCS.NS') • BSE 6-digit code (e.g. '500325' for Reliance) • CIN 21-char (e.g. 'L17110MH1973PLC019786') • Company name EN (e.g. 'Reliance Industries', 'Tata Consultancy') • Sector keyword (e.g. 'IT services', 'banking', 'pharma') ENV: AICI_RESEARCH_PROXY_URL with country-in routing unlocks NSE direct API and MCA.
Parameters schema
{
"type": "object",
"required": [
"mode",
"query"
],
"properties": {
"mode": {
"enum": [
"company",
"market_quote",
"sector_overview",
"mca_filing"
],
"type": "string",
"description": "Analysis mode."
},
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"query": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "NSE/BSE ticker, CIN (21 chars), company name (EN), or sector keyword."
},
"exchange": {
"enum": [
"NSE",
"BSE",
"all"
],
"type": "string",
"description": "Exchange filter. Default: all."
}
}
}Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries