Retrieves income statements for a specified company
Retrieves balance sheets for a specified company
Retrieves cash flow statements for a specified company
Gets the current/latest price of a company's stock
Retrieves historical stock prices for a company over a specified time period
Retrieves recent news articles about a specified company
Lists all available cryptocurrency tickers supported by the API
Retrieves cryptocurrency price data
Retrieves historical price data for a specified cryptocurrency
Gets the current/latest price of a specified cryptocurrency
Financial Datasets provides AI assistants with direct access to a wide range of financial market data through the Model Context Protocol. This integration allows Claude and other AI systems to retrieve real-time and historical stock prices, company financial statements, market news, and cryptocurrency information. With this MCP server, AI assistants can analyze income statements, balance sheets, cash flow statements, and track price movements across both traditional securities and cryptocurrencies. This enables more informed financial analysis and market insights during conversations with users.
This MCP server connects AI assistants to the Financial Datasets API, providing access to comprehensive stock market and cryptocurrency data.
Before installing the Financial Datasets MCP server, ensure you have:
git clone https://github.com/financial-datasets/mcp-server
cd mcp-server
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
curl -LsSf https://astral.sh/uv/install.ps1 | powershell
# Create and activate virtual environment
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install dependencies
uv add "mcp[cli]" httpx
# Create .env file from example
cp .env.example .env
# Edit the .env file to add your API key
# FINANCIAL_DATASETS_API_KEY=your-api-key-here
# macOS
mkdir -p ~/Library/Application\ Support/Claude/
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the Financial Datasets MCP server configuration to your Claude Desktop config file.
Restart Claude Desktop to load the new configuration.
The financial tools should now appear in Claude's tools menu (hammer icon).
Once connected, you can ask Claude questions like:
The MCP server will handle retrieving the requested financial data and presenting it to you through Claude's interface.