FinStack MCP Server

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

Remote serverstreamable-httpPython

What is the FinStack MCP MCP server?

India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows. The finstack mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.

What it actually does

Open-source market intelligence for Indian equities, global markets, and MCP-native AI workflows. Ask one question like Should I buy Reliance? and get debate, sentiment, smart-money, risk, peer context, and ranking in one stack.

  • Built for Indian markets first, not as a US-market wrapper with a few NSE tickers added later
  • MCP-native, so it works inside Claude, Cursor, and other agent workflows instead of being just another dashboard
  • Combines data, scoring, debate, and research workflows instead of forcing users to stitch 5 paid tools together
  • Includes tools competitors usually do not offer at all: stock debate, watchlist ranking, stock timeline, Telegram tracker, GST-to-stock context, and budget analyzer

Its toolset

Everything the assistant can do here goes through one of these:

  • Feature — finstack-mcp
  • PriceFree
  • Fundamentals — The Fundamentals tool exposed by this server

Configuration

You will need 3 environment variables: ANGEL_API_KEY, ANGEL_CLIENT_ID, ANGEL_TOTP_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. FinStack MCP's toolset — Feature, Price, Fundamentals — is a fair guide to whether it matches your workflow. It is maintained by finstacklabs; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the finstack mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
Featurefinstack-mcp
Price**Free**
FundamentalsThe Fundamentals tool exposed by this server.

How to install the FinStack MCP MCP server

{
  "mcpServers": {
    "finstack": {
      "command": "uvx",
      "args": ["finstack-mcp"],
      "env": {
        "ANGEL_API_KEY": "your-value",
        "ANGEL_CLIENT_ID": "your-value",
        "ANGEL_TOTP_SECRET": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
ANGEL_API_KEYCredential the server authenticates with.Yes
ANGEL_CLIENT_IDConfiguration value read at startup.Optional
ANGEL_TOTP_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use FinStack MCP to Feature.
  • Use FinStack MCP to Price.
  • Use FinStack MCP to Fundamentals.

Frequently asked questions

It connects FinStack MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Feature, Price, Fundamentals) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with FinStack MCP directly.