Financial Datasets
Stock market API made for AI agents
Ads
Overview
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. 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 curre
Installation
uv run server.py
Configuration
{
"mcpServers": {
"financial-datasets": {
"command": "/path/to/uv",
"args": [
"--directory",
"/absolute/path/to/financial-datasets-mcp",
"run",
"server.py"
]
}
}Capabilities
- Fetch income statements
Retrieve a company's income statements using `get_income_statements`.
- Fetch balance sheets
Retrieve a company's balance sheets using `get_balance_sheets`.
- Fetch cash flow statements
Retrieve a company's cash flow statements using `get_cash_flow_statements`.
- Get current stock or crypto prices
Look up the latest price for a ticker via `get_current_stock_price` or `get_current_crypto_price`.
- Get historical stock or crypto prices
Pull historical price data for a date range using `get_historical_stock_prices` or `get_historical_crypto_prices`.
- Get company news
Retrieve recent news articles for a company with `get_company_news`.
Tags
- database
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
pg-aiguide
OfficialPostgres skills and documentation to help AI coding tools generate better PostgreSQL code.