Seaworthy Insurance MCP Server

MCP serverDev tools

This app gives your AI the ability to help with disability insurance. Once added, it can request quotes for you and research carriers and coverage options, so you can compare choices without doing the legwork yourself.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI to request a disability insurance quote or research carriers and coverage that fit your needs.

Then ask your AI: use Seaworthy Insurance MCP Server to get verified facts

What your AI can do with it

  • Request disability insurance quotes
  • Research insurance carriers
  • Look up coverage options and details

From the project's README

As published by seaworthy-io/seaworthy-mcp in README.md.

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.

Endpoint

https://mcp.seaworthy.io/mcp

Tools

ToolTypeWhat it does
quote_requestactionSubmits 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_guidereadCoverage guidance for a specific profession or medical specialty.
compare_carriersreadStructured comparison of the five major individual disability carriers.
estimate_benefit_cap_gapreadIncome-replacement gap math between a group LTD cap and a target.
list_ridersreadDefinitions and trade-offs for the major disability insurance riders.
get_education_articlereadRetrieves a named education article as structured metadata plus a link.

quote_request inputs

Required: 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.

Security & privacy

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.

  • Read tools return only public, vendor-verified facts.
  • The one write tool (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.
  • No sensitive data (SSN, medical, banking) is ever accepted, and the agent must confirm consent before submitting.
  • Minimal data flow: submissions go to Seaworthy's CRM (Salesforce Web-to-Lead) and nowhere else. The server keeps no conversation or query history, and no secrets live in this repository.

Full details and a private disclosure channel are in SECURITY.md.

Try it

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.

Stack

Cloudflare Worker (TypeScript), stateless JSON-RPC over Streamable HTTP. Quote submissions write to Salesforce Web-to-Lead. No secrets live in this repository.

Author

Built by Toby Lason, Managing Partner, Seaworthy Insurance.

License

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.

Tools it offers (7)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • get_verified_facts
  • get_specialty_guide
  • get_education_article
  • compare_carriers
  • estimate_benefit_cap_gap
  • list_riders
  • quote_request

Signals

GitHub stars
3
Last commit
Aug 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-seaworthy-mcp
Source
github.com/seaworthy-io/seaworthy-mcp
Hosted endpoint
https://mcp.seaworthy.io/mcp