Skip to main content
Glama
Ownership verified

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: risk assessment, quoting, binding, trigger checking, status, and carrier listing. No overlaps or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., assess_weather_risk, bind_policy, check_trigger), making them predictable.

Tool Count5/5

6 tools cover the essential parametric insurance workflow (assess, quote, bind, check trigger, status, list carriers) without being excessive or thin.

Completeness5/5

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 tools
assess_weather_riskAssess Weather Risk
Read-only
Inspect

[$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.

ParametersJSON Schema
NameRequiredDescriptionDefault
locationYesCity and state of the business, e.g. 'Tampa, FL' or 'Kansas City, MO'.
business_typeYesType 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
quote_idYesQuote ID returned by get_parametric_quote.
broker_emailYesEmail of the placing broker.
payment_methodYesPayment method for the policy premium. Sandbox: no charge applied.
client_business_nameYesLegal name of the insured business.
client_contact_emailYesEmail address of the client contact.
check_triggerCheck Trigger
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_idYesPolicy 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
locationYesCity and state of the business, e.g. 'Miami, FL'.
peril_typeYesWeather peril to insure against.
payout_limitYesMaximum payout amount in USD (e.g. 50000 for $50,000).
revenue_bandNoOptional. Annual revenue band for premium calibration.
coverage_period_endYesCoverage end date in YYYY-MM-DD format.
coverage_period_startYesCoverage start date in YYYY-MM-DD format.
get_policy_statusGet Policy Status
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_idYesPolicy ID returned by bind_policy.
list_carriersList Carriers
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources