API Tools
cyberinsurance.com.sg
Provides data access and comparison for Singapore cyber-insurance products.
ENDPOINT 1
https://cyberinsurance.com.sg/mcp
MCP server metadata
- Name
- cyberinsurance-sg
- Version
- 0.1.0
Singapore cyber-insurance facts MCP server. Call tools/list to see available tools. All data is sourced from insurer-direct policy wording PDFs and cited per-row with source URL + PDF hash. License: CC BY 4.0.
Known tools 5
list_active_productsList every active SG cyber-insurance product in the data layer with its insurer + slug + confidence tier.
Inferred read-onlyfind_products_coveringCase-insensitive text search across every product's extracted facts JSON.
Inferred read-onlyCONNECT 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-sg]
url = "https://cyberinsurance.com.sg/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cyberinsurance-sg": {
"type": "http",
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cyberinsurance-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-sg": {
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cyberinsurance-sg": {
"type": "http",
"url": "https://cyberinsurance.com.sg/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cyberinsurance-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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cyberinsurance.com.sg was fetched 2026-07-26T08:14:01.079Z and is being refreshed.
cyberinsurance.com.sg is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.