Seaworthy Insurance
Disability insurance quote intake and coverage guidance for high-income professionals. Provides a quote_request action that files a lead with a licensed brokerage, plus read-only tools for specialty guidance, carrier comparison, benefit-cap math, and rider definitions.
README
Seaworthy Insurance Agency — MCP Server
A live Model Context Protocol server that lets AI agents take action on behalf of their users with Seaworthy Insurance Agency, 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
- Transport: Streamable HTTP
- Auth: none (open). The write action is protected server-side by input validation, per-IP rate limiting, and duplicate suppression rather than client authentication.
- Server card: https://seaworthy.io/.well-known/mcp/server-card.json
- Registry:
io.seaworthy/mcpin the official MCP Registry
Tools
| 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 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.
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 Agency.
License
Proprietary. The code is published for transparency and discoverability; the hosted endpoint is the supported way to use it.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.