Financial Datasets MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_income_statementsB | Get income statements for a company. |
| get_balance_sheetsB | Get balance sheets for a company. |
| get_cash_flow_statementsB | Get cash flow statements for a company. |
| get_current_stock_priceB | Get the current / latest price of a company. |
| get_historical_stock_pricesB | Gets historical stock prices for a company. |
| get_company_newsB | Get news for a company. |
| get_available_crypto_tickersC | Gets all available crypto tickers. |
| get_crypto_pricesC | Gets historical prices for a crypto currency. |
| get_historical_crypto_pricesB | Gets historical prices for a crypto currency. |
| get_current_crypto_priceA | Get the current / latest price of a crypto currency. |
| get_sec_filingsB | Get all SEC filings for a company. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools have distinct purposes, but there is some potential confusion between get_crypto_prices and get_historical_crypto_prices, as their names and descriptions overlap significantly. Other tools are clearly differentiated by resource type (crypto vs. stock vs. financial statements).
All tools follow a consistent verb_noun pattern with snake_case naming. The pattern 'get_[resource]_[specific]' is applied uniformly across all 11 tools, making them predictable and easy to understand.
With 11 tools, the server is well-scoped for financial data access. It covers crypto and stock prices, financial statements, news, and SEC filings, providing comprehensive coverage without being overwhelming or sparse.
The tool set covers key financial data domains well, including prices, statements, news, and filings. Minor gaps exist, such as no update or delete operations (which may not be needed) and limited filtering options for some tools, but core workflows are fully supported.