← Registry

General Tools

insuro.com.au

Provides general-purpose tools through the Model Context Protocol.

1 endpoint6 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://mcp.insuro.com.au

No auth detected

MCP server metadata

Name
insuro
Version
1.2.0
Capabilities
tools
Server instructions

Insuro is a free insurance vault that works worldwide. It does not sell insurance or give financial advice. Stage 3 tools: get_vault, list_policies, get_renewals and ask_coverage (vault.read); ingest_document and add_policy (vault.write). ask_coverage uses the same in-app policy assistant and never returns PDS text.

Known tools 6

get_vault

Read-only summary of the connected Insuro vault.

Inferred read-only
list_policies

Read-only summaries of policies in the connected vault: type, insurer/provider, policy number (if present), status, and renewal/start dates.

Inferred read-only
get_renewals

Policies renewing within a window.

Inferred read-only
ask_coverage

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

Inferred read-only
ingest_document

File a policy PDF into the vault.

Inferred read-only
add_policy

Manually create a user-entered policy in the same table as the website form.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.