Financial Datasets MCP Server
OfficialFinanzdatensätze MCP Server
Einführung
Dies ist ein Model Context Protocol (MCP)-Server, der Zugriff auf Börsendaten aus Financial Datasets bietet.
Es ermöglicht Claude und anderen KI-Assistenten, Gewinn- und Verlustrechnungen, Bilanzen, Cashflow-Rechnungen, Aktienkurse und Marktnachrichten direkt über die MCP-Schnittstelle abzurufen.
Related MCP server: Yahoo Finance MCP Server
Verfügbare Tools
Dieser MCP-Server bietet die folgenden Tools:
get_income_statements : Gewinn- und Verlustrechnungen für ein Unternehmen abrufen.
get_balance_sheets : Ruft Bilanzen für ein Unternehmen ab.
get_cash_flow_statements : Cashflow-Statements für ein Unternehmen abrufen.
get_current_stock_price : Ruft den aktuellen/neuesten Preis eines Unternehmens ab.
get_historical_stock_prices : Ruft historische Aktienkurse für ein Unternehmen ab.
get_company_news : Erhalten Sie Neuigkeiten zu einem Unternehmen.
get_available_crypto_tickers : Ruft alle verfügbaren Krypto-Ticker ab.
get_crypto_prices : Ruft historische Preise für eine Kryptowährung ab.
get_historical_crypto_prices : Ruft historische Preise für eine Kryptowährung ab.
get_current_crypto_price : Ruft den aktuellen/neuesten Preis einer Kryptowährung ab.
Aufstellen
Voraussetzungen
Python 3.10 oder höher
UV -Paketmanager
Installation
Klonen Sie dieses Repository:
git clone https://github.com/financial-datasets/mcp-server cd mcp-serverWenn Sie UV nicht installiert haben, installieren Sie es:
# macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows curl -LsSf https://astral.sh/uv/install.ps1 | powershellInstallieren Sie Abhängigkeiten:
# Create virtual env and activate it uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate # Install dependencies uv add "mcp[cli]" httpx # On Windows: uv add mcp[cli] httpxUmgebungsvariablen einrichten:
# Create .env file for your API keys cp .env.example .env # Set API key in .env FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-keyFühren Sie den Server aus:
uv run server.py
Verbindung zu Claude Desktop herstellen
Installieren Sie Claude Desktop , falls noch nicht geschehen
Erstellen oder bearbeiten Sie die Claude Desktop-Konfigurationsdatei:
# macOS mkdir -p ~/Library/Application\ Support/Claude/ nano ~/Library/Application\ Support/Claude/claude_desktop_config.jsonFügen Sie die folgende Konfiguration hinzu:
{ "mcpServers": { "financial-datasets": { "command": "/path/to/uv", "args": [ "--directory", "/absolute/path/to/financial-datasets-mcp", "run", "server.py" ] } } }Ersetzen Sie
/path/to/uvdurch das Ergebniswhich uvund/absolute/path/to/financial-datasets-mcpdurch den absoluten Pfad zu diesem Projekt.Starten Sie Claude Desktop neu
Sie sollten nun die verfügbaren Finanztools im Tools-Menü von Claude Desktop sehen (Hammersymbol).
Versuchen Sie, Claude Fragen zu stellen wie:
„Wie lauten die jüngsten Gewinn- und Verlustrechnungen von Apple?“
„Zeigen Sie mir den aktuellen Kurs der Tesla-Aktie“
„Historische Preise für MSFT vom 01.01.2024 bis 31.12.2024 abrufen“
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceA Model Context Protocol server built with FastMCP that provides financial data tools for AI agents, enabling them to access and analyze stock market information from Yahoo Finance through natural language queries.2
- AlicenseAqualityCmaintenanceProvides access to real-time stock prices, financial statements, news, and options data via the Model Context Protocol. It enables AI assistants to retrieve comprehensive market data, including historical prices and analyst recommendations, through a standardized interface.691MIT

siftingio-mcpofficial
AlicenseAqualityAmaintenanceMCP server that provides access to SiftingIO market data, including live prices, SEC filings, OHLCV bars, 13F holdings, market status, and economic calendar tools for AI assistants.36321MIT- AlicenseAqualityCmaintenanceAn MCP server that gives AI assistants direct, structured access to China A-share market data.3Apache 2.0
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
MCP server exposing the Backtest360 engine API as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/financial-datasets/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server