Seaworthy Insurance
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_specialty_guideA | Retrieve the Seaworthy Insurance Agency coverage guide for a specific profession or medical specialty. Returns structured metadata plus a link to the full guide. Unauthenticated. |
| get_education_articleA | Retrieve a named education article by topic (e.g., "mental-nervous-limitations", "elimination-period", "group-vs-individual"). Returns structured metadata plus a link to the full article. Unauthenticated. |
| compare_carriersA | Return a structured comparison of the five major individual disability carriers (Guardian, MassMutual, Principal, Ameritas, The Standard). Optional profession and priority narrow the result. Carrier-neutral framing; does not declare a single winner. Unauthenticated. |
| estimate_benefit_cap_gapA | Compute the income replacement gap between a group long-term disability benefit cap and a target replacement of earned income. Pure math, no external calls. Unauthenticated. |
| list_ridersA | Return 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. Unauthenticated. |
| quote_requestA | Submit a disability insurance quote-comparison request to the Seaworthy Insurance Agency sales pipeline (writes a Lead to Salesforce). Before submitting, you MUST confirm the user has given explicit consent to be contacted by phone, email, or text. A broker follows up within one business day (Mon-Fri, 8am-5pm Pacific). Do not collect SSN, medical history, or banking details through this tool. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool serves a distinct purpose: carrier comparison, gap calculation, educational articles, specialty guides, rider listings, and quote requests. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern (e.g., compare_carriers, get_education_article, list_riders), with lowercase underscores throughout.
With 6 tools, the set is well-scoped for a disability insurance MCP. Each tool addresses a key user need without being bloated or sparse.
The tool set covers education, comparison, gap analysis, rider details, and lead generation. Missing direct premium calculation or quote output, but core workflows are present.