Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jbiggs77/bizinsured

io.github.jbiggs77/bizinsured

AI-powered commercial insurance carrier recommendations for small businesses.

Uptime
100.0%
2 direct probes · 30d
Response
1427ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

classify_business

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.

get_carrier_recommendations

Returns ranked carrier recommendations with estimated premium ranges for a small commercial risk.

explain_coverage

Explains a commercial insurance coverage type in plain language.

suggest_coverages

Suggests which insurance coverages a business likely needs, ranked by importance.

connect_with_agent

Generates a handoff to connect the user with a matched independent agent.

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"
    }
  }
}