mcp-server

mcp-server

MCP server for financial datasets, providing stock market data.

MCPDataOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.2k
Source
mcp-github

Overview

This is a Model Context Protocol (MCP) server that delivers stock market data from Financial Datasets via the MCP interface to Claude and other AI assistants. The capability enables AI to access company income statements, balance sheets, cash flow statements, stock prices, and market news. Connection methods include cloning the repository, installing dependencies, setting environment variables, and running the server. Ideal for AI applications requiring financial data analysis.

Capabilities

  • Retrieve company income statements
  • Retrieve company balance sheets
  • Retrieve company cash flow statements
  • Retrieve current stock prices
  • Retrieve historical stock prices
  • Retrieve company news

Use cases

Query company financial statementsGet real-time stock pricesAnalyze historical stock pricesRetrieve company-related news

Setup

Requires: API KeyPython 3.10或更高版本uv包管理器
1. Clone the repository: `git clone https://github.com/financial-datasets/mcp-server`; 2. Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh`; 3. Create and activate virtual environment: `uv venv && source .venv/bin/activate`; 4. Install dependencies: `uv add 'mcp[cli]' httpx`; 5. Set environment variables: `cp .env.example .env` and configure the API Key; 6. Run the server: `uv run server.py`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I connect to Claude Desktop?

Edit the Claude Desktop configuration file, add the MCP server configuration, and restart Claude Desktop.

Related skills