CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
alphavantage avatar

Alpha Vantage Mcp

alphavantage/alpha_vantage_mcp
168SSEregistry active
Summary

Wraps the Alpha Vantage financial data API to give Claude and other MCP-compatible tools direct access to real-time and historical stock market data. Exposes endpoints for daily/intraday time series, company fundamentals, technical indicators, and market news. Built by the Alpha Vantage team with progressive tool discovery to minimize token usage during API calls. Works with Claude Pro, ChatGPT Plus (via developer mode), and various coding environments. Solid choice when you need your AI assistant to pull live stock prices, analyze market trends, or build financial dashboards without switching between tools.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Add to Claude Add to ChatGPT

Alpha Vantage MCP Server

The official Alpha Vantage API MCP server enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP). Add this server to your favorite apps such as Claude, Claude Code, Cursor, VS Code, and many more to give them access to comprehensive financial data.


Quickstart

To use the server, get your free Alpha Vantage API key, copy it to your clipboard, then follow the instructions below for the agentic tool/platform of your interest.

The Alpha Vantage functions are exposed directly as MCP tools. MCP clients discover the available tools with tools/list and invoke them with tools/call.

⭐ View MCP source code on Github

👉 Any questions? Please contact support@alphavantage.co

 

Connection Examples

Remote Server Connection (Recommended, OAuth):

https://mcp.alphavantage.co/mcp

When you connect, an authentication page opens where you enter and authorize your Alpha Vantage API key. If you would like to update/rotate the API key in the future, simple disconnect then reconnect the MCP server and enter the new key in the authentication page.

Remote Server Connection (Legacy, API key in URL, deprecated):

https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY

Local Server Connection:

uvx marketdata-mcp-server YOUR_API_KEY

 

Setup Instructions by Platform

💬📊 Chatbots

⭐ (Anthropic-Verified Connector) Install in Claude

Requirements:

  • Any free or paid Claude account

📺 Watch the setup tutorial. (Click image below.)

Alpha Vantage MCP Server: Official Claude Connector Setup

Claude Remote Server Connection (Recommended, OAuth)

The Alpha Vantage MCP Server is already listed in Claude's official Connectors directory. Getting started is easy:

  1. Go to https://claude.ai/new#settings/customize-connectors (Web) or Settings → Connectors (Desktop)
  2. Click the "Add" button in the upper-right corner and choose "Browse connectors" in the dropdown menu
  3. Search for "Alpha Vantage" in the search box
  4. Click on the "Alpha Vantage MCP Server" tile returned by the search result
  5. Click "Connect" near the top-right of the page
  6. Enter your Alpha Vantage API key in the pop-up authentication page
  7. Click "Authorize Access"

If you would like to update/rotate the API key in the future, simply disconnect then reconnect to the MCP server and follow steps #6 and #7 again. This brief video shows the key rotation process:

Update Your API Key: Alpha Vantage MCP Server

Claude Local Server Connection

See Claude Desktop MCP docs for more info.

Install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Open Claude Desktop developer settings and edit your claude_desktop_config.json file to add the following configuration:

{
  "mcpServers": {
    "alphavantage": {
      "command": "uvx",
      "args": ["marketdata-mcp-server", "YOUR_API_KEY"]
    }
  }
}

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

⭐ (OpenAI-Verified Connector) Install in ChatGPT

Requirements:

  • Any free or paid ChatGPT account
ChatGPT Remote Server Connection (Recommended, OAuth)

The Alpha Vantage MCP Server is already listed in ChatGPT's official app directory. Getting started is easy:

  1. In ChatGPT, click Plugins
  2. Type "Alpha Vantage" into the Search plugins bar
  3. Click the + (or Install) button on the Alpha Vantage result.
  4. Enter your Alpha Vantage API key in the pop-up authentication page
  5. Click "Authorize Access"

If you would like to update/rotate the API key in the future, simply disconnect then reconnect the MCP server and follow steps #4 and #5 again.

Test your connection with a sample query:

Give me last week's OHLCV data for IBM

📺 Below are a few examples of ChatGPT performing various stock analysis & charting tasks:

Alpha Vantage MCP Example Prompts

Install in Grok

Requirements:

  • SuperGrok (or higher tier)

Setup:

  1. Click the + button → Connectors → Add connector → Custom
  2. Name: Alpha Vantage MCP Server (or whatever you prefer)
  3. Server URL: https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY (replace YOUR_API_KEY with your actual Alpha Vantage API key).
  4. Click Add Connector

 

