[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72578":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},72578,"mcp-server","financial-datasets\u002Fmcp-server","financial-datasets","An MCP server for interacting with the Financial Datasets stock market API.","https:\u002F\u002Fwww.financialdatasets.ai\u002F",null,"Python",2187,342,18,6,0,8,21,71,24,93.21,"MIT License",false,"main",true,[],"2026-06-12 04:01:06","# Financial Datasets MCP Server\n\n## Introduction\n\nThis is a Model Context Protocol (MCP) server that provides access to stock market data from [Financial Datasets](https:\u002F\u002Fwww.financialdatasets.ai\u002F). \n\nIt 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.\n\n## Available Tools\n\nThis MCP server provides the following tools:\n- **get_income_statements**: Get income statements for a company.\n- **get_balance_sheets**: Get balance sheets for a company.\n- **get_cash_flow_statements**: Get cash flow statements for a company.\n- **get_current_stock_price**: Get the current \u002F latest price of a company.\n- **get_historical_stock_prices**: Gets historical stock prices for a company.\n- **get_company_news**: Get news for a company.\n- **get_available_crypto_tickers**: Gets all available crypto tickers.\n- **get_crypto_prices**: Gets historical prices for a crypto currency.\n- **get_historical_crypto_prices**: Gets historical prices for a crypto currency.\n- **get_current_crypto_price**: Get the current \u002F latest price of a crypto currency.\n\n## Setup\n\n### Prerequisites\n\n- Python 3.10 or higher\n- [uv](https:\u002F\u002Fgithub.com\u002Fastral-sh\u002Fuv) package manager\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https:\u002F\u002Fgithub.com\u002Ffinancial-datasets\u002Fmcp-server\n   cd mcp-server\n   ```\n\n2. If you don't have uv installed, install it:\n   ```bash\n   # macOS\u002FLinux\n   curl -LsSf https:\u002F\u002Fastral.sh\u002Fuv\u002Finstall.sh | sh\n   \n   # Windows\n   curl -LsSf https:\u002F\u002Fastral.sh\u002Fuv\u002Finstall.ps1 | powershell\n   ```\n\n3. Install dependencies:\n   ```bash\n   # Create virtual env and activate it\n   uv venv\n   source .venv\u002Fbin\u002Factivate  # 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   ```\n\n## Connecting to Claude Desktop\n\n1. Install [Claude Desktop](https:\u002F\u002Fclaude.ai\u002Fdesktop) if you haven't already\n\n2. Create or edit the Claude Desktop configuration file:\n   ```bash\n   # macOS\n   mkdir -p ~\u002FLibrary\u002FApplication\\ Support\u002FClaude\u002F\n   nano ~\u002FLibrary\u002FApplication\\ Support\u002FClaude\u002Fclaude_desktop_config.json\n   ```\n\n3. Add the following configuration:\n   ```json\n   {\n     \"mcpServers\": {\n       \"financial-datasets\": {\n         \"command\": \"\u002Fpath\u002Fto\u002Fuv\",\n         \"args\": [\n           \"--directory\",\n           \"\u002Fabsolute\u002Fpath\u002Fto\u002Ffinancial-datasets-mcp\",\n           \"run\",\n           \"server.py\"\n         ]\n       }\n     }\n   }\n   ```\n   \n   Replace `\u002Fpath\u002Fto\u002Fuv` with the result of `which uv` and `\u002Fabsolute\u002Fpath\u002Fto\u002Ffinancial-datasets-mcp` with the absolute path to this project.\n\n4. Restart Claude Desktop\n\n5. You should now see the financial tools available in Claude Desktop's tools menu (hammer icon)\n\n6. Try asking Claude questions like:\n   - \"What are Apple's recent income statements?\"\n   - \"Show me the current price of Tesla stock\"\n   - \"Get historical prices for MSFT from 2024-01-01 to 2024-12-31\"\n","financial-datasets\u002Fmcp-server 是一个用于与Financial Datasets股票市场API交互的MCP服务器。该项目使用Python编写，通过MCP接口为Claude等AI助手提供访问公司财务报表（如损益表、资产负债表和现金流量表）、实时及历史股价、公司新闻以及加密货币数据的功能。其核心特点在于能够直接将复杂的金融数据集成到AI应用中，简化了数据获取流程。适合需要快速接入高质量金融市场数据的应用场景，例如金融分析、投资决策支持系统或任何基于AI的金融服务平台。项目遵循MIT许可证，拥有活跃的社区支持。",2,"2026-06-11 03:42:39","high_star"]