Access real-time and historical Indian stock data using the Yahoo Finance API.
This is an MCP server that provides access to real-time and historical Indian stock data using the Yahoo Finance API. It allows stock data retrieval to be used as context by local LLMs via Claude Desktop, Cursor, and other MCP-compatible agents.
npm install mcp-stock-analysis
Configure your MCP client (e.g., Claude Desktop) to connect to the server:
{
"mcpServers": {
"mcp-stock-analysis": {
"command": "npx",
"args": ["-y", "mcp-stock-analysis"],
}
}
}
getStockQuote
Get the current quote for a stock.
Input:
symbol
: The stock symbol (e.g., RELIANCE.NS)
Output:
{
"symbol": "RELIANCE.NS",
"price": 2748.15,
"name": "Reliance Industries Ltd"
}
getHistoricalData
Get historical data for a stock.
Input:
symbol
: the stock symbol (e.g., RELIANCE.NS)interval
: the time interval for the data (daily
, weekly
, or monthly
) (optional, default: daily
)Output:
{
"date": "2025-03-21T00:00:00+05:30",
"open": 2735,
"high": 2750,
"low": 2725,
"close": 2748.15,
"volume": 21780769
}
JSON object containing the historical data. The structure of the output depends on the interval parameter.
Contributions are welcome! Please open an issue or pull request.
MIT
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
Get any answer from the Facebook Ads Library, conduct deep research including messaging, creative testing and comparisons in seconds.
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
One API for Search, Crawling, and Sitemaps
A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Search engine for AI agents (search + extract) powered by Tavily
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Fetches user data and event information from the Connpass platform using the Connpass and Gemini APIs.