Tijori Finance MCP Server

India's first MCP server for Indian equity research. Talk to 5,000+ NSE/BSE listed companies directly from Claude with India's equity research MCP. Its 19 documented tools cover company, constituents. 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 JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 13 · #137 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Tijori Finance

before you install - you'll need

Set TIJORI_EMAIL, TIJORI_PASSWORD before connecting.

Claude Code

claude mcp add lazzy0v0-tijori-finance-mcp -- npx -y tijori-finance-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lazzy0v0-tijori-finance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tijori-finance-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 tijori-finance-mcp - unscoped; check the name against the project README before installing

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

03 · What Tijori Finance 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 search any company by name, returns slug, index performance - Nifty, sector indices, conglomerates, and resolve slug to numeric company ID.

Capability map

Tools grouped from the project's README - what Tijori Finance lets an agent do.

read & search

17 tools - e.g. Search any company by name, returns slug; Key ratios, forensics score, market cap, PE, ROE, ROCE; P&L, Balance Sheet, Cash Flow, Ratios, Quarterly results

search_company · get_company_overview · get_financials · get_shareholding · get_operational_metrics · get_fund_flow…

Resolve

1 tool - e.g. Resolve slug to numeric company ID

resolve_company_ids

Screen

1 tool - e.g. Run a popular screen by name (preset) or screen 5,000+ stocks with Tijori's full query language - % values, field-vs-field comparisons, arithmetic like capex/Ne

screen_companies

04 · Who maintains Tijori Finance

tijori-finance is maintained by lazzy0v0. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
finance - ranked #137 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.LaZZy0v0/tijori-finance (active, first published 2026-06-08)
packages
npm:tijori-finance-mcp

06 · Tijori Finance FAQ

Is Tijori Finance still maintained?

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

What can Tijori Finance do?

With this server connected, an agent can search any company by name, returns slug, index performance - Nifty, sector indices, conglomerates, and resolve slug to numeric company ID.

How do I install Tijori Finance?

Run `npx -y tijori-finance-mcp`. The README documents 2 environment variables (TIJORI_EMAIL, TIJORI_PASSWORD) to set first. Set TIJORI_EMAIL, TIJORI_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Tijori Finance 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 Tijori Finance