Skip to main content
Glama

Alpha Vantage MCP Server

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

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
    Last updated -
    24
    9
  • 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 -
    77
    MIT License
    • Apple
  • -
    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 -
    MIT License
    • Linux
    • Apple

View all related MCP servers

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/deepsuthar496/alpha-ventage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server