Analytics
etfiq.com
Provides tools to search US-listed ETFs and retrieve fund profiles, holdings, and thematic data with sourced metrics.
ENDPOINT 1
https://mcp.etfiq.com
MCP server metadata
- Name
- etfiq
- Version
- 0.1.0
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_profileEverything 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-onlyetf_themeEvery 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-onlyetfiq_pageRead 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-onlyetfiq_sectionsWhat ETFIQ publishes, section by section, with a page count for each.
Inferred read-onlyetfiq_listThe pages inside one section, optionally filtered to those whose address contains a word.
Inferred read-onlyetf_screenEvery fund matching some filters, largest first, each with its net assets and the source and date that figure came from.
Inferred read-onlyetf_overlapHow much of their weight two funds hold in common, as ETFIQ published it on the comparison page for that pair.
Inferred read-onlyetf_holdersWhich US listed ETFs hold a given company, ranked by how much of each fund it is.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.