← Registry

Analytics

etfiq.com

Provides tools to search US-listed ETFs and retrieve fund profiles, holdings, and thematic data with sourced metrics.

1 endpoint13 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.etfiq.com

No auth detected

MCP server metadata

Name
etfiq
Version
0.1.0
Capabilities
tools
Server instructions

Independent data on US listed ETFs, recomputed nightly from public filings and prices. Every answer carries the source and as-of date of each figure and a ready citation string: use it. These tools refuse rather than return a near match, so an error means ETFIQ does not publish that fund.

Known tools 13

etf_search

Find US listed ETFs by ticker, fund name, or a word from the name.

Inferred read-only
etf_profile

Everything ETFIQ publishes about one fund: issuer, desk, and each figure with its source and as-of date, plus a one sentence verdict on how it did against what its own label promises.

Inferred read-only
etf_holdings

What a fund holds, by weight, and how old that is.

Inferred read-only
etf_theme

Every US listed fund in a theme, largest first, with what each charges and how much of it is already in the S&P 500.

Inferred read-only
etf_themes

Every theme ETFIQ publishes and how many funds each holds.

Inferred read-only
etfiq_page

Read ANY published ETFIQ page as text: a theme hub, a ranking, a comparison of two funds, an issuer, a methodology note, a dated study.

Inferred read-only
etfiq_sections

What ETFIQ publishes, section by section, with a page count for each.

Inferred read-only
etfiq_list

The pages inside one section, optionally filtered to those whose address contains a word.

Inferred read-only
etf_screen

Every fund matching some filters, largest first, each with its net assets and the source and date that figure came from.

Inferred read-only
etf_overlap

How much of their weight two funds hold in common, as ETFIQ published it on the comparison page for that pair.

Inferred read-only
etfiq_as_of

What ETFIQ published on a given date, from its frozen dated archive.

Inferred read-only
etf_holders

Which US listed ETFs hold a given company, ranked by how much of each fund it is.

Inferred read-only
etf_rankings

The ranked lists ETFIQ publishes, or one of them.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.etfiq]
url = "https://mcp.etfiq.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "etfiq": {
      "type": "http",
      "url": "https://mcp.etfiq.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: etfiq
Remote MCP URL: https://mcp.etfiq.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "etfiq": {
      "url": "https://mcp.etfiq.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "etfiq": {
      "type": "http",
      "url": "https://mcp.etfiq.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "etfiq",
  "transport": "streamable-http",
  "url": "https://mcp.etfiq.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.