Alpha Vantage
Summary
This Alpha Vantage MCP server provides AI assistants with real-time access to financial market data through a standardized interface. Developed using Python, it integrates with the free Alpha Vantage API to offer tools for retrieving stock quotes, company information, cryptocurrency exchange rates, and historical price data. The server abstracts the complexities of API authentication, rate limiting, and error handling, enabling AI systems to seamlessly incorporate financial data into their workflows. It's particularly valuable for AI assistants focused on financial analysis, investment research, and market trend identification, facilitating use cases such as portfolio management, algorithmic trading strategy development, and automated financial reporting.
Available Actions(8)
get-stock-quote
Get the latest stock quote for a specific company. Parameters: symbol (string) - Stock symbol (e.g., AAPL, MSFT)
get-company-info
Get stock-related information for a specific company. Parameters: symbol (string) - Stock symbol (e.g., AAPL, MSFT)
get-crypto-exchange-rate
Get current cryptocurrency exchange rates. Parameters: crypto_symbol (string) - Cryptocurrency symbol (e.g., BTC, ETH); market (string, optional) - Market currency (e.g., USD, EUR, default is USD)
get-time-series
Get historical daily price data for a stock. Parameters: symbol (string) - Stock symbol (e.g., AAPL, MSFT); outputsize (string, optional) - compact (latest 100 data points) or full (up to 20 years of data, default is compact)
get-historical-options
Get historical options chain data with sorting capabilities. Parameters: symbol (string) - Stock symbol (e.g., AAPL, MSFT); date (string, optional) - Trading date in YYYY-MM-DD format; limit (integer, optional) - Number of contracts to return (default: 10); sort_by (string, optional) - Field to sort by; sort_order (string, optional) - Sort order
get-crypto-daily
Get daily time series data for a cryptocurrency. Parameters: symbol (string) - Cryptocurrency symbol (e.g., BTC, ETH); market (string, optional) - Market currency (e.g., USD, EUR, default is USD)
get-crypto-weekly
Get weekly time series data for a cryptocurrency. Parameters: symbol (string) - Cryptocurrency symbol (e.g., BTC, ETH); market (string, optional) - Market currency (e.g., USD, EUR, default is USD)
get-crypto-monthly
Get monthly time series data for a cryptocurrency. Parameters: symbol (string) - Cryptocurrency symbol (e.g., BTC, ETH); market (string, optional) - Market currency (e.g., USD, EUR, default is USD)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください