mcp-server

financial-datasets/mcp-server
★ 1,565 stars Python 🤖 AI/LLM Updated 1mo ago
An MCP server for interacting with the Financial Datasets stock market API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

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.