INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.etfiq.com
Connect to this endpoint to inspect the live schema for etf_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
etf_search— Find US listed ETFs by ticker, fund name, or a word from the name.etf_holdings— What a fund holds, by weight, and how old that is.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.etf_themes— Every theme ETFIQ publishes and how many funds each holds.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.etfiq_sections— What ETFIQ publishes, section by section, with a page count for each.etfiq_list— The pages inside one section, optionally filtered to those whose address contains a word.etf_screen— Every fund matching some filters, largest first, each with its net assets and the source and date that figure came from.