Financial Datasets▌

by financial-datasets
Access stock price for NVDA, income statements, balance sheets, and market news via the Financial Datasets server and AP
Provides direct access to stock market data including income statements, balance sheets, cash flow statements, historical prices, and market news through a locally-run server that integrates with the Financial Datasets API.
Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.
best for
- / Financial analysts performing company research
- / Investment professionals tracking market data
- / AI assistants providing financial insights
- / Developers building financial applications
capabilities
- / Retrieve income statements, balance sheets, and cash flow statements
- / Get current and historical stock prices
- / Access company news and market updates
- / Query cryptocurrency prices and available tickers
- / Fetch historical crypto price data
what it does
Provides access to comprehensive stock market and cryptocurrency data including financial statements, historical prices, and market news through the Financial Datasets API.
about
Financial Datasets is an official MCP server published by financial-datasets that provides AI assistants with tools and capabilities via the Model Context Protocol. Access stock price for NVDA, income statements, balance sheets, and market news via the Financial Datasets server and AP It is categorized under finance, analytics data.
how to install
You can install Financial Datasets in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
license
MIT
Financial Datasets is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
Financial Datasets MCP Server
Introduction
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.
Available Tools
This MCP server provides the following tools:
- get_income_statements: Get income statements for a company.
- get_balance_sheets: Get balance sheets for a company.
- get_cash_flow_statements: Get cash flow statements for a company.
- get_current_stock_price: Get the current / latest price of a company.
- get_historical_stock_prices: Gets historical stock prices for a company.
- get_company_news: Get news for a company.
- get_available_crypto_tickers: Gets all available crypto tickers.
- get_crypto_prices: Gets historical prices for a crypto currency.
- get_historical_crypto_prices: Gets historical prices for a crypto currency.
- get_current_crypto_price: Get the current / latest price of a crypto currency.
Setup
Prerequisites
- Python 3.10 or higher
- uv package manager
Installation
-
Clone this repository:
git clone https://github.com/financial-datasets/mcp-server cd mcp-server -
If you don't have uv installed, install it:
# macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows curl -LsSf https://astral.sh/uv/install.ps1 | powershell -
Install dependencies:
# Create virtual env and activate it uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate # Install dependencies uv add "mcp[cli]" httpx # On Windows: uv add mcp[cli] httpx -
Set up environment variables:
# Create .env file for your API keys cp .env.example .env # Set API key in .env FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key -
Run the server:
uv run server.py
Connecting to Claude Desktop
-
Install Claude Desktop if you haven't already
-
Create or edit the Claude Desktop configuration file:
# macOS mkdir -p ~/Library/Application\ Support/Claude/ nano ~/Library/Application\ Support/Claude/claude_desktop_config.json -
Add the following configuration:
{ "mcpServers": { "financial-datasets": { "command": "/path/to/uv", "args": [ "--directory", "/absolute/path/to/financial-datasets-mcp", "run", "server.py" ] } } }Replace
/path/to/uvwith the result ofwhich uvand/absolute/path/to/financial-datasets-mcpwith the absolute path to this project. -
Restart Claude Desktop
-
You should now see the financial tools available in Claude Desktop's tools menu (hammer icon)
-
Try asking Claude questions like:
- "What are Apple's recent income statements?"
- "Show me the current price of Tesla stock"
- "Get historical prices for MSFT from 2024-01-01 to 2024-12-31"
FAQ
- What is the Financial Datasets MCP server?
- Financial Datasets is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Financial Datasets?
- This profile displays 53 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.8 out of 5—verify behavior in your own environment before production use.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★53 reviews- ★★★★★Aditi Robinson· Dec 12, 2024
Useful MCP listing: Financial Datasets is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Pratham Ware· Dec 8, 2024
Financial Datasets is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Jin Iyer· Dec 8, 2024
Financial Datasets reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Naina Gill· Dec 8, 2024
Financial Datasets is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
- ★★★★★Dhruvi Jain· Dec 4, 2024
Financial Datasets has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Naina Singh· Nov 27, 2024
Useful MCP listing: Financial Datasets is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Oshnikdeep· Nov 23, 2024
According to our notes, Financial Datasets benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★William Lopez· Nov 23, 2024
Financial Datasets is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
- ★★★★★Aditi Verma· Nov 3, 2024
Financial Datasets reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Aarav Brown· Oct 22, 2024
I recommend Financial Datasets for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
showing 1-10 of 53