Loading...
npx -y @smithery/cli install @berlinbra/alpha-vantage-mcp --client claude{
"mcpServers": {
"alphavantage": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"ALPHA_VANTAGE_API_KEY",
"mcp/alpha-vantage"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "REPLACE_API_KEY"
}
}
}
}get-stock-quoteRetrieves the latest stock quote for a given company.
Read-only operation, no side effects.
get-company-infoRetrieves stock-related information for a specific company.
Read-only operation, no side effects.
get-crypto-exchange-rateRetrieves current cryptocurrency exchange rates.
Read-only operation, no side effects.
get-time-seriesRetrieves historical daily price data for a stock.
Read-only operation, no side effects.
get-realtime-optionsRetrieves real-time options chain data.
Read-only operation, requires premium API key.
get-historical-optionsRetrieves historical options chain data with filtering.
Read-only operation, no side effects.
get-etf-profileRetrieves ETF profile information including holdings.
Read-only operation, no side effects.
get-crypto-dailyRetrieves daily time series data for a cryptocurrency.
Read-only operation, no side effects.
get-crypto-weeklyRetrieves weekly time series data for a cryptocurrency.
Read-only operation, no side effects.
get-crypto-monthlyRetrieves monthly time series data for a cryptocurrency.
Read-only operation, no side effects.
get-earnings-calendarRetrieves upcoming earnings calendar data for companies.
Read-only operation, no side effects.
get-historical-earningsRetrieves historical earnings data for a specific company.
Read-only operation, no side effects.
This server is generally safe for read-only financial data retrieval. However, securing the API key is crucial. Exercise caution when using tools that access sensitive financial information, especially with real-time options data.