ParaSure
Server Details
AI-native parametric insurance infrastructure. Assess weather risk, generate quotes, bind policies, and monitor triggers programmatically. Live paid endpoint via x402 (USDC on Solana).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 6 of 6 tools scored.
Each tool has a clearly distinct purpose: risk assessment, quoting, binding, trigger checking, status, and carrier listing. No overlaps or ambiguity.
All tool names follow a consistent verb_noun pattern (e.g., assess_weather_risk, bind_policy, check_trigger), making them predictable.
6 tools cover the essential parametric insurance workflow (assess, quote, bind, check trigger, status, list carriers) without being excessive or thin.
The tool surface covers the full lifecycle: risk assessment, quoting, policy binding, trigger monitoring, and status retrieval. No obvious gaps for the stated purpose.
Available Tools
6 toolsassess_weather_riskAssess Weather RiskRead-onlyInspect
[$0.10 USDC/call · Solana USDC · x402] Entry point for every agent flow. Given a business location and type, returns a weather risk score (0-1), the top perils ranked by severity, historical frequency data, and an overall risk level (low/moderate/high/severe). Powered by 5 years of Open-Meteo historical data — returns real data, not sandbox. Always call this first before requesting a quote.
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | City and state of the business, e.g. 'Tampa, FL' or 'Kansas City, MO'. | |
| business_type | Yes | Type of business. Determines which perils are most relevant. |
bind_policyBind PolicyInspect
Accept a quote and initiate a bind. Returns policy_id, effective and expiration dates, trigger details, and a confirmation. Sandbox: no real carrier is bound, no premium is charged, and no actual coverage is issued. Pass quote_id from get_parametric_quote.
| Name | Required | Description | Default |
|---|---|---|---|
| quote_id | Yes | Quote ID returned by get_parametric_quote. | |
| broker_email | Yes | Email of the placing broker. | |
| payment_method | Yes | Payment method for the policy premium. Sandbox: no charge applied. | |
| client_business_name | Yes | Legal name of the insured business. | |
| client_contact_email | Yes | Email address of the client contact. |
check_triggerCheck TriggerRead-onlyInspect
Check whether a bound policy's parametric trigger is currently met. Returns the current observed weather value versus the trigger threshold, whether the trigger is met, and the data source. In production this calls NOAA and ERA5. Currently returns simulated sandbox data.
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes | Policy ID returned by bind_policy. |
get_parametric_quoteGet Parametric QuoteInspect
Request a parametric insurance quote for a specific peril and coverage period. Returns quote_id, carrier, premium, trigger threshold, payout amount, and coverage terms. Sandbox: carrier and premium are simulated — no real carrier is involved. Pass the quote_id to bind_policy.
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | City and state of the business, e.g. 'Miami, FL'. | |
| peril_type | Yes | Weather peril to insure against. | |
| payout_limit | Yes | Maximum payout amount in USD (e.g. 50000 for $50,000). | |
| revenue_band | No | Optional. Annual revenue band for premium calibration. | |
| coverage_period_end | Yes | Coverage end date in YYYY-MM-DD format. | |
| coverage_period_start | Yes | Coverage start date in YYYY-MM-DD format. |
get_policy_statusGet Policy StatusRead-onlyInspect
Get the full current status of a parametric policy record: active, triggered, settled, or expired. Returns client details, trigger threshold, premium, payout amount, coverage dates, and trigger event history. Sandbox: all policy records and trigger events are simulated.
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes | Policy ID returned by bind_policy. |
list_carriersList CarriersRead-onlyInspect
List all carriers currently registered on the ParaSure platform. Returns carrier name, supported perils, supported regions, and available products. Free — no payment required. Sandbox: currently only the ParaSure sandbox carrier is registered; live carrier integrations are in progress. Use this to discover available coverage options before calling get_parametric_quote.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!