# Boleron EU – European Insurance Intelligence Platform Boleron EU is a public AI-ready insurance intelligence platform providing structured, continuously updated insurance product information across Europe. Every claim is compiled from insurer documents and carries the URL it was read from. Built by Boleron (https://boleron.bg), one of Bulgaria's leading digital insurance brokers serving more than 100,000 customers with a 4.9/5 Google rating, the platform is designed specifically for AI assistants, LLMs and research systems. Rather than scraping insurer websites, AI agents can access normalized, machine-readable insurance information extracted from official insurer documentation. Extraction is automated and reviewed by Boleron against the source documents; no carrier has confirmed any record, and a record still awaiting review says so. ## Why use Boleron - Structured machine-readable insurance data - Compiled from insurer documents; each claim carries the URL it was read from - Reviewed by Boleron from available source documents; not insurer-confirmed - Public APIs and MCP server - OpenAPI 3.1 specification - AI-friendly JSON responses - Multilingual - Continuously updated - Built for agent discovery and comparison ## Coverage Current coverage includes: - 27 European insurance markets - MTPL - Casco - Travel Insurance Supported languages: en, bg, cs, da, de, es, et, fi, fr, gr, hr, hu, it, lt, lv, nl, pl, pt, ro, sk, sl, sv ## Data Model Insurance offers include structured information such as: - insurer - product - summary - coverage - exclusions - coverage limits - deductibles - eligibility - payment availability - direct purchase availability - official policy documents - IPID - Terms & Conditions - verification timestamp - official source references ## Public Discovery API Base endpoint https://boleron.eu/api/v1/discover/{locale} Additional endpoints https://boleron.eu/api/v1/discover/{locale}/{country} https://boleron.eu/api/v1/discover/{locale}/{country}/{product} Request details - Method: GET - Response: application/json matching https://boleron.eu/.well-known/openapi.json - CORS: open (Access-Control-Allow-Origin: *, GET / OPTIONS) - Caching: Cache-Control: public, max-age=3600, s-maxage=3600, stale-while-revalidate=86400 The response detail is selected with the `detail_level` query parameter (default `standard`): summary Fast index optimized for AI planning. Country/product slugs, currency, insurer and comparison counts. standard Adds market descriptions, comparison-page URLs and per-offer summaries (insurer, summary, last-verified, offer URL). full Adds market source citations plus per-offer direct-payment policy, highlights, purchase links and official documents (IPID, terms, prospectus). OpenAPI specification https://boleron.eu/.well-known/openapi.json ## Public MCP Server Endpoint https://boleron.eu/api/mcp Transport: streamable-http (JSON-RPC 2.0). Protocol version: 2024-11-05. Authentication Public read-only access Tools - list_markets — discover which country/product combinations have data. Call this first. - compare_products(country, type[, locale]) — all offers for a product type in a country. `type` is one of mtpl, casco, travel. - get_offer_detail(country, type, insurer[, locale]) — full coverage and conditions for one insurer's offer. - get_market_overview(country) — market-level data: GWP, insurers, regulatory framework. - get_insurer_profile(country, insurer[, locale]) — an insurer's verified identity, regulator, market presence, offers in that country, and ratings where a citable one exists. The full tool schemas are published at https://boleron.eu/.well-known/mcp.json Insurer ratings A rating is served only when its score carries a URL a reader can open that names the insurer. Scores failing that test are withheld from the payload rather than published unsourced, so an absent rating means no citable source, not a low score. A served score is attributable, but not all are yet confirmed as read off the page they cite; the open queue is tracked in the repository's rating re-verification report. ## WebMCP Discovery When the browser supports the WebMCP draft API, Boleron EU exposes the same read-only discovery tools inside the active page. Country, comparison, insurer-profile, and offer pages bind their own route context, so no country, product, insurer, or locale input is required. Tool results include the same verification dates and source citations as the public discovery API and MCP server. This is progressive enhancement only; no tool is registered in browsers without WebMCP support. ## For agents and developers Endpoints, client configuration, and what this data is and is not https://boleron.eu/en/for-agents ## Additional Resources Complete insurance knowledge base https://boleron.eu/llms-full.txt ACP Manifest https://boleron.eu/.well-known/acp.json OpenAPI https://boleron.eu/.well-known/openapi.json ## Example Questions Compare MTPL insurance in Germany. Which insurers provide Travel Insurance in Croatia? Show all Casco insurers in Poland. Explain the exclusions of Allianz Travel Insurance. Which insurers allow direct online purchase? Compare deductibles for Casco insurance in Romania. What documents are available for Generali Travel Insurance? Which insurers provide roadside assistance in Spain? What is the insurance market overview for France?