🤖📈 Agentic systems

⭐ (Microsoft-Verified Connector) Connect in Microsoft Azure AI Foundry

Requirements:

  • Azure subscription with access to Azure AI Foundry

📺 Watch the setup tutorial. (Click image below.)

1-Min Financial AI Agents: Alpha Vantage MCP + Azure AI Foundry

Microsoft Azure AI Foundry — Agent Service Connection

To connect a Foundry agent to this MCP server:

  1. Open your agent (or Create Agent from Home Dashboard) in Azure AI Foundry's Agent playground or Agent designer.
  2. In the Tools section of the agent configuration, click Add → Browse All Tools. Select the Catalog tab, then search for Alpha Vantage MCP Server or filter by Finance under the Category filter. Click Create.
  3. Configure the connection with the following settings:
    • Name: Accept the default generated name, or enter your own
    • (read-only) Remote MCP Server endpoint: https://mcp.alphavantage.co/mcp
    • (read-only) Authentication: Key-based
    • Credential — apikey: Enter your Alpha Vantage API key
  4. Click Connect.

Recommended Agent Instructions:

Add the following to your agent's system prompt to optimize performance:

You are a helpful financial agent with access to market data through Alpha Vantage MCP Server.
The Alpha Vantage functions (TIME_SERIES_DAILY, RSI, COMPANY_OVERVIEW, etc.) are exposed
directly as MCP tools. Call them by name with their parameters, e.g.
TIME_SERIES_DAILY(symbol="IBM", outputsize="compact").
Always use Alpha Vantage MCP Server for market data queries. Do not answer from prior knowledge or web search.
Install in Hermes Agent (Nous Research)

Requirements:

  • Hermes Agent installed with the hermes CLI available
Hermes Remote Server Connection (Recommended, OAuth)

Add the server and start the authorization flow:

hermes mcp add alphavantage --url https://mcp.alphavantage.co/mcp --auth oauth
hermes mcp login alphavantage

Or configure it directly in config.yaml:

mcp_servers:
  alphavantage:
    url: https://mcp.alphavantage.co/mcp
    auth: oauth

A browser consent page opens where you enter and authorize your Alpha Vantage API key. If you would like to update/rotate the API key in the future, run hermes mcp login alphavantage (or hermes mcp reauth alphavantage) again and enter the new key on the consent page.

Verify the connection with:

hermes mcp test alphavantage
Hermes Remote Server Connection (API key in URL)

For non-interactive environments (e.g., terminal-only setups where the browser-based OAuth flow is not possible), put the API key in the server URL instead. Add the server to your config.yaml under mcp_servers:

mcp_servers:
  alphavantage:
    url: https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key. To update/rotate the API key, simply change the key in the URL.

Verify the connection with:

hermes mcp test alphavantage
Install in 🦞OpenClaw🦞

Requirements:

  • Mac with Apple Silicon (or dedicated Mac mini)
  • LLM API Key (OpenAI used in demo)
  • Messaging Platform Bot Token (Telegram used in demo)

📺 Watch the setup tutorial (click image below)

This AI Agent Tracks Stocks 24/7 (OpenClaw Setup Tutorial)

  • View the detailed installation guide from GitHub Gist
  • For additional support links, please check the video description on YouTube.
Configure in OpenAI Agent Builder

Requirements:

  • OpenAI account with access to Agent Builder (e.g., billing details added, organization verified)

📺 Watch the setup tutorial. (Click image below.)

Configure Alpha Vantage MCP Server + OpenAI Agent Builder

OpenAI Agent Builder Connection

To connect OpenAI Agent Builder to this MCP server:

  1. Do not add a separate MCP Server object. Instead, click on your agent in OpenAI Agent Builder to add the MCP Server directly to the agent.
  2. Find the Tools section of the agent and click the + button to add a new tool
  3. Select MCP Server
  4. Click "+ Server" in the upper right of the "Add MCP server" menu
  5. Configure the MCP server with the following settings:
    • URL: https://mcp.alphavantage.co/mcp
    • Label: Alpha Vantage MCP Server (or any name you prefer)
    • Description: Financial market data and technical indicators (or any description you prefer)
    • Authentication: Select "Access token / API key" (should be default)
    • Access Token: Enter your Alpha Vantage API key
  6. Click Connect
  7. If successful, the next prompt will display all the tools. Scroll to the bottom and click Add.

