API Tools
kindlustusest.ee
Provides insurance quotation and product information for Estonian vehicles via Kindlustusest brokers.
ENDPOINT 1
https://mcp.kindlustusest.ee/mcp
MCP server metadata
- Name
- kindlustusest
- Version
- 1.0.0
Known tools 4
get_quoteCompare real insurance prices from every insurer Kindlustusest brokers, for an Estonian vehicle by registration number.
Inferred read-onlyget_coverage_termsExplain what a Kindlustusest insurance product covers, from the live site content.
Inferred read-onlyget_withdrawal_policyThe statutory cancellation / withdrawal right for insurance bought via Kindlustusest.
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.kindlustusest]
url = "https://mcp.kindlustusest.ee/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kindlustusest": {
"type": "http",
"url": "https://mcp.kindlustusest.ee/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kindlustusest
Remote MCP URL: https://mcp.kindlustusest.ee/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": {
"kindlustusest": {
"url": "https://mcp.kindlustusest.ee/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kindlustusest": {
"type": "http",
"url": "https://mcp.kindlustusest.ee/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kindlustusest",
"transport": "streamable-http",
"url": "https://mcp.kindlustusest.ee/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 kindlustusest.ee was fetched 2026-08-08T01:15:09.339Z and is being refreshed.
kindlustusest.ee 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.