← Back to directory

Annuities MCP Server

Community · Retirement & Form 5500 Research

Community

Community-built local server for annuity contract lookup, payout calculations and rider comparisons.

annuitiespayoutsriders
Status
Community
Auth
None
Hosting
Local
Community rating
Not rated yet
Open documentation →
Rate this server

How to connect Annuities MCP Server

Step 1

Local server — run it on your machine

Annuities MCP Server runs locally over stdio. You need Node.js (for npx) or Python (for uvx) installed, then add the command below to your client's MCP config file.

Command

npx -y @community-mcp/annuities-mcp

Client config snippet

{
  "mcpServers": {
    "annuities-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@community-mcp/annuities-mcp"
      ]
    }
  }
}

Step 2

Authenticate with no credentials

No credentials are required for public data. Rate limits still apply, so avoid bulk pulls from a chat client.

Step 3

Verify, then widen access

Restart your client, confirm the server's tools appear, and run one read-only question first. Keep client-side approval prompts on for any tool that can write, trade or send. Confirm with your firm's compliance policy before connecting systems holding client data.

Prompts that use this server

Starter prompts from the Practice Stacks that rely on Retirement & Form 5500 Research.

Retirement income sequencing draft

A draft withdrawal order with the reasoning shown.

Financial PlanningFinancial PlanningRetirement & Form 5500 Research

Read-only: draft a retirement income sequencing outline for <client name> across taxable, tax-deferred and Roth accounts, including RMD timing and a rough tax-bracket view. Pull household balances and goals from the planning tool, and use employer-plan data — plan provisions, distribution options and any Form 5500 or plan-document detail available — for the workplace accounts rather than assuming standard terms. Show your reasoning, every assumption, and which source each account's rules came from. This is a discussion draft — do not update the plan, and note where a CPA should confirm the tax treatment.

Guardrail · Draft only. Tax conclusions need a qualified professional's confirmation.

Plan profile from Form 5500

A factual snapshot of a plan before the first conversation.

Retirement Plan Due DiligenceRetirement & Form 5500 ResearchCompliance, Risk & Regulatory

Read-only: pull the most recent Form 5500 data for <plan sponsor name> and summarise participants, assets, provider, recordkeeper, auditor and any reported issues, then check the named provider and advisor against my compliance and regulatory research tools for registration status and disclosure history. Include the filing year, cite each figure, and show filing facts and regulatory findings in separate columns. Mark anything not in the filing or the regulatory record as 'not disclosed' rather than estimating.

Guardrail · Read-only public filings. Confirm currency of the data before using it.

Plan fee benchmarking read

How the plan's costs compare, with sources shown.

Retirement Plan Due DiligenceRetirement & Form 5500 ResearchCompliance, Risk & Regulatory

Read-only: from the Form 5500 and schedules for <plan name>, summarise disclosed fees per participant and as a share of assets and compare to plans of similar size using only sources you can cite, then note any fee-related disclosure, complaint or exam finding for the plan's provider or advisor from my compliance and regulatory tools. State the limitations of both the benchmark and the regulatory record. No recommendations to switch providers — just the analysis with each figure's source.

Guardrail · Read-only. Benchmark data varies in quality — always show the source.

Read the full connection guide →