Alpha Vantage MCP Server

Integrations

  • Used for dependency management and running build scripts for the Alpha Vantage MCP server.

  • Used for type definitions in the tool usage examples, showing how to structure API requests to Alpha Vantage's financial data services.

Alpha Vantage MCP-Server 📈

Ein Model Context Protocol (MCP)-Server, der eine nahtlose Integration mit der Finanzdaten-API von Alpha Vantage bietet und so Börsendaten, Kryptowährungspreise, Devisenkurse und technische Indikatoren in Echtzeit ermöglicht.

🌟 Funktionen

Börsendaten

  • Echtzeit-Aktienkurse von globalen Märkten
  • Historische Preisdaten (täglich, wöchentlich)
  • Umfassende Unternehmensinformationen
  • Unterstützung für mehrere Börsen (NYSE, NASDAQ, BSE)

Kryptowährungsdaten

  • Kryptopreise in Echtzeit
  • Wechselkurse digitaler Währungen
  • Wichtige Marktdaten zu Kryptowährungen

Devisenhandel

  • Live-Wechselkurse
  • Währungspaarumrechnungen
  • Globale Devisenmarktdaten

Technische Analyse

  • Erweiterte technische Indikatoren
  • Gleitende Durchschnitte (SMA, EMA)
  • Marktdynamikindikatoren
  • Handelssignale und Muster

🚀 Schnellstart

Installation

  1. Klonen Sie das Repository:
git clone https://github.com/deepsuthar496/alpha-ventage-mcp cd alpha-vantage-server
  1. Installieren Sie Abhängigkeiten:
npm install
  1. Erstellen Sie den Server:
npm run build

Konfiguration

Konfigurieren Sie den Server in Ihrer MCP-Einstellungsdatei:

{ "mcpServers": { "alpha-vantage": { "command": "node", "args": ["path/to/alpha-vantage-server/build/index.js"], "env": { "ALPHA_VANTAGE_API_KEY": "your-api-key-here" }, "disabled": false, "alwaysAllow": [] } } }

🛠️ Verfügbare Tools

Börsentools

Aktienkurs abrufen
// Get real-time stock quotes <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_stock_price</tool_name> <arguments> { "symbol": "AAPL" } </arguments> </use_mcp_tool>
tägliche Zeitreihen abrufen
// Get daily stock price history <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_daily_time_series</tool_name> <arguments> { "symbol": "MSFT", "outputsize": "compact" } </arguments> </use_mcp_tool>

Kryptowährungs-Tools

get_crypto_price
// Get cryptocurrency prices <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_crypto_price</tool_name> <arguments> { "symbol": "BTC", "market": "USD" } </arguments> </use_mcp_tool>

Forex-Tools

Forex-Kurs abrufen
// Get currency exchange rates <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_forex_rate</tool_name> <arguments> { "from_currency": "USD", "to_currency": "EUR" } </arguments> </use_mcp_tool>

📊 Technische Analyse

get_technical_indicator

// Get technical indicators <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_technical_indicator</tool_name> <arguments> { "symbol": "AAPL", "indicator": "SMA", "interval": "daily" } </arguments> </use_mcp_tool>

🔑 API-Schlüssel

Melden Sie sich bei Alpha Vantage für einen API-Schlüssel an. Das kostenlose Kontingent umfasst:

  • 25 API-Aufrufe pro Tag
  • Zugriff auf Echtzeit- und historische Daten
  • Globale Marktabdeckung

🌐 Unterstützte Märkte

  • US-Aktienmärkte (NYSE, NASDAQ)
  • Globale Kryptowährungsmärkte
  • Devisenmärkte
  • Internationale Aktienmärkte

🤝 Beitragen

  1. Forken Sie das Repository
  2. Erstellen Sie Ihren Feature-Zweig
  3. Übernehmen Sie Ihre Änderungen
  4. Push zum Zweig
  5. Erstellen Sie einen neuen Pull Request

📝 Lizenz

MIT

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Ein MCP-Server, der eine Echtzeit-Integration von Finanzdaten mit der API von Alpha Vantage ermöglicht und so den Zugriff auf Börsendaten, Kryptowährungspreise, Devisenkurse und technische Indikatoren ermöglicht.

  1. 🌟 Funktionen
    1. Börsendaten
    2. Kryptowährungsdaten
    3. Devisenhandel
    4. Technische Analyse
  2. 🚀 Schnellstart
    1. Installation
    2. Konfiguration
  3. 🛠️ Verfügbare Tools
    1. Börsentools
    2. Kryptowährungs-Tools
    3. Forex-Tools
  4. 📊 Technische Analyse
    1. get_technical_indicator
  5. 🔑 API-Schlüssel
    1. 🌐 Unterstützte Märkte
      1. 🤝 Beitragen
        1. 📝 Lizenz

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
            Last updated -
            5
            30
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Allows Claude and other MCP clients to access real-time and historical stock market data from Alpha Vantage API, including intraday and daily stock data with customizable intervals.
            Last updated -
            3
            3
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          ID: q4m76j6wjb