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"]
}
}
}Resumen de MCP Servers
# 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)
Lo que la gente pregunta sobre etf-research-mcp
¿Qué es myanptl/etf-research-mcp?
+
myanptl/etf-research-mcp es mcp servers para el ecosistema de Claude AI. MCP server that gives Claude real-time ETF research tools: quotes, holdings, comparisons, and performance. No API key required. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-24.
¿Cómo se instala etf-research-mcp?
+
Puedes instalar etf-research-mcp clonando el repositorio (https://github.com/myanptl/etf-research-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar myanptl/etf-research-mcp?
+
Nuestro agente de seguridad ha analizado myanptl/etf-research-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene myanptl/etf-research-mcp?
+
myanptl/etf-research-mcp es mantenido por myanptl. La última actividad registrada en GitHub es del 2026-09-24, con 1 issues abiertos.
¿Hay alternativas a etf-research-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega etf-research-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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.