ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Alpha Vantage with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access stock market data via Alpha Vantage. get real-time quotes, time series, technical indicators and crypto/forex data from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete Alpha Vantage capability set.

These are the exact actions your AI can choose when you ask it to work with Alpha Vantage.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Alpha Vantage.

  1. 01

    Get daily time series

    Optionally set outputsize to "compact" (last 100 data points, default) or "full" (20+ years of data). Returns daily price data with dates. Get daily stock time series

  2. 02

    Get intraday time series

    Optionally set interval (1min, 5min, 15min, 30min, 60min) and outputsize. Returns price data at the specified interval. Useful for day trading analysis. Get intraday stock time series

  3. 03

    Get monthly time series

    Each data point represents a month of trading. Useful for long-term trend analysis and portfolio review. Get monthly stock time series

  4. 04

    Get rsi

    RSI measures momentum on a 0-100 scale; above 70 indicates overbought, below 30 indicates oversold. Optionally set interval, time period and series type (close, open, high, low). Get Relative Strength Index (RSI) indicator

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Alpha Vantage.

  1. 05

    Get sector performance

    Returns change percentages for each sector. Get real-time sector performance

  2. 06

    Get weekly time series

    Each data point represents a week of trading. Useful for medium-term trend analysis. Get weekly stock time series

  3. 07

    Search symbol

    Returns best matches with symbol, name, type and region. Useful for discovering the correct symbol before querying price data. Search for stock symbols by keywords

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Alpha Vantage.

  1. 08

    Get company overview

    Useful for fundamental analysis and stock screening. Get company overview and fundamentals

  2. 09

    Get crypto daily

    Requires the crypto symbol (e.g. "BTC") and the market currency (e.g. "USD"). Returns daily price data with dates. Get daily cryptocurrency prices

  3. 10

    Get earnings

    Useful for earnings analysis and identifying beats/misses. Get earnings history for a stock

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Alpha Vantage.

  1. 11

    Get forex daily

    Requires the from symbol (e.g. "EUR") and to symbol (e.g. "USD"). Returns daily OHLCV forex data with dates. Get daily foreign exchange rates

  2. 12

    Get quote

    Returns current trading data including change and change percent. Useful for quick price checks. Get real-time stock quote

  3. 13

    Get news sentiment

    Each article includes title, summary, source, sentiment scores (bullish/bearish score) and relevance score. Optionally filter by topics and limit the number of results. Get news sentiment for stock tickers

Observed, not estimated

916ms average. Fast in production.

Alpha Vantage is checked daily against the live service.

Daily averagePeak 1187ms
Aug 20Today
Fastest day
759ms
Slowest day
1187ms
14-day trend
Slowing+23%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Alpha Vantage, so you can see the experience inside your AI.

It does not authenticate your account with Alpha Vantage. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Alpha Vantage Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_aSR4d6rFAbKwmlo5oocmleAqXkL1KqD2bY8PJL9D/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Alpha Vantage capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "alpha-vantage-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_aSR4d6rFAbKwmlo5oocmleAqXkL1KqD2bY8PJL9D/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Alpha Vantage owners ask.

  • 01

    How do I get an Alpha Vantage API key?

    Visit alphavantage.co/support/#api_key, fill in your name and email, and click GET FREE API KEY. The key is delivered instantly on the page. Free tier includes 25 requests per day.

  • 02

    What technical indicators are available?

    Alpha Vantage supports 50+ technical indicators including SMA, EMA, RSI, MACD, Bollinger Bands, Stochastic, ADX, ATR, CCI, Williams %R, and many more. Currently this MCP server exposes RSI, with more indicators available on request.

  • 03

    Can I get cryptocurrency data?

    Yes! Use get_crypto_daily with the crypto symbol (e.g. 'BTC', 'ETH', 'SOL') and market currency (e.g. 'USD', 'EUR'). Returns daily OHLCV data for the cryptocurrency pair.

  • 04

    How much historical data is available?

    Alpha Vantage provides 20+ years of historical data for most stocks. Use the get_daily_time_series capability with outputsize 'full' to access the complete history. The compact mode returns the last 100 data points.