← insuro.com.au

INDIVIDUAL MCP TOOL

ask_coverage

Ask a natural-language coverage question about the connected vault (same assistant as the Insuro website).

insuro.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.insuro.com.au

No auth detected

Connect to this endpoint to inspect the live schema for ask_coverage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

insuro.com.au

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.insuro]
url = "https://mcp.insuro.com.au"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "insuro": {
      "type": "http",
      "url": "https://mcp.insuro.com.au"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: insuro
Remote MCP URL: https://mcp.insuro.com.au

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "insuro": {
      "url": "https://mcp.insuro.com.au"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "insuro": {
      "type": "http",
      "url": "https://mcp.insuro.com.au"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "insuro",
  "transport": "streamable-http",
  "url": "https://mcp.insuro.com.au"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_vault — Read-only summary of the connected Insuro vault.
  • list_policies — Read-only summaries of policies in the connected vault: type, insurer/provider, policy number (if present), status, and renewal/start dates.
  • get_renewals — Policies renewing within a window.
  • ingest_document — File a policy PDF into the vault.
  • add_policy — Manually create a user-entered policy in the same table as the website form.