perilpulse_risk

Pack: perilpulse · Endpoint: https://gateway.pipeworx.io/perilpulse/mcp

Multi-peril risk scores (flood, wildfire, wind, hail, crime…) for a property address. Returns A–F grades / 0–100 scores across 25+ hazard types (flood, wildfire, earthquake, wind, hail, tornado, lightning, storm surge, crime, sinkhole, and more) — HazardHub-style property risk for insurance underwriting & due diligence. Example: perilpulse_risk({ street: “123 Main St”, city: “Austin”, state: “TX”, zip: “78701”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
streetstringyesStreet address, e.g. “123 Main St” (alias: address)
citystringyesCity, e.g. “Austin”
statestringyesTwo-letter state code, e.g. “TX”
zipstringyesZIP code, e.g. “78701”
_apiKeystringyesPerilPulse API key (sign up at perilpulse.com — 3 free queries, then pay-as-you-go). Sent as Authorization: Token token=.

Example call

curl -X POST https://gateway.pipeworx.io/perilpulse/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"perilpulse_risk","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "perilpulse": {
      "url": "https://gateway.pipeworx.io/perilpulse/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026