General Tools
insuro.com.au
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.insuro.com.au
MCP server metadata
- Name
- insuro
- Version
- 1.2.0
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
list_policiesRead-only summaries of policies in the connected vault: type, insurer/provider, policy number (if present), status, and renewal/start dates.
Inferred read-onlyask_coverageAsk a natural-language coverage question about the connected vault (same assistant as the Insuro website).
Inferred read-onlyadd_policyManually create a user-entered policy in the same table as the website form.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.