Open MCP server for disability insurance: an agent-callable quote_request action plus carrier/coverage research tools, by Seaworthy Insurance Agency.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"seaworthy-mcp": {
"command": "npx",
"args": [
"-y",
"seaworthy-io/seaworthy-mcp"
]
}
}
}
Run in terminal:
claude mcp add seaworthy-mcp npx -y seaworthy-io/seaworthy-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"seaworthy-mcp": {
"command": "npx",
"args": [
"-y",
"seaworthy-io/seaworthy-mcp"
]
}
}
}