{
  "name": "lifeinsurance-sg-mcp",
  "version": "0.1.0",
  "protocol": "MCP 2024-11-05 (JSON-RPC 2.0 over HTTP POST)",
  "description": "Anonymous MCP server exposing verified Singapore life-insurance policy facts. Data sourced from each MAS-licensed insurer's published Product Summary / PHS / BPD / Policy Contract PDF, cited inline. Powers Claude Desktop, Cursor, Continue and any MCP-compatible client.",
  "endpoint": "POST https://lifeinsurance.com.sg/api/mcp",
  "tools": [
    {
      "name": "lookup_insurer",
      "description": "Get profile + product list for a MAS-licensed Singapore life insurer. Slugs: aia, prudential, great-eastern, income, singlife, manulife, fwd, etiqa, tokio-marine-life, hsbc-life, china-life-singapore, china-taiping, sun-life-singapore, transamerica-bermuda, manulife-bermuda."
    },
    {
      "name": "get_product",
      "description": "Get verified policy facts for one (insurer, product) — sum assured, premium term, payment modes, surrender values, bonuses, riders, exclusions, free-look, suicide clause, terminal-illness benefit, non-forfeiture options, policy loan, CPF / SRS eligibility and MWPA trust treatment. Cited to the insurer's source Product Summary / PHS / BPD / Policy Contract PDF."
    },
    {
      "name": "list_active_products",
      "description": "List every active Singapore life-insurance product in the data layer with its insurer + slug + product type (term / whole / ILP / endowment)."
    },
    {
      "name": "compare_products",
      "description": "Side-by-side comparison of two SG life-insurance products on the full 20-topic vocabulary. Returns each product's verbatim wording_facts JSONB plus a topic-keyed delta."
    },
    {
      "name": "get_topic_comparison",
      "description": "Compare one coverage topic across every active SG life-insurance product. Topic slugs: sum-assured, premium-term, payment-mode, surrender-value, bonus-and-participation, riders, exclusions, free-look-period, claims-process, suicide-clause, terminal-illness, pre-existing-conditions, non-forfeiture, policy-loan, cpf-eligibility, underwriting, mwpa-trust, grace-period, reinstatement, document-versioning."
    },
    {
      "name": "search_policy_clauses",
      "description": "Semantic search across every clause of every SG life-insurance wording in the corpus. Returns verbatim clauses most relevant to the query with insurer, product, section path, source PDF URL, and similarity score. Powered by OpenAI text-embedding-3-small + pgvector cosine ANN."
    },
    {
      "name": "sg_life_market_facts",
      "description": "Market-structural facts about the Singapore life-insurance industry, cited to MAS, LIA, CPF Board, IRAS and AGC. Returns regulator (MAS), Financial Advisers Act scope, industry body (LIA + compareFIRST.sg), MAS-mandated free-look minimum, CPF / SRS premium-payment rules, MWPA / Section 73 trust treatment, and beneficiary-nomination types."
    }
  ],
  "install_instructions": "Add to your MCP client config: { \"mcpServers\": { \"lifeinsurance-sg\": { \"url\": \"https://lifeinsurance.com.sg/api/mcp\" } } }",
  "rate_limit": "60 requests per minute per IP"
}