mcpbeat Sign in

Alpha Vantage MCP Server

by alphavantage Your server? Claim it
answering

Alpha Vantage MCP is answering right now. Last checked 10 min ago. Last commit 21 Sep 2026.

Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

Uptime history 51 days of history · worst day 81%
51 days agonow
92.3%
Uptime 24h
84 of 91 checks
Tools
hidden behind auth
459 ms
Response time
average over 24h
211
Stars
last commit 21 Sep 2026

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const func = new Function(...params, functionBody);
        process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add alpha_vantage_mcp --transport http https://mcp.alphavantage.co/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alpha_vantage_mcp": {
      "url": "https://mcp.alphavantage.co/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alpha_vantage_mcp]
url = "https://mcp.alphavantage.co/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "alpha_vantage_mcp": {
      "url": "https://mcp.alphavantage.co/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alpha_vantage_mcp": {
      "url": "https://mcp.alphavantage.co/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://mcp.alphavantage.co/mcp sse sign-in 597 ms 10 min ago

Alternatives to Alpha Vantage MCP

same job, measured the same way
Municipal Data
by munispot

Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities.

21 installs/wk answering
Twelvedata
by twelvedata

Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).

answering
TickDB Market Data
by tickdb

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

13 tools answering
Tradingview MCP
by atilaahmettaner

Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

132 installs/wk local only
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

51 installs/wk local only
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

local only
Polygon
by mcparmory

Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news

242 installs/wk local only

Alpha Vantage MCP — questions

Answers built from our own checks of this server.

Why is there no tool list for Alpha Vantage MCP?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 92.3% of checks in the last 24 hours got a reply.
Is Alpha Vantage MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 84 of 91 checks got a reply (92.3%), average response time 459 ms. The bar chart above shows every period we have measured.
How do I connect Alpha Vantage MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Alpha Vantage MCP?
No API key is involved. Alpha Vantage MCP answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Alpha Vantage MCP?
It answers our handshake in 459 ms on average, which is faster than 34% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Alpha Vantage MCP open source?
Yes — it is published under the MIT licence, written in Python, 211 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.