India Stock MCP

MCP server for Indian stock market data - NSE/BSE quotes, historical prices, fundamentals, mutual fund NAV, indices, corporate actions, F&O option chains, IPOs, and portfolio analysis. Its 16 documented tools cover compare, funds, fund. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-12 · ★ 5 · #132 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install India Stock MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add akhilgovind02-india-stock-mcp -- npx -y india-stock-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "akhilgovind02-india-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "india-stock-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package india-stock-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Akhilgovind02 is GitHub-verified and matches the repo owner

03 · What India Stock MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can find stock symbols by company name, and search 15,000+ Indian mutual fund schemes.

Capability map

Tools grouped from the project's README - what India Stock MCP lets an agent do.

read & search

11 tools - e.g. Live price, volume, 52-week range for NSE/BSE stocks and indices; OHLCV history - daily / weekly / monthly; Find stock symbols by company name

get_quote · get_historical · search_symbol · get_fundamentals · get_index · get_market_status…

Compare

2 tools - e.g. 2–5 stocks side by side; 2–4 funds: NAV + % return over any period

compare_stocks · compare_funds

Fund

2 tools - e.g. NAV history for a scheme; Fund house, category, current NAV

get_fund_nav · get_fund_details

Portfolio

1 tool - e.g. Holdings → current value, P&L, allocation breakdown

portfolio_summary

04 · Who maintains India Stock MCP

india-stock-mcp is maintained by akhilgovind02. We track 2 MCP servers from akhilgovind02 - 2 actively maintained, 6 combined GitHub stars, oldest repo from Jun 2026.

05 · Facts

category
finance - ranked #132 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.Akhilgovind02/india-stock-mcp (active, first published 2026-06-12)
packages
npm:india-stock-mcp

06 · India Stock MCP FAQ

Is India Stock MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-12. We re-verify nightly.

What can India Stock MCP do?

With this server connected, an agent can find stock symbols by company name, and search 15,000+ Indian mutual fund schemes.

How do I install India Stock MCP?

Run `npx -y india-stock-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does India Stock MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to India Stock MCP