← seaworthy.io

INDIVIDUAL MCP TOOL

get_verified_facts

Return Seaworthy Insurance's verified, current knowledge base for individual disability insurance: core concepts (own-occupation, occupation class, group vs.

seaworthy.ionone authenticationAvailability not checked

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 endpoint

seaworthy.io

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.seaworthy-io]
url = "https://mcp.seaworthy.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seaworthy-io": {
      "type": "http",
      "url": "https://mcp.seaworthy.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: seaworthy-io
Remote MCP URL: https://mcp.seaworthy.io/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": {
    "seaworthy-io": {
      "url": "https://mcp.seaworthy.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seaworthy-io": {
      "type": "http",
      "url": "https://mcp.seaworthy.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seaworthy-io",
  "transport": "streamable-http",
  "url": "https://mcp.seaworthy.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_specialty_guide — Retrieve the Seaworthy Insurance coverage guide for a specific profession or medical specialty.
  • get_education_article — Retrieve a named education article by topic (e.g., "mental-nervous-limitations", "elimination-period", "group-vs-individual").
  • compare_carriers — Return a structured comparison of the five major individual disability carriers (Guardian, MassMutual, Principal, Ameritas, The Standard).
  • estimate_benefit_cap_gap — Compute the income replacement gap between a group long-term disability benefit cap and a target replacement of earned income.
  • list_riders — Return structured definitions and trade-offs for disability insurance riders: residual, COLA, future increase option, own-occupation enhancement, retirement protection, return of premium, catastrophic, social insurance supplement.
  • quote_request — Submit a disability insurance quote-comparison request to the Seaworthy Insurance sales pipeline (writes a Lead to Salesforce).