Data Collection
annuityrateshq.com
Provides search, retrieval, and comparison of public annuity product data such as MYGA, FIA, and RILA.
ENDPOINT 1
https://annuityrateshq.com/mcp
MCP server metadata
- Name
- com.annuityrateshq.research
- Version
- 1.3.0
Use this server for current public annuity product, carrier, income, and rate-change research. Use search_myga_rates—not broad product search—when the question specifies a MYGA guarantee term. Cite the most specific canonical_url returned with each factual claim. Treat null as unavailable, never as zero or absence. Repeat the as_of, universe, and scenario when quoting numeric facts. Do not convert factual comparisons or educational ladder scenarios into personalized purchase recommendations. Use get_annuity_rate_index for market benchmarks; percent value is a decimal fraction, value_percent is percentage points, and unavailable trends must never be described as flat.
Known tools 10
search_annuity_productsSearch public ARHQ MYGA, FIA, RILA-review, and FIA-income records.
Inferred read-onlyget_annuity_productGet normalized public details for one canonical ARHQ MYGA/FIA product page or RILA review URL.
Inferred read-onlycompare_annuity_productsCompare 2–4 exact canonical ARHQ product URLs under one shared state/premium/age/timeline scenario.
Inferred read-onlyget_annuity_carrierGet one public ARHQ carrier profile by carrier slug, including dated public ratings and canonical product-page coverage.
Inferred read-onlyget_annuity_rate_changesGet bounded public MYGA/FIA rate and availability changes observed by the daily CANNEX refresh.
Inferred read-onlyget_annuity_rate_indexGet current values from the coherent 11-series public Annuity Rate Index contract.
Inferred read-onlybuild_myga_ladder_scenarioBuild a transparent equal-allocation educational MYGA ladder for 2–5 requested terms using current public rate rows.
Inferred read-onlyget_arhq_data_healthUse when assessing freshness, outages, or whether zero results are trustworthy.
Inferred read-onlyget_arhq_methodologyExplain ARHQ MCP provenance, numeric context, null semantics, response bounds, citation rules, and recommendation limits.
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.com-annuityrateshq-research]
url = "https://annuityrateshq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-annuityrateshq-research": {
"type": "http",
"url": "https://annuityrateshq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-annuityrateshq-research
Remote MCP URL: https://annuityrateshq.com/mcp
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": {
"com-annuityrateshq-research": {
"url": "https://annuityrateshq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-annuityrateshq-research": {
"type": "http",
"url": "https://annuityrateshq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-annuityrateshq-research",
"transport": "streamable-http",
"url": "https://annuityrateshq.com/mcp"
}
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.