← cyberinsurance.com.sg
INDIVIDUAL MCP TOOL
list_active_products
List every active SG cyber-insurance product in the data layer with its insurer + slug + confidence tier.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.cyberinsurance-com-sg]
url = "https://cyberinsurance.com.sg/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cyberinsurance-com-sg": {
"type": "http",
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cyberinsurance-com-sg
Remote MCP URL: https://cyberinsurance.com.sg/mcp
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": {
"cyberinsurance-com-sg": {
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cyberinsurance-com-sg": {
"type": "http",
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cyberinsurance-com-sg",
"transport": "streamable-http",
"url": "https://cyberinsurance.com.sg/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_insurer— Get the SG cyber-insurance insurer profile + their product list.get_product— Get the verified policy facts for one (insurer, product).get_topic_comparison— Compare one SG cyber-insurance topic across every product.find_products_covering— Case-insensitive text search across every product's extracted facts JSON.