TC
ToolCompared
MCP Server

Financial Datasets MCP Server

by Financial Datasets

Real-time and historical stock market data for AI assistants.

About Financial Datasets

Allows AI tools like Claude to retrieve financial data directly from Financial Datasets, including income statements, balance sheets, cash flow statements, current and historical stock prices, and market news. Provides AI assistants comprehensive financial information for analysis and decision-making.

Tags

financestocksmarket-datatrading

How to install Financial Datasets

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "financial-datasets": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-financial-datasets"]
    }
  }
}

Example shape only — see the repository for the canonical install command.