Server Details
AI-powered commercial insurance carrier recommendations for small businesses.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
5 toolsclassify_businessInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state code | |
| business_description | Yes | User's description of their business |
connect_with_agentInspect
Generates a handoff to connect the user with a matched independent agent.
| Name | Required | Description | Default |
|---|---|---|---|
| user_state | Yes | ||
| risk_profile | Yes | ||
| user_zip_code | Yes | ||
| recommended_carriers | No | ||
| user_contact_preference | No | either |
explain_coverageInspect
Explains a commercial insurance coverage type in plain language.
| Name | Required | Description | Default |
|---|---|---|---|
| coverage_type | Yes | ||
| business_context | No |
get_carrier_recommendationsInspect
Returns ranked carrier recommendations with estimated premium ranges for a small commercial risk.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| zip_code | No | ||
| naics_code | Yes | ||
| has_alcohol | No | ||
| iso_gl_code | No | ||
| has_delivery | No | ||
| prior_losses | No | ||
| vehicle_count | No | ||
| annual_revenue | Yes | ||
| employee_count | No | ||
| square_footage | No | ||
| desired_coverages | Yes | ||
| years_in_business | No | ||
| business_description | No |
suggest_coveragesInspect
Suggests which insurance coverages a business likely needs, ranked by importance.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| vertical | No | ||
| naics_code | No | ||
| serves_food | No | ||
| has_vehicles | No | ||
| does_delivery | No | ||
| employee_count | No | ||
| serves_alcohol | No | ||
| business_description | Yes | ||
| handles_customer_data | No | ||
| has_physical_location | No |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!