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.

ETF Research

NPM · ETF-RESEARCH-MCP · SCANNED SEP 25

ETF quotes, performance and comparisons, plus every holding and fund overlap from SEC N-PORT.

Available components

71 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 35 of 111 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 675 tokens (~75/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the ETF Research MCP server?

ETF Research runs locally as an npm package, launched with npx -y etf-research-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · etf-research-mcp

# add to Claude Code
claude mcp add myanptl-etf-research-mcp -- npx -y etf-research-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "myanptl-etf-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "etf-research-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "myanptl-etf-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "etf-research-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add myanptl-etf-research-mcp -- npx -y etf-research-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "myanptl-etf-research-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "etf-research-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add myanptl-etf-research-mcp --command npx --arg -y --arg etf-research-mcp
# ~/.hermes/config.yaml
mcp_servers:
  myanptl-etf-research-mcp:
    command: "npx"
    args: ["-y", "etf-research-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "myanptl-etf-research-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "etf-research-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add myanptl-etf-research-mcp -t stdio -c npx -a -y etf-research-mcp
// mcp.json
{
  "mcpServers": {
    "myanptl-etf-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "etf-research-mcp"
      ]
    }
  }
}
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.

  • 25 Sept 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 56

    First indexed and scored.

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 25 Sept 2026 · Analysed npm/etf-research-mcp@1.3.1

Provenance No attestation

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

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 111 packages
Packages resolved 111
Stale 35
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~675 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
compare_etfs ~64

Compare 2–5 ETFs side by side: price, expense ratio, AUM, YTD return, category.

NameTypeReqDescription
symbolsarrayyesList of 2–5 ETF ticker symbols (e.g. ["QQQM", "VOO", "VUG"])

No output schema declared.

No examples provided.

get_etf_full_holdings ~129

Every position an ETF holds, from its latest SEC Form N-PORT filing (not Yahoo). Returns the top positions by weight plus concentration: how many holdings make up half the fund, top-10 and top-25 weight, effective number of holdings, and breakdowns by asset type and country. Data is quarterly and about 60 days behind. Needs SEC_USER_AGENT set to a name and email.

NameTypeReqDescription
symbolstringyesETF ticker (e.g. VOO)
topnumber–How many positions to list, 1-100. Default 25.

No output schema declared.

No examples provided.

get_etf_holdings ~65

Get the top 10 holdings of an ETF with their portfolio weights, from Yahoo Finance. For every holding, straight from the fund's SEC filing, use get_etf_full_holdings.

NameTypeReqDescription
symbolstringyesETF ticker symbol (e.g. VOO)

No output schema declared.

No examples provided.

get_etf_overlap ~104

How much two ETFs hold the same things, from their full SEC N-PORT holdings. Returns weighted overlap (the share of each fund that is identical positions), how many holdings they share, and the biggest shared positions with each fund's weight. Use it to check whether owning both actually diversifies. Needs SEC_USER_AGENT set to a name and email.

NameTypeReqDescription
symbolsarrayyesExactly two ETF tickers, e.g. ["QQQM", "VUG"]

No output schema declared.

No examples provided.

get_etf_performance ~74

Get historical price performance for an ETF over a given period (1m, 3m, 6m, 1y, 3y, 5y).

NameTypeReqDescription
periodstring–Time period for performance data. Defaults to 1y.
symbolstringyesETF ticker symbol

No output schema declared.

No examples provided.

get_etf_quote ~57

Get the current price, change, volume, and key stats for any ETF ticker (e.g. QQQM, VOO, VUG).

NameTypeReqDescription
symbolstringyesETF ticker symbol (e.g. QQQM)

No output schema declared.

No examples provided.

get_etf_summary ~51

Get detailed fund info for an ETF: expense ratio, category, AUM, NAV, fund family, and inception date.

NameTypeReqDescription
symbolstringyesETF ticker symbol (e.g. VUG)

No output schema declared.

No examples provided.

get_similar_etfs ~51

Find ETFs similar to a given ticker based on Yahoo Finance's recommendation engine. Useful for discovering alternatives.

NameTypeReqDescription
symbolstringyesETF ticker to find alternatives for (e.g. QQQM)

No output schema declared.

No examples provided.

search_etfs ~80

Search for ETFs by keyword or theme (e.g. 'AI', 'clean energy', 'small cap value'). Returns matching tickers and fund names.

NameTypeReqDescription
limitnumber–Max results to return (default 10, max 20)
querystringyesSearch term (e.g. 'technology ETF', 'dividend growth')

No output schema declared.

No examples provided.

Common questions

What is the ETF Research MCP server?

ETF Research is an MCP server listed in the public MCP registry as io.github.myanptl/etf-research-mcp. ETF quotes, performance and comparisons, plus every holding and fund overlap from SEC N-PORT. This page covers its npm package (etf-research-mcp).

Is the ETF Research MCP server safe to use?

ETF Research scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. 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 ETF Research MCP server expose?

ETF Research exposes 9 tools: get_etf_quote, get_etf_summary, get_etf_holdings, compare_etfs, get_etf_performance, and 4 more. Their descriptions and schemas cost roughly 675 tokens of context every time the server is loaded.

Is the ETF Research MCP server still maintained?

ETF Research is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ETF Research MCP server under?

ETF Research declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.