Indian Stock Market
FreeNot checkedA MCP server (Model Context Protocol) for accessing Indian stock market data and integrating it with Claude Desktop/Any other AI.
About
A MCP server (Model Context Protocol) for accessing Indian stock market data and integrating it with Claude Desktop/Any other AI.
README
#mcp-server-indian-stock-market
An MCP (Model Context Protocol) server for accessing Indian stock market data and integrating it with Claude via the MCP framework.
=================================================================================
📋 Requirements
To use this project, make sure you have the following:
A Claude.ai account (MCP support is available for all account types)
Claude Desktop App (macOS or Windows)
A code editor such as Visual Studio Code
uv – a fast, Rust-based Python package manager
Install uv
macOS (Homebrew):
brew install uv
Windows (WinGet):
winget install --id=astral-sh.uv -e
=================================================================================
🚀 Project Setup
Follow the steps below to set up the MCP server locally.
Create Project Directory mkdir mcp-server-indian-stock-market cd mcp-server-indian-stock-market
Initialize a uv Project uv init
Create a Virtual Environment uv venv
Activate the Virtual Environment
macOS / Linux: source .venv/bin/activate
Windows: Command Prompt .venv\Scripts\activate.bat
PowerShell .venv\Scripts\Activate.ps1
Git Bash source .venv/Scripts/activate
To deactivate the environment: deactivate
=================================================================================
📦 Install Dependencies Install the MCP Python SDK with CLI support and required dependencies: uv add "mcp[cli]" httpx
=================================================================================
📁 Add main.py
Clone the repository or download the source code:
git clone
Copy main.py into your project root directory:
cp
Your directory structure should look like this:
mcp-server-indian-stock-market/ ├── main.py ├── pyproject.toml └── .venv/
=================================================================================
⚙️ MCP Configuration
Add the following entry to your MCP configuration file:
{
"indian_stock_market": {
"command": "/Users/username/.local/bin/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"
Configuration Notes
Replace username with your system username
Replace
✅ You're Ready Once configured, restart Claude Desktop and the MCP server will be available for use.
=================================================================================
🛠️ Optional Improvements
You may want to add: Tool descriptions exposed by the MCP server Example Claude prompts Error handling and logging API rate-limit handling
from github.com/KrutarthChovatiya/mcp-server-indian-stock-market
Installing Indian Stock Market
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/KrutarthChovatiya/mcp-server-indian-stock-marketFAQ
Is Indian Stock Market MCP free?
Yes, Indian Stock Market MCP is free — one-click install via Unyly at no cost.
Does Indian Stock Market need an API key?
No, Indian Stock Market runs without API keys or environment variables.
Is Indian Stock Market hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Indian Stock Market in Claude Desktop, Claude Code or Cursor?
Open Indian Stock Market on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Indian Stock Market with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
