Skip to main content
Glama
deepsuthar496

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

Related MCP server: AlphaVantage-MCP

🚀 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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