Recommended Agent Instructions:

Add the following instruction to your agent's configuration to optimize performance:

You are a helpful financial agent with access to market data through Alpha Vantage MCP Server.

The Alpha Vantage functions (TIME_SERIES_DAILY, RSI, COMPANY_OVERVIEW, etc.) are exposed
directly as MCP tools. Call them by name with their parameters, e.g.
TIME_SERIES_DAILY(symbol="AAPL", outputsize="compact").
Install in OpenAI Agents SDK

To use the Alpha Vantage MCP server with OpenAI Agents SDK, see our example agent that demonstrates:

  • Interactive financial analysis agent
  • Session management for conversation continuity
  • Real-time tool execution with Alpha Vantage data
  • Support for both HTTP and stdio MCP connections

The example includes a complete setup guide and configuration templates.

 

💻💵 Coding tools

⭐ (Anthropic-Verified Connector) Install in Claude Code

Requirements:

  • Any free or paid Claude account
Claude Remote Server Connection (Recommended, OAuth)

The Alpha Vantage MCP Server is already listed in Claude's official Connectors directory. Getting started is easy:

  1. Go to https://claude.ai/new#settings/customize-connectors (Web) or Settings → Connectors (Desktop)
  2. Click the "Add" button in the upper-right corner and choose "Browse connectors" in the dropdown menu
  3. Search for "Alpha Vantage" in the search box
  4. Click on the "Alpha Vantage MCP Server" tile returned by the search result
  5. Click "Connect" near the top-right of the page
  6. Enter your Alpha Vantage API key in the pop-up authentication page
  7. Click "Authorize Access"

If you would like to update/rotate the API key in the future, simply disconnect then reconnect the MCP server and follow steps #6 and #7 again. This brief video shows the key rotation process.

Claude Code Local Server Connection

First, install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Then run:

claude mcp add alphavantage -- uvx marketdata-mcp-server YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Run claude in your terminal from your project directory.

Then connect with:

/mcp
⭐ (OpenAI-Verified Connector) Install in OpenAI Codex

Requirements:

  • Any free or paid ChatGPT account

See OpenAI Codex for more information.

Note: Codex and ChatGPT share the same account, so a plugin installed in one should be available for the other.

Codex Remote Server Connection via ChatGPT App (Recommended, OAuth)

The Alpha Vantage MCP Server is already listed in ChatGPT's official app directory. Getting started is easy:

  1. In Codex, click Plugins
  2. Type "Alpha Vantage" into the Search plugins bar
  3. Click the + (or Install) button on the Alpha Vantage result.
  4. Enter your Alpha Vantage API key in the pop-up authentication page
  5. Click "Authorize Access"

If you would like to update/rotate the API key in the future, simply disconnect then reconnect the MCP server and follow steps #4 and #5 again.

Test your connection with a sample query:

Give me last week's OHLCV data for IBM

📺 Watch the tutorial. (Click image below.)

⚠️ Legacy setup notice: The initial connection steps demonstrate the legacy local method. For new installations, we strongly recommend following the OAuth instructions above.

Starting at 01:41, the video covers troubleshooting and building end-to-end applications powered by Alpha Vantage market data and dynamic visualizations.

Alpha Vantage MCP + Codex Tutorial

  • Download the companion .md file from Github Gist.
  • For additional support links, please check the video description on YouTube.
Codex Remote Server Connection via CLI (Alternative, OAuth)

Prefer the command line? Getting started is easy:

  1. Add the server by running:
codex mcp add alphavantage --url https://mcp.alphavantage.co/mcp
  1. Codex will open your browser. Enter your Alpha Vantage API key in the pop-up authentication page
  2. Click "Authorize Access"
  3. Run codex from your project directory
  4. Verify the connection with:
/mcp

If you would like to update/rotate the API key in the future, simply run codex mcp add again and enter the new key in the authentication page.

Test your connection with a sample query:

Give me last week's OHLCV data for IBM
Install in VS Code (Visual Studio Code)

See VS Code MCP docs for more info.

Create .vscode/mcp.json (your VS Code MCP config file) in your workspace, and paste into it one of the following configurations, depending on whether you’re connecting remotely or running the server locally.

VS Code Remote Server Connection

Paste the following into .vscode/mcp.json:

