Odel
FinStack MCP

FinStack MCP

Local
@finstacklabs15PythonMITUpdated 5mo ago

India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfinstack-mcpv0.3.2

Run

uvx finstack-mcp

MCP client config

{
  "mcpServers": {
    "finstack-mcp": {
      "command": "uvx",
      "args": [
        "finstack-mcp"
      ]
    }
  }
}