# Dalal Street MCP

Dalal Street MCP server connects to Indian stock market data, delivering live NSE prices, technical indicators, market summaries, portfolio performance metrics, and research functions through the Mod…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ak123aryan/nse-market-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list ak123aryan/nse-market-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ak123aryan/nse-market-mcp get_price

# Call a tool
npx -y @smithery/cli@latest tool call ak123aryan/nse-market-mcp get_price '{}'
```

## Direct MCP Connection

Endpoint: `https://nse-market-mcp--dalal-street.run.tools`

## Tools (16)

- `get_price` — Live price for a single NSE stock. E.g. 'TCS', 'BEL', 'RELIANCE'.
- `get_multiple_prices` — Live prices for multiple NSE stocks at once.
- `get_technical_signals`
- `get_stock_news`
- `get_earnings_calendar`
- `get_fii_dii_data`
- `get_bulk_deals`
- `screen_breakouts`
- `get_trade_report`
- `get_market_overview` — Nifty 50, Sensex, Bank Nifty — live levels and change.
- `get_stock_details` — PE, EPS, 52W high/low, market cap, dividend yield, 50/200 DMA, analyst target.
- `get_portfolio_value`
- `get_dividend_stocks` — Dividend yield, payout ratio, ex-dividend date for income portfolio screening.
- `get_shareholding_pattern`
- `get_buying_activity`
- `get_peer_comparison`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ak123aryan/nse-market-mcp <tool-name>
```
