MCP Directory
Back

mcp-server

by financial-datasets · Python · ★ 2,226

An MCP server for interacting with the Financial Datasets stock market API.

Install

pip install git+https://github.com/financial-datasets/mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/financial-datasets/mcp-server.git"
      ]
    }
  }
}

From the README

This is a Model Context Protocol (MCP) server that provides access to stock market data from [Financial Datasets](https://www.financialdatasets.ai/). 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…
Read full README on GitHub →

Related finance servers