io.github.jbiggs77/bizinsured
io.github.jbiggs77/bizinsuredAI-powered commercial insurance carrier recommendations for small businesses.
Tools · 5
Takes a natural language business description and returns matched class codes (NAICS, ISO GL, NCCI WC). Always call this first to understand the user's business type before making recommendations.
Returns ranked carrier recommendations with estimated premium ranges for a small commercial risk.
Explains a commercial insurance coverage type in plain language.
Suggests which insurance coverages a business likely needs, ranked by importance.
Generates a handoff to connect the user with a matched independent agent.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jbiggs77/bizinsured": {
"url": "https://bizinsured.ai/mcp",
"transport": "streamable-http"
}
}
}