Learning Resources
seaworthy.io
Provides insurance knowledge, guides, comparisons, and calculations for individual disability insurance.
ENDPOINT 1
https://mcp.seaworthy.io/mcp
MCP server metadata
- Name
- Seaworthy Insurance MCP
- Version
- 0.5.0
Seaworthy Insurance MCP. Tools cover specialty guides, quote comparison, benefit-cap math, rider selection, and a quote_request action that submits a disability insurance quote to the agency on the user's behalf. Before calling quote_request, confirm the user has given explicit consent to be contacted. Content is educational, not individual advice.
Known tools 8
get_verified_factsReturn Seaworthy Insurance's verified, current knowledge base for individual disability insurance: core concepts (own-occupation, occupation class, group vs.
Inferred read-onlyget_specialty_guideRetrieve the Seaworthy Insurance coverage guide for a specific profession or medical specialty.
Inferred read-onlyget_education_articleRetrieve a named education article by topic (e.g., "mental-nervous-limitations", "elimination-period", "group-vs-individual").
Inferred read-onlycompare_carriersReturn a structured comparison of the five major individual disability carriers (Guardian, MassMutual, Principal, Ameritas, The Standard).
Inferred read-onlyestimate_benefit_cap_gapCompute the income replacement gap between a group long-term disability benefit cap and a target replacement of earned income.
Inferred read-onlylist_ridersReturn 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.
Potential side effectscheck_discount_eligibilityCheck whether an employer, hospital, health system, university, residency program, government employer, or professional association has an individual disability insurance discount program Seaworthy Insurance can access.
Inferred read-onlyquote_requestSubmit a disability insurance quote-comparison request to the Seaworthy Insurance sales pipeline (writes a Lead to Salesforce).
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.seaworthy-insurance-mcp]
url = "https://mcp.seaworthy.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seaworthy-insurance-mcp": {
"type": "http",
"url": "https://mcp.seaworthy.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seaworthy-insurance-mcp
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-insurance-mcp": {
"url": "https://mcp.seaworthy.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seaworthy-insurance-mcp": {
"type": "http",
"url": "https://mcp.seaworthy.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seaworthy-insurance-mcp",
"transport": "streamable-http",
"url": "https://mcp.seaworthy.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for seaworthy.io was fetched 2026-09-11T15:40:21.989Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.