FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built India's first financial MCP server for Claude — free, open source
How-ToProgramming Languages

I built India's first financial MCP server for Claude — free, open source

via Dev.to PythonFinStack MCP3h ago

What I built FinStack MCP is an open source MCP server that gives Claude Desktop, Cursor, and any MCP-compatible AI tool live access to Indian and global financial data. No API key. No paid tier. One pip install. Install pip install finstack-mcp What it does Indian Markets: Live NSE/BSE stock quotes Nifty 50, Sensex, Bank Nifty Mutual Fund NAV via AMFI FII/DII institutional activity 52-week high/low scanner Earnings calendar Daily market brief Global Markets: US/global stock quotes Crypto prices Forex rates SEC filings Fundamentals & Analytics: P/E, ROE, margins Technical indicators (RSI, MACD, Bollinger) Stock comparison and screener 39 tools total. MIT license. Claude Desktop setup Add this to your Claude config: { "mcpServers": { "finstack": { "command": "python", "args": ["-m", "finstack.server"] } } } Restart Claude. Done. Demo Watch the demo on YouTube Links GitHub: https://github.com/finstacklabs/finstack-mcp PyPI: https://pypi.org/project/finstack-mcp/ X: https://x.com/finstack

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

Rob Pike’s 5 Rules: The Secret to Building Systems That Actually Survive Production
How-To

Rob Pike’s 5 Rules: The Secret to Building Systems That Actually Survive Production

Medium Programming • 59m ago

Bipolar and Sleep Deprivation: What Actually Happens
How-To

Bipolar and Sleep Deprivation: What Actually Happens

Dev.to • 1h ago

Learn how to develop like a pro for free
How-To

Learn how to develop like a pro for free

Medium Programming • 2h ago

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it
How-To

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it

ZDNet • 3h ago

How to Create and Use Checkboxes in Figma
How-To

How to Create and Use Checkboxes in Figma

FreeCodeCamp • 4h ago

Discover More Articles