Skip to main content
Glama
NarriGoud

MarketMind MCP

by NarriGoud

MarketMind MCP

Indian market intelligence tools for Claude, Cursor, and any MCP-compatible AI assistant.

PyPI version Python

What it does

Gives your AI assistant real-time access to:

  • NSE market status & hours

  • Company info and ticker lookups (5000+ NSE listed companies)

  • Next market open time

  • IST-aware date/time tools

Related MCP server: Indian Stock Exchange API2 MCP Server

Requirements

  • Python 3.10+

  • Redis running locally (redis-server)

Installation

pip install marketmind-mcp

Or with uvx (no install needed):

uvx marketmind-mcp

Setup for Claude Desktop

Add to your claude_desktop_config.json:

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

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Setup for Cursor

Add to your Cursor MCP settings:

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

Available Tools

Tool

Description

get_current_time

Current IST date, time, day

get_current_date

Current IST date

market_status

Is NSE open right now?

next_market_open

Next NSE opening date & time

get_company_info

Company name from ticker symbol

find_symbol_by_name

Ticker symbol from company name

ping

Health check

get_supported_exchanges

Supported exchanges list

Example prompts (in Claude)

"Is NSE open right now?"

"What's the ticker symbol for Infosys?"

"When does the market open next?"

"Get company info for RELIANCE"

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NarriGoud/marketmind_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server