MCP server that gives Claude real-time ETF research tools: quotes, holdings, comparisons, and performance. No API key required.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add etf-research-mcp -- npx -y etf-research-mcp{
"mcpServers": {
"etf-research-mcp": {
"command": "npx",
"args": ["-y", "etf-research-mcp"]
}
}
}MCP Servers overview
# etf-research-mcp
[](https://www.npmjs.com/package/etf-research-mcp)
[](https://www.npmjs.com/package/etf-research-mcp)
[](#license)
[](https://nodejs.org)
MCP server for ETF research. Gives Claude tools for quotes, expense ratios, performance and fund comparisons from Yahoo Finance, plus every holding a fund owns straight from its SEC filing. Nothing to sign up for.
## Tools
| Tool | What it does |
|------|-------------|
| `search_etfs` | Discover ETFs by keyword or theme ("AI ETF", "dividend growth") |
| `get_etf_quote` | Current price, change, volume, 52-week range, moving averages |
| `get_etf_summary` | Expense ratio, AUM, NAV, fund family, beta, dividend yield |
| `get_etf_holdings` | Top 10 holdings with weights, from Yahoo |
| `get_etf_full_holdings` | Every holding, from the fund's latest SEC N-PORT filing, with concentration: how many stocks make up half the fund, top-10 and top-25 weight, asset and country mix |
| `get_etf_overlap` | How much two ETFs hold the same stocks, weighted. Tells you whether owning both actually diversifies |
| `compare_etfs` | Side-by-side comparison of 2–5 ETFs |
| `get_etf_performance` | Price return and total return with dividends reinvested, over 1m / 3m / 6m / 1y / 3y / 5y |
| `get_similar_etfs` | Find alternative ETFs similar to a given ticker |
## Install
### Claude Code
```bash
claude mcp add etf-research --scope user -- npx -y etf-research-mcp
```
### Claude Desktop
Add to `claude_desktop_config.json` (Settings → Developer → Edit Config):
```json
{
"mcpServers": {
"etf-research": {
"command": "npx",
"args": ["-y", "etf-research-mcp"]
}
}
}
```
### Any MCP client
The server speaks MCP over stdio, so any client that can launch a command works:
```bash
npx -y etf-research-mcp
```
## Example prompts
> "Find me AI-focused ETFs"
> "Compare QQQM, VOO, and VUG expense ratios and YTD returns"
> "What are the top 10 holdings of IJR?"
> "How has QQQM performed over the last year?"
> "What ETFs are similar to QQQM?"
> "How much do QQQM and VUG overlap?"
> "List every holding in SCHG and tell me how concentrated it is"
## Data sources
Quotes, summaries and performance come from Yahoo Finance via [yahoo-finance2](https://github.com/gadicc/yahoo-finance2). No sign-up, no key. Quotes are near-real-time.
Full holdings and overlap come from [SEC Form N-PORT](https://www.sec.gov/about/divisions-offices/division-investment-management/n-port), the quarterly report where every US fund lists every position it holds. It's free and official, but public filings are about 60 days behind the quarter they cover, and funds set up as unit investment trusts (SPY, DIA) don't file it.
SEC asks every automated tool to identify itself with a contact, so these two tools need one setting, `SEC_USER_AGENT`, with your name and email. It's sent only to sec.gov:
```bash
claude mcp add etf-research --scope user -e SEC_USER_AGENT="Jane Doe jane@example.com" -- npx -y etf-research-mcp
```
```json
"etf-research": {
"command": "npx",
"args": ["-y", "etf-research-mcp"],
"env": { "SEC_USER_AGENT": "Jane Doe jane@example.com" }
}
```
Every other tool works without it.
## Development
```bash
git clone https://github.com/myanptl/etf-research-mcp
cd etf-research-mcp
npm install
npm run build # compile TypeScript to dist/
npm start # run the stdio server
npm run dev # recompile on change
```
Test against a local build in Claude Code:
```bash
claude mcp add etf-research-dev -- node /path/to/etf-research-mcp/dist/index.js
```
## Built with
- [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk)
- [yahoo-finance2](https://github.com/gadicc/yahoo-finance2)
- [SEC EDGAR](https://www.sec.gov/search-filings/edgar-application-programming-interfaces)
- TypeScript + Node 22+
## Disclaimer
Market data is provided for research and education. Not investment advice.
## License
MIT © [Myan Patel](https://github.com/myanptl)
What people ask about etf-research-mcp
What is myanptl/etf-research-mcp?
+
myanptl/etf-research-mcp is mcp servers for the Claude AI ecosystem. MCP server that gives Claude real-time ETF research tools: quotes, holdings, comparisons, and performance. No API key required. It has 0 GitHub stars and its last recorded update is dated 2026-09-24.
How do I install etf-research-mcp?
+
You can install etf-research-mcp by cloning the repository (https://github.com/myanptl/etf-research-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is myanptl/etf-research-mcp safe to use?
+
Our security agent has analyzed myanptl/etf-research-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains myanptl/etf-research-mcp?
+
myanptl/etf-research-mcp is maintained by myanptl. The last recorded GitHub activity is dated 2026-09-24, with 1 open issues.
Are there alternatives to etf-research-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy etf-research-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/myanptl-etf-research-mcp)<a href="https://claudewave.com/repo/myanptl-etf-research-mcp"><img src="https://claudewave.com/api/badge/myanptl-etf-research-mcp" alt="Featured on ClaudeWave: myanptl/etf-research-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.