Financial Data - MCP Server
@xBlueCode
About Financial Data - MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"findata-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"findata-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Financial Data - MCP Server?
An MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
How to use Financial Data - MCP Server?
Install via npm (npm install findata-mcp-server) or via Smithery. Obtain an API key from Alpha Vantage, then configure your MCP client (e.g., Claude Desktop) with the server command and the ALPHA_VANTAGE_API_KEY environment variable. The server exposes two tools: getStockQuote and getHistoricalData.
Key features of Financial Data - MCP Server
getStockQuote: Get the current quote for a stock.getHistoricalData: Get historical data for a stock (daily, weekly, or monthly).- Supports configurable
intervalandoutputsizeparameters for historical data. - Easy installation via npm or Smithery.
- Designed to supply financial context to large language models.
Use cases of Financial Data - MCP Server
- Retrieve a real-time stock quote during an LLM conversation.
- Analyze historical price trends by fetching weekly or monthly data.
- Provide financial data as context for AI‑powered investment research.
FAQ from Financial Data - MCP Server
—
More Data & Analytics MCP servers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Comments