Financial Datasets MCP
MCP server providing structured access to financial datasets for stock analysis including prices, fundamentals, and financial statements.
Financial Datasets MCP is an MCP server that provides structured access to financial data through the Financial Datasets API. It is designed for stock analysis workflows, exposing tools that let MCP-compatible agents retrieve equity prices, financial statements, and company fundamentals in a typed, programmatic format. This removes the need for agents to parse unstructured data sources or manage raw API calls directly.
The server focuses on equity data, making it a straightforward choice for stock-oriented research and analysis. Users can query historical price data, income statements, balance sheets, and other fundamental metrics. The structured output format aligns well with agent workflows that require clean data inputs for further processing, screening, or comparison across multiple securities.
Setup follows standard MCP server configuration patterns — users provide API credentials as environment variables and register the server in their MCP client configuration. The server communicates via the MCP protocol, making it compatible with Claude Desktop, Claude Code, and similar agent environments. Because it focuses on data retrieval rather than order execution, it serves as an informational layer that can be paired with execution-capable tools when needed.