{
  "servers": {
    "alphavantage": {
      "type": "http",
      "url": "https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

VS Code Local Server Connection

First, install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Then, paste the following into .vscode/mcp.json:

{
  "servers": {
    "alphavantage": {
      "type": "stdio",
      "command": "uvx",
      "args": ["marketdata-mcp-server", "YOUR_API_KEY"]
    }
  }
}

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Open the Chat view and select Agent mode

Install in Continue (Extension for VS Code, JetBrains)

See Continue MCP docs for more information. Continue uses its own configuration format (not VS Code's mcp.json).

Create .continue/mcpServers/alphavantage.yaml in your workspace, and paste into it one of the following configurations, depending on whether you’re connecting remotely or running the server locally. (Recommended: Remote)

Continue Remote Server Connection

Paste the following into .continue/mcpServers/alphavantage.yaml:

name: Alpha Vantage MCP Server
version: 1.0
schema: v1
mcpServers:
  - name: alphavantage
    type: streamable-http
    url: https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Continue Local Server Connection

First, install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Then, paste the following into .continue/mcpServers/alphavantage.yaml:

name: Alpha Vantage MCP Server
version: 1.0
schema: v1
mcpServers:
  - name: alphavantage
    type: stdio
    command: uvx
    args:
      - marketdata-mcp-server
      - YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Open the Continue panel and select Agent mode. Set up your LLM provider.

Install in Cursor

See Cursor MCP docs for more information.

Paste one of the following configurations into your Cursor ~/.cursor/mcp.json file, depending on whether you’re connecting remotely or running the server locally. You may also install in a specific project by creating .cursor/mcp.json in your project folder.

Cursor Remote Server Connection

Configure Cursor by editing ~/.cursor/mcp.json:

{
  "mcpServers": {
    "alphavantage": {
      "url": "https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Cursor Local Server Connection

First, install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Then, paste the following into your Cursor ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "alphavantage": {
      "command": "uvx",
      "args": ["marketdata-mcp-server", "YOUR_API_KEY"]
    }
  }
}

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Install in Gemini CLI

See Gemini CLI Configuration for more information.

Run one of the following commands, depending on whether you’re connecting remotely or running the server locally.

Gemini CLI Remote Server Connection (Recommended):

gemini mcp add -t http alphavantage https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Gemini CLI Local Server Connection:

Install uv (a modern Python package and project manager):

curl -LsSf https://astral.sh/uv/install.sh | sh

Then run:

gemini mcp add alphavantage uvx marketdata-mcp-server YOUR_API_KEY

Replace YOUR_API_KEY with your actual Alpha Vantage API key.

Manual Configuration:

  1. Open the Gemini CLI settings file. The location is ~/.gemini/settings.json (where ~ is your home directory).
  2. Add the following to the mcpServers object in your settings.json file (replace YOUR_API_KEY with your actual Alpha Vantage API key):
{
  "mcpServers": {
    "alphavantage": {
      "httpUrl": "https://mcp.alphavantage.co/mcp?apikey=YOUR_API_KEY"
    }
  }
}

Or, for a local server (replace YOUR_API_KEY with your actual Alpha Vantage API key):

{
  "mcpServers": {
    "alphavantage": {
      "command": "uvx",
      "args": ["marketdata-mcp-server", "YOUR_API_KEY"]
    }
  }
}

If the mcpServers object does not exist, create it.

 

💡💡 I'm just exploring

Just exploring what to build? Check out the Trading Agents stock research tool (#1 trending on Github), which is powered by Alpha Vantage market data with no setup required.

 

Examples

Below are four example prompts and Claude's expected responses when using the MCP server.

 

1. Fetch and display structured market data across assets

Prompt: “Give me last week’s OHLCV data for IBM”

Expected Behavior:

  • Claude will select and invoke the correct tool, in this case the TIME_SERIES_DAILY function.
  • Claude will make the necessary request to the TIME_SERIES_DAILY function and receive the relevant response.
  • Claude will then respond directly in the chat interface with both text and image content:

Here's IBM's OHLCV data for last week (March 16–20, 2026):

IBM_price

 

IBM had a strong Tuesday rally to $256.11, then pulled back through the rest of the week. Friday saw a sharp selloff to close at the session low of $241.77 on more than double the average weekly volume — likely some notable news or broad market pressure driving that move.

 

2. Use technical indicators and price data to conduct technical analysis

Prompt: “Get NVDA’s hourly price data for the last two days. Compute RSI as well, and plot both hourly with guidelines at 30 and 70 for RSI”

Expected Behavior:

  • Claude will select and invoke the correct tools, in this case the TIME_SERIES_INTRADAY function and the RSI function.
  • Claude will make two separate requests, one to the TIME_SERIES_INTRADAY function and one to the RSI function. Claude will receive the relevant responses.
  • Claude will then make an HTML artifact with the requested visualizations:

 

NVDA_RSI

 

3. Visualize fundamental data

Prompt: “Help me visualize AAPL’s earnings surprise trends for the past 4 quarters. Compare actual EPS to analyst estimates”

Expected Behavior:

  • Claude will select and invoke the correct tool, in this case the EARNINGS function.
  • Claude will make the necessary request to the EARNINGS function and receive the relevant response.
  • Claude will do any necessary calculations on top of the returned data, and create an HTML artifact:
AAPL_earnings

 

4. Compare performance across asset classes

Prompt: “Compare gold, silver, and Bitcoin performance over the past 5 years”

Expected Behavior:

  • Claude will select and invoke the correct tools, in this case the TIME_SERIES_MONTHLY function and the DIGITAL_CURRENCY_MONTHLY function.
  • Claude will make three separate requests, one to the TIME_SERIES_INTRADAY function using the GLD symbol, one to the TIME_SERIES_INTRADAY function using the SLV symbol, and one to the DIGITAL_CURRENCY_MONTHLY function using the BTC symbol. Claude will receive the relevant responses.
  • Claude will do any necessary calculations on top of the returned data, and create an HTML artifact:
Commodity_price

 

Tools Reference

Note: The tools listed below are exposed directly as MCP tools and can be called by name.

CategoryTools
core_stock_apisTIME_SERIES_INTRADAY, TIME_SERIES_DAILY, TIME_SERIES_DAILY_ADJUSTED, TIME_SERIES_WEEKLY, TIME_SERIES_WEEKLY_ADJUSTED, TIME_SERIES_MONTHLY, TIME_SERIES_MONTHLY_ADJUSTED, GLOBAL_QUOTE, REALTIME_BULK_QUOTES, REALTIME_BULK_BID_ASK_PRICES, SYMBOL_SEARCH, MARKET_STATUS
options_data_apisREALTIME_OPTIONS, REALTIME_OPTIONS_FMV, HISTORICAL_OPTIONS
alpha_intelligenceNEWS_SENTIMENT, EARNINGS_CALL_TRANSCRIPT, TOP_GAINERS_LOSERS, INSIDER_TRANSACTIONS, INSTITUTIONAL_HOLDINGS, ANALYTICS_FIXED_WINDOW, ANALYTICS_SLIDING_WINDOW
fundamental_dataCOMPANY_OVERVIEW, COMPANY_LOGO, INCOME_STATEMENT, BALANCE_SHEET, CASH_FLOW, EARNINGS, LISTING_STATUS, EARNINGS_CALENDAR, IPO_CALENDAR
forexFX_INTRADAY, FX_DAILY, FX_WEEKLY, FX_MONTHLY
cryptocurrenciesCURRENCY_EXCHANGE_RATE, DIGITAL_CURRENCY_INTRADAY, DIGITAL_CURRENCY_DAILY, DIGITAL_CURRENCY_WEEKLY, DIGITAL_CURRENCY_MONTHLY
commoditiesWTI, BRENT, NATURAL_GAS, COPPER, ALUMINUM, WHEAT, CORN, COTTON, SUGAR, COFFEE, GOLD_SILVER_SPOT, GOLD_SILVER_HISTORY, ALL_COMMODITIES
economic_indicatorsREAL_GDP, REAL_GDP_PER_CAPITA, TREASURY_YIELD, FEDERAL_FUNDS_RATE, CPI, INFLATION, RETAIL_SALES, DURABLES, UNEMPLOYMENT, NONFARM_PAYROLL
technical_indicatorsSMA, EMA, WMA, DEMA, TEMA, TRIMA, KAMA, MAMA, VWAP, T3, MACD, MACDEXT, STOCH, STOCHF, RSI, STOCHRSI, WILLR, ADX, ADXR, APO, PPO, MOM, BOP, CCI, CMO, ROC, ROCR, AROON, AROONOSC, MFI, TRIX, ULTOSC, DX, MINUS_DI, PLUS_DI, MINUS_DM, PLUS_DM, BBANDS, MIDPOINT, MIDPRICE, SAR, TRANGE, ATR, NATR, AD, ADOSC, OBV, HT_TRENDLINE, HT_SINE, HT_TRENDMODE, HT_DCPERIOD, HT_DCPHASE, HT_PHASOR
pingPING, ADD_TWO_NUMBERS
congressCONGRESS_TRADES, POLITICIAN_METADATA

 

Table of Contents - API Tools

  • core_stock_apis
  • options_data_apis
  • alpha_intelligence
  • fundamental_data
  • forex
  • cryptocurrencies
  • commodities
  • economic_indicators
  • technical_indicators
  • ping
  • congress

💡 Each of these MCP tools maps to a corresponding Alpha Vantage API endpoint. If you are interested in the full API specs (in addition to the brief tool descriptions below), please refer to the Alpha Vantage API documentation. For general guidance on choosing the best stock market data API and/or MCP server in the AI agent era, please refer to this article. Independent API & MCP aggregation platform API Market has also published a practitioner's guide to stock data, which details when to use an MCP server vs. a conventional API (or both) for your workflow design.

CORE_STOCK_APIS

CategoryToolDescription
core_stock_apisTIME_SERIES_INTRADAYCurrent and 20+ years of historical intraday OHLCV data
core_stock_apisTIME_SERIES_DAILYDaily time series (OHLCV) covering 20+ years
core_stock_apisTIME_SERIES_DAILY_ADJUSTEDDaily adjusted OHLCV with split/dividend events
core_stock_apisTIME_SERIES_WEEKLYWeekly time series (last trading day of week)
core_stock_apisTIME_SERIES_WEEKLY_ADJUSTEDWeekly adjusted time series with dividends
core_stock_apisTIME_SERIES_MONTHLYMonthly time series (last trading day of month)
core_stock_apisTIME_SERIES_MONTHLY_ADJUSTEDMonthly adjusted time series with dividends
core_stock_apisGLOBAL_QUOTELatest price and volume for a ticker
core_stock_apisREALTIME_BULK_QUOTESRealtime quotes for up to 100 symbols
core_stock_apisREALTIME_BULK_BID_ASK_PRICESRealtime bid and ask prices for up to 100 US-traded symbols, including extended hours
core_stock_apisSYMBOL_SEARCHSearch for symbols by keywords
core_stock_apisMARKET_STATUSCurrent market status worldwide

OPTIONS_DATA_APIS

CategoryToolDescription
options_data_apisREALTIME_OPTIONSRealtime US options data with Greeks
options_data_apisREALTIME_OPTIONS_FMVRealtime US options FMV (fair market value) mark prices
options_data_apisHISTORICAL_OPTIONSHistorical options chain for 15+ years

ALPHA_INTELLIGENCE

CategoryToolDescription
alpha_intelligenceNEWS_SENTIMENTLive and historical market news & sentiment
alpha_intelligenceEARNINGS_CALL_TRANSCRIPTEarnings call transcripts with LLM sentiment
alpha_intelligenceTOP_GAINERS_LOSERSTop 20 gainers, losers, and most active
alpha_intelligenceINSIDER_TRANSACTIONSLatest and historical insider transactions
alpha_intelligenceINSTITUTIONAL_HOLDINGSInstitutional ownership and holdings information
alpha_intelligenceANALYTICS_FIXED_WINDOWAdvanced analytics over fixed windows
alpha_intelligenceANALYTICS_SLIDING_WINDOWAdvanced analytics over sliding windows

FUNDAMENTAL_DATA

CategoryToolDescription
fundamental_dataCOMPANY_OVERVIEWCompany information, financial ratios, and metrics
fundamental_dataINCOME_STATEMENTAnnual and quarterly income statements
fundamental_dataBALANCE_SHEETAnnual and quarterly balance sheets
fundamental_dataCASH_FLOWAnnual and quarterly cash flow statements
fundamental_dataEARNINGSAnnual and quarterly earnings data
fundamental_dataLISTING_STATUSListing and delisting data for equities
fundamental_dataEARNINGS_CALENDAREarnings calendar for upcoming earnings
fundamental_dataIPO_CALENDARInitial public offering calendar
fundamental_dataCOMPANY_LOGOCompany logo URLs in PNG and SVG formats

FOREX

CategoryToolDescription
forexFX_INTRADAYIntraday foreign exchange rates
forexFX_DAILYDaily foreign exchange rates
forexFX_WEEKLYWeekly foreign exchange rates
forexFX_MONTHLYMonthly foreign exchange rates

CRYPTOCURRENCIES

CategoryToolDescription
cryptocurrenciesCURRENCY_EXCHANGE_RATEExchange rate between digital/crypto currencies
cryptocurrenciesDIGITAL_CURRENCY_INTRADAYIntraday time series for digital currencies
cryptocurrenciesDIGITAL_CURRENCY_DAILYDaily time series for digital currencies
cryptocurrenciesDIGITAL_CURRENCY_WEEKLYWeekly time series for digital currencies
cryptocurrenciesDIGITAL_CURRENCY_MONTHLYMonthly time series for digital currencies

COMMODITIES

CategoryToolDescription
commoditiesWTIWest Texas Intermediate (WTI) crude oil prices
commoditiesBRENTBrent crude oil prices
commoditiesNATURAL_GASHenry Hub natural gas spot prices
commoditiesCOPPERGlobal copper prices
commoditiesALUMINUMGlobal aluminum prices
commoditiesWHEATGlobal wheat prices
commoditiesCORNGlobal corn prices
commoditiesCOTTONGlobal cotton prices
commoditiesSUGARGlobal sugar prices
commoditiesCOFFEEGlobal coffee prices
commoditiesGOLD_SILVER_SPOTLive spot prices for gold and silver
commoditiesGOLD_SILVER_HISTORYHistorical gold and silver prices (daily, weekly, monthly)
commoditiesALL_COMMODITIESAll commodities prices

ECONOMIC_INDICATORS

CategoryToolDescription
economic_indicatorsREAL_GDPReal Gross Domestic Product
economic_indicatorsREAL_GDP_PER_CAPITAReal GDP per capita
economic_indicatorsTREASURY_YIELDDaily treasury yield rates
economic_indicatorsFEDERAL_FUNDS_RATEFederal funds rate (interest rates)
economic_indicatorsCPIConsumer Price Index
economic_indicatorsINFLATIONInflation rates
economic_indicatorsRETAIL_SALESRetail sales data
economic_indicatorsDURABLESDurable goods orders
economic_indicatorsUNEMPLOYMENTUnemployment rate
economic_indicatorsNONFARM_PAYROLLNon-farm payroll data

TECHNICAL_INDICATORS

CategoryToolDescription
technical_indicatorsSMASimple moving average (SMA) values
technical_indicatorsEMAExponential moving average (EMA) values
technical_indicatorsWMAWeighted moving average (WMA) values
technical_indicatorsDEMADouble exponential moving average (DEMA) values
technical_indicatorsTEMATriple exponential moving average (TEMA) values
technical_indicatorsTRIMATriangular moving average (TRIMA) values
technical_indicatorsKAMAKaufman adaptive moving average (KAMA) values
technical_indicatorsMAMAMESA adaptive moving average (MAMA) values
technical_indicatorsVWAPVolume weighted average price (VWAP) for intraday time series
technical_indicatorsT3Triple exponential moving average (T3) values
technical_indicatorsMACDMoving average convergence / divergence (MACD) values
technical_indicatorsMACDEXTMoving average convergence / divergence values with controllable moving average type
technical_indicatorsSTOCHStochastic oscillator (STOCH) values
technical_indicatorsSTOCHFStochastic fast (STOCHF) values
technical_indicatorsRSIRelative strength index (RSI) values
technical_indicatorsSTOCHRSIStochastic relative strength index (STOCHRSI) values
technical_indicatorsWILLRWilliams' %R (WILLR) values
technical_indicatorsADXAverage directional movement index (ADX) values
technical_indicatorsADXRAverage directional movement index rating (ADXR) values
technical_indicatorsAPOAbsolute price oscillator (APO) values
technical_indicatorsPPOPercentage price oscillator (PPO) values
technical_indicatorsMOMMomentum (MOM) values
technical_indicatorsBOPBalance of power (BOP) values
technical_indicatorsCCICommodity channel index (CCI) values
technical_indicatorsCMOChande momentum oscillator (CMO) values
technical_indicatorsROCRate of change (ROC) values
technical_indicatorsROCRRate of change ratio (ROCR) values
technical_indicatorsAROONAroon (AROON) values
technical_indicatorsAROONOSCAroon oscillator (AROONOSC) values
technical_indicatorsMFIMoney flow index (MFI) values
technical_indicatorsTRIX1-day rate of change of a triple smooth exponential moving average (TRIX) values
technical_indicatorsULTOSCUltimate oscillator (ULTOSC) values
technical_indicatorsDXDirectional movement index (DX) values
technical_indicatorsMINUS_DIMinus directional indicator (MINUS_DI) values
technical_indicatorsPLUS_DIPlus directional indicator (PLUS_DI) values
technical_indicatorsMINUS_DMMinus directional movement (MINUS_DM) values
technical_indicatorsPLUS_DMPlus directional movement (PLUS_DM) values
technical_indicatorsBBANDSBollinger bands (BBANDS) values
technical_indicatorsMIDPOINTMidpoint values - (highest value + lowest value)/2
technical_indicatorsMIDPRICEMidpoint price values - (highest high + lowest low)/2
technical_indicatorsSARParabolic SAR (SAR) values
technical_indicatorsTRANGETrue range (TRANGE) values
technical_indicatorsATRAverage true range (ATR) values
technical_indicatorsNATRNormalized average true range (NATR) values
technical_indicatorsADChaikin A/D line (AD) values
technical_indicatorsADOSCChaikin A/D oscillator (ADOSC) values
technical_indicatorsOBVOn balance volume (OBV) values
technical_indicatorsHT_TRENDLINEHilbert transform, instantaneous trendline (HT_TRENDLINE) values
technical_indicatorsHT_SINEHilbert transform, sine wave (HT_SINE) values
technical_indicatorsHT_TRENDMODEHilbert transform, trend vs cycle mode (HT_TRENDMODE) values
technical_indicatorsHT_DCPERIODHilbert transform, dominant cycle period (HT_DCPERIOD) values
technical_indicatorsHT_DCPHASEHilbert transform, dominant cycle phase (HT_DCPHASE) values
technical_indicatorsHT_PHASORHilbert transform, phasor components (HT_PHASOR) values

PING

CategoryToolDescription
pingPINGHealth check tool that returns 'pong'
pingADD_TWO_NUMBERSExample tool for adding two numbers

CONGRESS

CategoryToolDescription
congressCONGRESS_TRADESCongressional stock trades disclosed by US representatives, filtered by stock symbol and/or politician BioGuide ID
congressPOLITICIAN_METADATAComplete roster of US congressional representatives with bioguide_id, district, and time-in-service metadata

CONGRESS_TRADES requires at least one of symbol or bioguide_id (both may be given together to intersect the results); datatype defaults to json and also accepts csv. Example calls: CONGRESS_TRADES(symbol="AAPL") and CONGRESS_TRADES(bioguide_id="S000510"). Use POLITICIAN_METADATA to look up a politician's bioguide_id.

POLITICIAN_METADATA takes no filter or pagination arguments: every call returns the complete, deterministic roster of representatives directly from Alpha Vantage. The response is large enough to trigger the server's standard preview/CDN handling by default; pass return_full_data=true to receive the complete payload inline.

Both tools proxy the public Alpha Vantage CONGRESS_TRADES and POLITICIAN_METADATA endpoints and preserve upstream response fields (including source_url) unchanged.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Data & AnalyticsFinance & Commerce
Registryactive
TransportSSE
UpdatedDec 18, 2025
View on GitHub

Related Data & Analytics MCP Servers

View all →
mlt-oss avatar
FirstData

mlt-oss/firstdata

Hosted MCP server for finding authoritative primary data sources and official portals.
166
hopx-ai avatar
Hopx

hopx-ai/mcp

Provides isolated code execution in cloud containers with support for Python, JavaScript, Bash, and Go, plus data analysis and file operations.
161
stevenyu113228 avatar
BloodHound

stevenyu113228/bloodhound-mcp

Provides LLM-assisted querying of AD/AAD data from Neo4j, enabling natural language prompts to fetch insights.
158
dianel555 avatar
Paper Search

dianel555/paper-search-mcp-nodejs

Provides multi-platform academic paper search and download through an MCP interface with 14 sources and unified data modeling.
153
huweihua123 avatar
Stock Tool

huweihua123/stock-mcp

Provides multi-source market data, technical analysis, and fundamental research via MCP for AI agents.
146
supercurses avatar
Powerpoint

supercurses/powerpoint

Provides tools to create PowerPoint decks from prompts and data, including slides with titles, sections, tables, charts, images, and final saves.
145