{"type":"mcp_server","name":"mcp-server","description":"This repository hosts an MCP server providing access to financial data from Financial Datasets, enabling AI assistants like Claude to retrieve stock market information through its interface. The server offers","category":"Developer Tools","language":"Python","stars":2246,"forks":21,"owner":"financial-datasets","github_url":"https://github.com/financial-datasets/mcp-server","homepage":"https://www.financialdatasets.ai/","setup":"## Setup\n\n### Prerequisites\n\n- Python 3.10 or higher\n- [uv](https://github.com/astral-sh/uv) package manager\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/financial-datasets/mcp-server\n   cd mcp-server\n   ```\n\n2. If you don't have uv installed, install it:\n   ```bash\n   # macOS/Linux\n   curl -LsSf https://astral.sh/uv/install.sh | sh\n   \n   # Windows\n   curl -LsSf https://astral.sh/uv/install.ps1 | powershell\n   ```\n\n3. Install dependencies:\n   ```bash\n   # Create virtual env and activate it\n   uv venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   \n   # Install dependencies\n   uv add \"mcp[cli]\" httpx  # On Windows: uv add mcp[cli] httpx\n\n   ```\n\n4. Set up environment variables:\n   ```bash\n   # Create .env file for your API keys\n   cp .env.example .env\n\n   # Set API key in .env\n   FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key\n   ```\n\n5. Run the server:\n   ```bash\n   uv run server.py\n   ```","tools":"## Available Tools\n\n1. get_income_statements (Retrieve income statements for a stock)\n2. get_balance_sheets (Retrieve balance sheets for stock)\n3. get_cash_flow_statements (Retrieve cash flow statements for a stock)\n4. get_current_price (Get the latest price information for a stock)\n5. get_prices (Get historical stock prices with customizable date ranges and intervals)\n6. get_news (Get the latest news for a stock)","faq":null,"created_at":"2025-03-07T13:39:26+00:00","updated_at":"2025-03-28T23:23:26+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-financial-datasets-stock-api","related_articles":[]}