MCP server for disability insurance research, carrier comparisons, benefit-gap estimates, and quote submissions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Seaworthy MCP.
quote_requestSubmits a disability insurance quote-comparison request to the Seaworthy sales pipeline on the user's behalf. A licensed broker follows up within one business day.
get_specialty_guideCoverage guidance for a specific profession or medical specialty.
compare_carriersStructured comparison of the five major individual disability carriers.
estimate_benefit_cap_gapIncome-replacement gap math between a group LTD cap and a target.
list_ridersDefinitions and trade-offs for the major disability insurance riders.
get_education_articleRetrieves a named education article as structured metadata plus a link.
A live Model Context Protocol server that lets AI agents take action on behalf of their users with Seaworthy Insurance, an independent brokerage specializing in individual disability insurance for high-income professionals (physicians, dentists, CRNAs, attorneys, executives).
To our knowledge, this is the first disability insurance brokerage to expose an agent-callable quote action over MCP.
io.seaworthy/mcp in the official MCP Registry| Tool | Type | What it does |
|---|---|---|
quote_request | action | Submits a disability insurance quote-comparison request to the Seaworthy sales pipeline on the user's behalf. A licensed broker follows up within one business day. |
get_specialty_guide | read | Coverage guidance for a specific profession or medical specialty. |
compare_carriers | read | Structured comparison of the five major individual disability carriers. |
estimate_benefit_cap_gap | read | Income-replacement gap math between a group LTD cap and a target. |
list_riders | read | Definitions and trade-offs for the major disability insurance riders. |
get_education_article | read | Retrieves a named education article as structured metadata plus a link. |
quote_request inputsRequired: first_name, last_name, email, phone, profession, state, dob, gender, annual_income.
Optional: life_insurance_interest, notes, referral_source.
The agent must confirm the user has consented to be contacted before calling it. SSN, medical history, and banking details are never collected through this tool.
This is a remote, stateless server. Connecting a client runs no code on the user's machine and gives the server no access to the local filesystem.
quote_request) is guarded server-side by input validation, per-IP rate limiting, and duplicate suppression, not by client credentials. That is why the endpoint can be open without exposing the pipeline to abuse.Full details and a private disclosure channel are in SECURITY.md.
Add https://mcp.seaworthy.io/mcp as an MCP server in any MCP-capable client (Cloudflare AI Playground, Claude Desktop, MCP Inspector, or a custom connector), then ask it to get a disability insurance quote.
Cloudflare Worker (TypeScript), stateless JSON-RPC over Streamable HTTP. Quote submissions write to Salesforce Web-to-Lead. No secrets live in this repository.
Built by Toby Lason, Managing Partner, Seaworthy Insurance.
MIT (see LICENSE). The hosted endpoint at mcp.seaworthy.io is the supported way to use it; the code is published for transparency and discoverability.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/seaworthy-io-seaworthy-mcp)<a href="https://allmcps.com/mcp/seaworthy-io-seaworthy-mcp"><img src="https://allmcps.com/api/badge/seaworthy-io-seaworthy-mcp?style=directory" alt="Seaworthy MCP on AllMCPs" /></a>