PluginBench
MCP Server
Active
MIT

io.github.Akhilgovind02/india-stock-mcp MCP Server

io.github.Akhilgovind02/india-stock-mcp

What is the io.github.Akhilgovind02/india-stock-mcp MCP server?

Indian stock market: NSE/BSE quotes, fundamentals, mutual fund NAV, F&O chains, IPOs. No API keys.

How to install io.github.Akhilgovind02/india-stock-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "india-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "india-stock-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "india-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "india-stock-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "india-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "india-stock-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "india-stock-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "india-stock-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add india-stock-mcp -- npx -y india-stock-mcp

Related MCP servers

Search RBI & SEBI circulars, master directions and regulations. Offline SQLite index, no API keys.

1
TypeScript
MIT
View repository →