Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

seaworthy-io/seaworthy-mcp MCP server](https://glama.ai/mcp/servers/seaworthy-io/seaworthy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seaworthy-io/seaworthy-mcp) πŸ“‡ ☁️ - Disability insurance brokerage: submit a quote request on a user’s behalf,...

README.md

Seaworthy Insurance MCP Server

![CI](https://github.com/seaworthy-io/seaworthy-mcp/actions/workflows/ci.yml) ![License: MIT](LICENSE) ![MCP Registry](https://registry.modelcontextprotocol.io)

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
  • 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/mcp in 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.

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.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.