Skip to content
Cursor

claims index for Cursor

com.damagerestorehq/claims-index

DamageRestore HQ: the median paid water damage claim, read from NFIP claim records (2023 to...

client:Cursor transport:stdio runtime:npm

Install claims index in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "claims-index": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ellul-estate/damagerestorehq-com-claims-index-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claims index in other clients