Alpha_vantage

Created By
septemhilla year ago
Overview

what is Alpha Vantage MCP Server?

Alpha Vantage MCP Server provides access to financial data from Alpha Vantage, allowing users to retrieve OHLCV data, dividend data, and ETF holdings.

how to use Alpha Vantage MCP Server?

To use the server, you need to set up an Alpha Vantage API key in your environment and use the provided commands to retrieve financial data.

key features of Alpha Vantage MCP Server?

  • Retrieve specific ticker OHLCV data (Open, High, Low, Close, Volume) for a given date.
  • Get dividend data for specific tickers.
  • Access holdings data for specific ETFs.

use cases of Alpha Vantage MCP Server?

  1. Analyzing stock price trends over time.
  2. Evaluating dividend performance of stocks.
  3. Investigating ETF holdings for investment decisions.

FAQ from Alpha Vantage MCP Server?

  • What is required to use the Alpha Vantage MCP Server?

You need an Alpha Vantage API key to access the data.

  • How do I get the OHLCV data?

Use the command mcp call alpha_vantage get_ticker_ohlcv with the appropriate parameters.

  • Can I retrieve data for any stock?

Yes, as long as the stock is available in the Alpha Vantage database.

Server Config

{
  "mcpServers": {
    "alpha_vantage": {
      "command": "npx",
      "args": [
        "-y",
        "alpha_vantage_finance"
      ],
      "env": {
        "ALPHAVANTAGE_API_KEY": "YOUR_ALPHA_VANTAGE_API_KEY"
      },
      "disabled": false,
      "autoApprove": [
        "get_ticker_ohlcv"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
septemhill
Star
-
Language
-
License
-
Category
finance

Recommend Servers

View All
Gpt Scrambler

a day ago