Skip to main content
Glama
tanmaymish

MarketPulse MCP

by tanmaymish

live_quote

Fetch real-time NSE stock and index quotes via Angel One SmartAPI. Get LTP, OHLC, volume, and circuit limits with zero delay.

Instructions

Real-time NSE quote via Angel One SmartAPI — zero delay, no yfinance lag.

Requires Angel One API credentials in your .env file (stays local, never on GitHub). Falls back gracefully if not configured, with setup instructions.

Zerodha Kite Connect charges ₹500/month for real-time data API. Angel One SmartAPI is free for account holders.

Provides (when configured):

  • Live Last Traded Price (LTP) — real-time, zero delay

  • OHLC for the day

  • Volume, average price

  • Upper/lower circuit limits

  • Buy/sell quantity

  • 52-week high/low

Setup (one-time): Add to .env: ANGEL_API_KEY, ANGEL_CLIENT_ID, ANGEL_PASSWORD, ANGEL_TOTP_SECRET pip install finstack-mcp[broker]

Args: symbol: NSE symbol (e.g., RELIANCE, TCS, NIFTY, BANKNIFTY)

Examples: live_quote("RELIANCE") → Real-time Reliance price (if Angel One configured) live_quote("NIFTY") → Live Nifty index price

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that the tool requires specific API credentials, falls back gracefully when not configured, and provides a list of output fields only 'when configured.' It also states 'zero delay' as a performance trait. It doesn't cover edge cases like invalid symbol handling or rate limits, but the provided information is substantial and honest.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections and bullet points, front-loaded with the core purpose in the first sentence. It is longer than minimal but every paragraph contributes essential information (credentials, setup, fallback, output specifics, examples). The pricing comparison with Zerodha is arguably extraneous, but it does help justify the tool's value. Overall, it is reasonably concise for the amount of context provided.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists, the description correctly avoids duplicating return types. It covers the full lifecycle: what the tool does, prerequisites, setup steps, fallback behavior, and concrete examples. It also explains the distinction from paid alternatives and lists the exact data fields provided. This is sufficient for an agent to use the tool correctly and to guide a user through setup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only declares 'symbol' as a string with no description. The tool description compensates fully by defining it as an 'NSE symbol' and giving examples: 'RELIANCE, TCS, NIFTY, BANKNIFTY.' It also shows concrete usage examples ('live_quote("RELIANCE")'), which adds practical meaning far beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Real-time NSE quote via Angel One SmartAPI — zero delay, no yfinance lag.' It specifies the exact resource (NSE quotes) and distinguishes from alternatives by emphasizing real-time data and the specific broker API. This leaves no ambiguity about what the tool does and how it differs from sibling quote tools like 'nse_quote' or 'stock_quote'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool: for real-time NSE quotes without delays, needing Angel One credentials, and with a graceful fallback if not configured. It mentions the paid alternative (Zerodha Kite Connect) and implies the tool is free for account holders. However, it does not explicitly name sibling tools or state when *not* to use it (e.g., if the user lacks Angel One credentials), so it falls short of a perfect 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/tanmaymish/MarketPulse-MCP'

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