Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/alpha-vantage

PYPI · MCPARMORY-ALPHA-VANTAGE · 2 COMPONENTS · SCANNED SEP 20

Track stock prices, search symbols, and compute 50+ technical indicators

−14 this week 61 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security37
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 20825 tokens (~172/item across 121 items; 121 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 121 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 121 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/alpha-vantage MCP server?

com.mcparmory/alpha-vantage runs locally as a PyPI package, launched with uvx mcparmory-alpha-vantage. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-alpha-vantage

# add to Claude Code
claude mcp add com-mcparmory-alpha-vantage -- uvx mcparmory-alpha-vantage
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-alpha-vantage": {
      "command": "uvx",
      "args": [
        "mcparmory-alpha-vantage"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-alpha-vantage": {
      "command": "uvx",
      "args": [
        "mcparmory-alpha-vantage"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-alpha-vantage -- uvx mcparmory-alpha-vantage
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-alpha-vantage": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-alpha-vantage"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-alpha-vantage --command uvx --arg mcparmory-alpha-vantage
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-alpha-vantage:
    command: "uvx"
    args: ["mcparmory-alpha-vantage"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-alpha-vantage": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-alpha-vantage"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-alpha-vantage -t stdio -c uvx -a mcparmory-alpha-vantage
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-alpha-vantage": {
      "command": "uvx",
      "args": [
        "mcparmory-alpha-vantage"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −17
    • Malware scan: pass → unverified security
    • Stability: pass → 0.83 functional
  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 13 Sept 26 +15
    • Malware scan: unverified → pass security
  • 12 Sept 26 −14
    • Malware scan: pass → unverified security
  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-alpha-vantage@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 41 packages
Packages resolved 41
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 121 exposed · ~20,825 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_spot_price ~87

Retrieves the current live spot price for gold or silver in real-time market data.

NameTypeReqDescription
functionstringyesThe API function to invoke; must be set to GOLD_SILVER_SPOT to retrieve precious metal spot prices.
symbolstringyesThe precious metal symbol to query: use GOLD or XAU for gold prices, or SILVER or XAG for silver prices.

No output schema declared.

No examples provided.

get_stochastic_fast_indicator ~177

Retrieves stochastic fast (STOCHF) technical indicator values for a given equity symbol. The STOCHF oscillator measures momentum by comparing closing prices to price ranges over a specified period.

NameTypeReqDescription
functionstringyesThe technical indicator type. Must be set to STOCHF for this operation.
intervalstringyesThe time interval between data points. Supported intervals range from 1-minute to monthly granularity, allowing analysis across intraday and longer-term timeframes.
monthstringOptional historical month for calculation in YYYY-MM format (e.g., 2009-01). When omitted, the indicator is calculated using the default length of the underlying time series data.
symbolstringyesThe equity ticker symbol (e.g., IBM, AAPL). Used to identify the security for which to calculate the indicator.

No output schema declared.

No examples provided.

get_stochastic_oscillator ~256

Retrieves stochastic oscillator (STOCH) technical indicator values for a specified equity or forex pair at a given time interval. The stochastic oscillator measures momentum by comparing closing prices to price ranges over a defined period.

NameTypeReqDescription
functionstringyesThe technical indicator type. Must be set to STOCH for stochastic oscillator calculations.
intervalstringyesThe time interval between data points. Choose from: 1min, 5min, 15min, 30min, 60min for intraday data, or daily, weekly, monthly for longer-term analysis.
monthstringOptional historical month for the calculation in YYYY-MM format. If not specified, the indicator is calculated on the default time series data for the selected interval.
slowdperiodintegerThe number of periods for the slow D moving average smoothing. Must be a positive integer; defaults to 3 if not specified.
slowkperiodintegerThe number of periods for the slow K moving average smoothing. Must be a positive integer; defaults to 3 if not specified.
symbolstringyesThe ticker symbol of the equity or forex pair to analyze (e.g., IBM, EURUSD).

No output schema declared.

No examples provided.

get_stock_splits ~78

Retrieves historical stock split events for a given equity ticker symbol, including dates and split ratios.

NameTypeReqDescription
functionstringyesThe function type to execute. Must be set to SPLITS to retrieve stock split data.
symbolstringyesThe stock ticker symbol for which to retrieve historical split data (e.g., IBM, AAPL).

No output schema declared.

No examples provided.

get_sugar_prices ~98

Retrieves global sugar prices from the International Monetary Fund (IMF) across different time horizons. Data is sourced from the Federal Reserve Bank of St. Louis FRED database.

NameTypeReqDescription
functionstringyesThe commodity type to query. Must be set to SUGAR for sugar price data.
intervalstringThe time interval for price data aggregation. Choose from monthly, quarterly, or annual intervals. Defaults to monthly if not specified.

No output schema declared.

No examples provided.

get_true_range ~187

Retrieves True Range (TRANGE) volatility values for a specified equity symbol at your chosen time interval. Optionally retrieve historical data for a specific month.

NameTypeReqDescription
functionstringyesThe technical indicator type. Must be set to TRANGE to calculate true range values.
intervalstringyesThe time interval between data points. Choose from minute-level intervals (1, 5, 15, or 30 minutes, or 1 hour) or daily/weekly/monthly aggregations.
monthstringOptional. Retrieve true range values for a specific month in history using YYYY-MM format (e.g., 2009-01). If omitted, returns data based on the default time series length for the selected interval.
symbolstringyesThe stock ticker symbol (e.g., IBM, AAPL). Identifies which equity to retrieve true range data for.

No output schema declared.

No examples provided.

get_unemployment_rate ~79

Retrieves the monthly unemployment rate for the United States, showing the percentage of unemployed individuals within the labor force. Data covers the civilian population aged 16 and older residing in the 50 states or District of Columbia.

NameTypeReqDescription
functionstringyesSpecifies the data function to retrieve; must be set to UNEMPLOYMENT to fetch unemployment rate data.

No output schema declared.

No examples provided.

get_weekly_adjusted_time_series ~124

Retrieves weekly adjusted time series data for an equity, including open, high, low, close, adjusted close, volume, and dividend information. Covers 20+ years of historical data with the last trading day of each week as the reference point.

NameTypeReqDescription
functionstringyesThe time series function type. Must be set to TIME_SERIES_WEEKLY_ADJUSTED to retrieve weekly adjusted historical data.
symbolstringyesThe stock symbol or ticker of the equity to retrieve data for (e.g., IBM, AAPL). Case-insensitive.

No output schema declared.

No examples provided.

get_weekly_time_series ~106

Retrieves weekly time series data for a specified equity, including open, high, low, close prices and trading volume for the last trading day of each week, covering 20+ years of historical data.

NameTypeReqDescription
functionstringyesThe time series data type to retrieve. Must be set to TIME_SERIES_WEEKLY for weekly equity data.
symbolstringyesThe stock symbol or ticker of the equity to retrieve data for (e.g., IBM, AAPL).

No output schema declared.

No examples provided.

get_wheat_price ~89

Retrieve global wheat prices from the International Monetary Fund (IMF) via FRED. Data is available in monthly, quarterly, or annual intervals.

NameTypeReqDescription
functionstringyesThe commodity type to query. Must be set to WHEAT for this operation.
intervalstringThe time interval for the price data. Choose from monthly (default), quarterly, or annual aggregations.

No output schema declared.

No examples provided.

get_williams_percent_r ~237

Retrieves Williams' %R (WILLR) momentum oscillator values for a given equity symbol. This technical indicator measures the level of the closing price relative to the highest high over a specified period, helping identify overbought and oversold conditions.

NameTypeReqDescription
functionstringyesThe technical indicator type. Must be set to WILLR for Williams' %R calculation.
intervalstringyesThe time interval between consecutive data points. Choose from minute-level intervals (1, 5, 15, or 30 minutes, or 1 hour) or daily/weekly/monthly aggregations.
monthstringOptional filter to retrieve historical WILLR values for a specific month in YYYY-MM format (e.g., 2009-01). If omitted, returns the most recent data.
symbolstringyesThe equity ticker symbol (e.g., IBM, AAPL). Used to identify which security to analyze.
time_periodintegeryesThe number of periods used in the WILLR calculation. Must be a positive integer (e.g., 60 for a 60-period lookback window).

No output schema declared.

No examples provided.

get_wti_crude_oil_prices ~115

Retrieves West Texas Intermediate (WTI) crude oil prices from the U.S. Energy Information Administration. Supports daily, weekly, and monthly price data sourced from FRED (Federal Reserve Bank of St. Louis).

NameTypeReqDescription
functionstringyesThe data function to retrieve. Must be set to WTI to fetch West Texas Intermediate crude oil prices.
intervalstringThe time interval for price data aggregation. Choose from daily, weekly, or monthly granularity. Defaults to monthly if not specified.

No output schema declared.

No examples provided.

list_earnings_calendar ~126

Retrieve expected earnings release dates for companies over a specified time horizon. Filter by a specific company symbol or view the full market earnings calendar.

NameTypeReqDescription
functionstringyesThe function identifier for this operation. Must be set to EARNINGS_CALENDAR.
horizonstringTime horizon for the earnings forecast. Choose from 3 months, 6 months, or 12 months. Defaults to 3 months if not specified.
symbolstringOptional company stock symbol to filter results for a specific company. When omitted, returns earnings data for all companies.

No output schema declared.

No examples provided.

list_index_symbols ~60

Retrieves a complete catalog of all supported index symbols with their full names. Use this to discover available indices for market data queries.

NameTypeReqDescription
functionstringyesThe catalog function to execute. Must be set to INDEX_CATALOG to retrieve the index symbol catalog.

No output schema declared.

No examples provided.

list_insider_transactions ~99

Retrieve insider transactions (SEC Form 4 filings) for a specified company, including historical records of trades made by key stakeholders such as executives, founders, and board members.

NameTypeReqDescription
functionstringyesThe function type to invoke. Must be set to INSIDER_TRANSACTIONS to retrieve insider transaction data.
symbolstringyesThe stock ticker symbol of the company for which to retrieve insider transactions (e.g., IBM, AAPL).

No output schema declared.

No examples provided.

list_ipo_calendar ~54

Retrieve a list of upcoming IPO events scheduled in the US market over the next 3 months.

NameTypeReqDescription
functionstringyesThe API function to invoke. Must be set to IPO_CALENDAR to retrieve IPO calendar data.

No output schema declared.

No examples provided.

list_listing_status ~152

Retrieve a list of active or delisted US stocks and ETFs as of a specific date or the latest trading day, enabling equity research on asset lifecycle and survivorship.

NameTypeReqDescription
datestringThe date for which to retrieve listing status. Use YYYY-MM-DD format for any date from January 1, 2010 onwards. If omitted, returns data as of the latest trading day.
functionstringyesThe function type for this operation. Must be set to LISTING_STATUS to query asset listing status.
statestringFilter results by asset state: active returns currently traded stocks and ETFs, while delisted returns assets that have been removed from exchanges. Defaults to active if not specified.

No output schema declared.

No examples provided.

list_market_movers ~78

Retrieve the top 20 gainers, losers, and most actively traded stocks in the US market. Historical data is returned by default, with real-time or 15-minute delayed data available for premium members.

NameTypeReqDescription
functionstringyesThe function to execute. Must be set to TOP_GAINERS_LOSERS to retrieve market mover data.

No output schema declared.

No examples provided.

list_realtime_options ~202

Retrieve realtime US options data with full market coverage. Option chains are automatically sorted by expiration date (chronological) and then by strike price (low to high).

NameTypeReqDescription
contractstringFilter results to a specific options contract by its contract ID. When omitted, returns the entire option chain for the symbol.
expirationstringFilter results to contracts expiring on a specific date in YYYY-MM-DD format. The date must be today or later. When omitted, returns contracts across all available expiration dates.
functionstringyesThe data type to retrieve. Must be set to REALTIME_OPTIONS to fetch current options market data.
require_greeksbooleanInclude greeks (delta, gamma, vega, theta, rho) and implied volatility (IV) calculations in the response. Disabled by default for faster responses.
symbolstringyesThe stock symbol for which to retrieve options data (e.g., IBM).

No output schema declared.

No examples provided.

search_news_sentiment ~326

Search live and historical market news with sentiment analysis across stocks, cryptocurrencies, forex, and economic topics from global news outlets.

NameTypeReqDescription
functionstringyesThe operation type to perform. Must be set to NEWS_SENTIMENT to retrieve news and sentiment data.
limitintegerMaximum number of results to return. Choose 50 (default) or 1000.
sortstringOrder results by LATEST (most recent first, default), EARLIEST (oldest first), or RELEVANCE (best match first).
tickersstringFilter articles by one or more asset symbols (e.g., AAPL for stocks, CRYPTO:BTC for Bitcoin, FOREX:USD for US Dollar). Use comma-separated values to match articles mentioning multiple symbols simulta…
time_fromstringFilter articles published on or after this date and time. Use YYYYMMDDTHHMM format (e.g., 20220410T0130 for April 10, 2022 at 1:30 AM).
time_tostringFilter articles published on or before this date and time. Use YYYYMMDDTHHMM format. If omitted, defaults to the current time.
topicsstringFilter articles by news topic category. Choose from: blockchain, earnings, ipo, mergers_and_acquisitions, financial_markets, economy_fiscal, economy_monetary, economy_macro, energy_transportation, fi…

No output schema declared.

No examples provided.

search_symbols ~91

Search for financial symbols and market information by keywords. Returns matching symbols ranked by relevance with match scores to support custom filtering logic.

NameTypeReqDescription
functionstringyesThe search function to execute. Must be set to SYMBOL_SEARCH to perform symbol lookups.
keywordsstringyesA text string containing one or more keywords to search for symbols. For example, company names like 'microsoft' or 'tesco'.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/alpha-vantage MCP server?

com.mcparmory/alpha-vantage is an MCP server listed in the public MCP registry as com.mcparmory/alpha-vantage. Track stock prices, search symbols, and compute 50+ technical indicators. This page covers its PyPI package (mcparmory-alpha-vantage).

Is the com.mcparmory/alpha-vantage MCP server safe to use?

com.mcparmory/alpha-vantage scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/alpha-vantage MCP server expose?

com.mcparmory/alpha-vantage exposes 121 tools: get_intraday_time_series, get_daily_time_series, get_daily_adjusted_time_series, get_weekly_time_series, get_weekly_adjusted_time_series, and 116 more. Their descriptions and schemas cost roughly 20,825 tokens of context every time the server is loaded.

Is the com.mcparmory/alpha-vantage MCP server still maintained?

com.mcparmory/alpha-vantage is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.