★ 1 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
TypeScript MCP server (.mcpb Desktop Extension) for the InsuranceXDate workers'-comp prospect database and SERFF rate-filing API. 7 tools, full upstream schema coverage, production-grade error handling. Unofficial third-party client.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"insurancexdate-mcp": {
"command": "npx",
"args": [
"-y",
"toddshaner/insurancexdate-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add insurancexdate-mcp npx -y toddshaner/insurancexdate-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"insurancexdate-mcp": {
"command": "npx",
"args": [
"-y",
"toddshaner/insurancexdate-mcp"
]
}
}
}
📋 Copy
Topics
claude-code claude-desktop insurance insurance-api mcp mcpb model-context-protocol typescript workers-compensation