MCP server is a server designed to provide access to stock market data from Financial Datasets. It enables AI assistants, such as Claude, to retrieve various financial documents and data directly through the MCP interface.
Available tools include:
- get_income_statements - Retrieve income statements for a company.
- get_balance_sheets - Access balance sheets for a company.
- get_cash_flow_statements - Get cash flow statements for a company.
- get_current_stock_price - Obtain the latest stock price of a company.
- get_historical_stock_prices - Fetch historical stock prices for a company.
- get_company_news - Get the latest news for a company.
- get_available_crypto_tickers - List all available cryptocurrency tickers.
- get_crypto_prices - Retrieve historical prices for a cryptocurrency.
- get_historical_crypto_prices - Access historical prices for a cryptocurrency.
- get_current_crypto_price - Get the latest price of a cryptocurrency.
This server is built using Python and requires the uv package manager for installation and setup. It is particularly useful for developers and data analysts looking to integrate financial data into their applications.