INDIVIDUAL MCP TOOL
get_annuity_carrier
Get one public ARHQ carrier profile by carrier slug, including dated public ratings and canonical product-page coverage.
LIVE ENDPOINT
https://annuityrateshq.com/mcp
Connect to this endpoint to inspect the live schema for get_annuity_carrier 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.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.
Related tools
search_annuity_products— Search public ARHQ MYGA, FIA, RILA-review, and FIA-income records.search_myga_rates— Use for current MYGA questions that specify a guarantee term.get_annuity_product— Get normalized public details for one canonical ARHQ MYGA/FIA product page or RILA review URL.compare_annuity_products— Compare 2–4 exact canonical ARHQ product URLs under one shared state/premium/age/timeline scenario.get_annuity_rate_changes— Get bounded public MYGA/FIA rate and availability changes observed by the daily CANNEX refresh.get_annuity_rate_index— Get current values from the coherent 11-series public Annuity Rate Index contract.build_myga_ladder_scenario— Build a transparent equal-allocation educational MYGA ladder for 2–5 requested terms using current public rate rows.get_arhq_data_health— Use when assessing freshness, outages, or whether zero results are trustworthy.