Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Insurers Global

REMOTE · INSURERS.GLOBAL · SCANNED SEP 24

Search the world's licensed insurers by country, class, group and regulator. Read-only, no auth.

Available components

+2 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security77
Transport & Reachability100
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2371 tokens (~148/item across 16 items; 14 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Insurers Global MCP server?

Insurers Global is a hosted endpoint at https://insurers.global/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · insurers.global

# add to Claude Code
claude mcp add --transport http global-insurers-directory 'https://insurers.global/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "global-insurers-directory": {
      "url": "https://insurers.global/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "global-insurers-directory": {
      "type": "http",
      "url": "https://insurers.global/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.global-insurers-directory]
url = "https://insurers.global/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "global-insurers-directory": {
      "type": "remote",
      "url": "https://insurers.global/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add global-insurers-directory --url 'https://insurers.global/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  global-insurers-directory:
    url: "https://insurers.global/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "global-insurers-directory": {
      "Transport": "http",
      "Url": "https://insurers.global/mcp"
    }
  }
}
# add to Vellum
assistant mcp add global-insurers-directory -t streamable-http -u 'https://insurers.global/mcp'
// mcp.json
{
  "mcpServers": {
    "global-insurers-directory": {
      "type": "http",
      "url": "https://insurers.global/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 2136 → 2371 ▼ functional
    • Server version: 1.2.0 → 1.3.0 functional
    • New tool “fetch” functional
    • New tool “search” functional
  • 23 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_country” rewrote its description, which is the text the model reads security
    • Tool “get_footprint” rewrote its description, which is the text the model reads security
    • Tool “get_group” rewrote its description, which is the text the model reads security
    • Tool “list_regulators” rewrote its description, which is the text the model reads security
    • Tool “list_insurers” rewrote its description, which is the text the model reads security
    • Schema quality: 120 → 152 ▼ functional
    • Server version: 1.1.0 → 1.2.0 functional
    • “get_country” added an optional parameter “compact” cosmetic
    • “get_country” added an optional parameter “limit” cosmetic
    • “get_country” added an optional parameter “offset” cosmetic
    • “get_footprint” added an optional parameter “limit” cosmetic
    • “get_footprint” added an optional parameter “offset” cosmetic
    • “get_group” added an optional parameter “compact” cosmetic
    • “get_group” added an optional parameter “limit” cosmetic
    • “get_group” added an optional parameter “offset” cosmetic
    • “list_insurers” added an optional parameter “compact” cosmetic
    • “resolve_former_name” added an optional parameter “limit” cosmetic
    • “resolve_former_name” added an optional parameter “offset” cosmetic
    • “get_country” reworded the description of “country” cosmetic
    • “get_country_summary” reworded the description of “country” cosmetic
    • “get_insurer” reworded the description of “slug” cosmetic
    • “list_insurers” reworded the description of “country” cosmetic
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 0
    • Server version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 0
    • Tool “get_country” rewrote its description, which is the text the model reads security
    • Tool “get_country_summary” rewrote its description, which is the text the model reads security
    • Tool “get_footprint” rewrote its description, which is the text the model reads security
    • Tool “list_insurers” rewrote its description, which is the text the model reads security
    • “get_country” reworded the description of “country” cosmetic
    • “get_country_summary” reworded the description of “country” cosmetic
    • “get_footprint” reworded the description of “group” cosmetic
    • “get_group” reworded the description of “slug” cosmetic
    • “get_insurer” reworded the description of “slug” cosmetic
    • “list_insurers” reworded the description of “country” cosmetic
    • “list_insurers” reworded the description of “group” cosmetic
    • “list_regulators” reworded the description of “region” cosmetic
  • 17 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://insurers.global/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=insurers.global CN=WE1,O=Google Trust Services,C=US 8 Sept 2026 7 Dec 2026 ECDSA 256 ECDSA-SHA256 4f00966547f8fd571396bd120418a23b
SANs: insurers.global, northamerica.insurers.global, *.northamerica.insurers.global
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of insurers.global. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
global. present 13060 8 Verified
insurers.global. present 2371 13 Verified
insurers.global. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://insurers.global/mcp Verified 200
http (plaintext) http://insurers.global/mcp HTTPS enforced 301 https://insurers.global/mcp
MCP tools · 14 exposed · ~2,221 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
fetch ~144

Fetch one record by an id returned from search ("insurer:<slug>", "group:<slug>", "country:<slug>", "former:<slug>"), e.g. "insurer:uganda-apa-insurance-uganda". Returns the record as text with its regulator, class, verification level and register source, the page URL to cite, and the dataset version and licence in metadata. Absence from the directory does not establish absence of a licence. Provided for ChatGPT deep research and company knowledge; for ordinary questions prefer get_insurer, get_group or get_country_summary.

NameTypeReqDescription
idstringyesAn id from search, in the form "<type>:<slug>".

Structured output declared, but exposes no named fields.

No examples provided.

get_country ~282

Get one country in Africa, Europe, Asia-Pacific, South America or North America: regulator (name, acronym, website, notes), currency, counts by class and ownership, verification status against the regulator register, market notes, and its licensed insurers with register identifiers and source caveats. Counts by class count entities, not licences: every company appears once, under the class its register row records, and byClass sums to total. A regulator’s own per-class licence tally is broader and will not match. Most markets return every insurer in one call; a large market returns a first page, and insurersPage gives the total and the nextOffset to pass as offset. Prefer get_country_summary for market facts alone.

NameTypeReqDescription
compactboolean–true: return each insurer as a lean row (slug, name, country, class, groupSlug, verification) without notes, source text, identifiers or links, so more rows fit in one response. get_insurer returns t…
countrystringyesCountry slug (e.g. "uganda") or ISO alpha-2 code (e.g. "UG").
limitinteger–Maximum entity rows to return. Long lists also stop early to keep the response small; the page object reports total and nextOffset.
offsetinteger–Entity rows to skip, for paging.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

get_country_summary ~129

Get compact market facts for one country: regulator, currency, counts, verification and market notes, without its insurer rows. Counts by class count entities, not licences: every company appears once, under the class its register row records, and byClass sums to total. A regulator’s own per-class licence tally is broader and will not match. Accepts a country slug or ISO alpha-2 code. Use list_insurers with country for paged entity records.

NameTypeReqDescription
countrystringyesCountry slug (e.g. "uganda") or ISO alpha-2 code (e.g. "UG").
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

get_directory_info ~56

Get this edition’s dataset version, source dates, licence, coverage counts, endpoint URLs and filter vocabularies, plus compact country metadata. Use this to discover supported country, class, ownership, region and continent slugs before querying.

Input schema present but exposes no named parameters.

NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

get_footprint ~225

Licensed footprint: which legal entity of an insurance group is licensed in which country, with collected branches, EEA freedom-of-services passporting and GLEIF parents. Pass exactly one group slug (from list_groups, e.g. "allianz") for the country × entity matrix, or an insurer slug for that entity alone. A large group returns its whole matrix with a first page of entity records; entitiesPage gives the nextOffset to pass as offset. Licence rows come from the directory registers; relationship enrichment comes from GLEIF and EIOPA. Null or empty enrichment means it has not been collected, not that no relationships exist.

NameTypeReqDescription
groupstring–Group slug, e.g. "allianz".
insurerstring–Insurer slug, when asking about one entity.
limitinteger–Maximum entity rows to return. Long lists also stop early to keep the response small; the page object reports total and nextOffset. Group footprints only.
offsetinteger–Entity rows to skip, for paging. Group footprints only.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

get_group ~187

Get one insurance group by slug: home market, type, continents and countries covered, the slug of every licensed entity in the directory, and their records in insurersDetail. A large group returns a first page of records; insurersDetailPage gives the total and the nextOffset to pass as offset.

NameTypeReqDescription
compactboolean–true: return each insurer as a lean row (slug, name, country, class, groupSlug, verification) without notes, source text, identifiers or links, so more rows fit in one response. get_insurer returns t…
limitinteger–Maximum entity rows to return. Long lists also stop early to keep the response small; the page object reports total and nextOffset.
offsetinteger–Entity rows to skip, for paging.
slugstringyesGroup slug, e.g. "allianz".
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

get_insurer ~102

Get one insurer by slug, including its parent group, class, regulator, source basis, register identifiers (LEI, national ID) where available, notes, sibling entities in the same group, and the reviewed profile (website, social links, founding year, stock-exchange listings with tickers, and Wikidata id) where one has been collected.

NameTypeReqDescription
slugstringyesInsurer slug, e.g. "uganda-apa-insurance-uganda".
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

list_groups ~109

List insurance groups with licensed entities in two or more countries across Africa, Europe, Asia-Pacific, South America and North America, with their footprint.

NameTypeReqDescription
continentstring–Only groups with entities on this continent.
iaigboolean–true: only groups controlled by an Internationally Active Insurance Group (IAIS register); false: only groups that are not.
limitinteger–Maximum number of results to return.
offsetinteger–Results to skip, for paging.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

list_iaigs ~142

List the Internationally Active Insurance Groups (IAIGs) in the IAIS public register with their group-wide supervisor and jurisdiction, and for each the directory groups, entities and countries it controls across Africa, Europe, Asia-Pacific, South America and North America.

NameTypeReqDescription
in_directoryboolean–true: only IAIGs with at least one licensed entity in this directory; false: only those without.
jurisdictionstring–Jurisdiction of the group-wide supervisor, e.g. "France" or "United States".
limitinteger–Maximum number of results to return.
offsetinteger–Results to skip, for paging.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

list_insurers ~353

List licensed insurers with optional filters and bounded pages (25 by default, at most 200; a page of large records stops early to keep the response small and reports nextOffset). Filter by continent ("africa", "europe", "asia-pacific", "south-america", "north-america"), country slug (e.g. "uganda"), class slug (e.g. "captive-risk-retention-group", "composite", "funeral-assistance", "general-non-life", "health-medical"), group type slug (e.g. "corporate-parent-captive", "domestic-private", "foreign-multinational", "mutual-cooperative"), parent group slug or verification level. Country filtering fetches only that market's full insurer records; compact returns lean rows instead.

NameTypeReqDescription
classstring–Class of business slug.
compactboolean–true: return each insurer as a lean row (slug, name, country, class, groupSlug, verification) without notes, source text, identifiers or links, so more rows fit in one response. get_insurer returns t…
continentstring–Continent slug.
countrystring–Country slug (e.g. "uganda") or ISO alpha-2 code (e.g. "UG").
groupstring–Parent group slug, e.g. "allianz"; list_groups returns them all.
group_typestring–Ownership group type slug.
limitinteger–Maximum number of results to return.
offsetinteger–Results to skip, for paging.
verificationstring–Verification level against the source register.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

list_regulators ~140

List the insurance supervisory authority for every covered country: name, acronym, website, currency, notes and the register source used for verification. Returns every match unless limit or offset is supplied (when paging, limit defaults to 25 and is capped at 200); a long result stops early to keep the response small and reports nextOffset.

NameTypeReqDescription
continentstring–Continent slug.
limitinteger–Maximum number of results to return.
offsetinteger–Results to skip, for paging.
regionstring–Optional region slug, e.g. "north-africa", "west-africa", "central-africa".
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

resolve_former_name ~152

Resolve a company name that is no longer in use to the insurer listed today. Use this when a policy, certificate or older document names an insurer that does not appear in search_insurers — the company may have been renamed, merged or delisted. Returns what happened, when, and the current entity where one exists. A renamed, acquired, merged or transferred insurer keeps its licence, so its policies continue with the successor; only "failed" means the company failed.

NameTypeReqDescription
limitinteger–Maximum number of results to return.
namestringyesThe former company name, or part of it, as printed on the document.
offsetinteger–Results to skip, for paging.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

search ~103

Search licensed insurers, insurance groups, countries and former company names across Africa, Europe, Asia-Pacific, South America and North America. Returns up to 20 results, each with an id to pass to fetch and the insurers.global page URL to cite. Provided for ChatGPT deep research and company knowledge; for ordinary questions prefer search_insurers, which returns slugs, record types and paging.

NameTypeReqDescription
querystringyesCompany, group or country name, or part of one.

Structured output declared, but exposes no named fields.

No examples provided.

search_insurers ~97

Search licensed insurance companies, reinsurers, takaful operators and insurance groups across Africa, Europe, Asia-Pacific, South America and North America by name. Returns matching insurers, countries and groups with their slugs and links.

NameTypeReqDescription
limitinteger–Maximum number of results to return.
offsetinteger–Results to skip, for paging.
querystringyesCompany, group or country name, or part of one.
NameTypeReqDescription
codestring––
datasetstring––
errorstring––
licencestring––
retryableboolean––
verificationNotestring––
verifiedstring–Date the dataset snapshot was verified.
versionstring–Dataset version the result was read from.

No examples provided.

Common questions

What is the Insurers Global MCP server?

Insurers Global is an MCP server listed in the public MCP registry as global.insurers/directory. Search the world's licensed insurers by country, class, group and regulator. Read-only, no auth. This page covers its hosted endpoint (https://insurers.global/mcp).

Is the Insurers Global MCP server safe to use?

Insurers Global scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Insurers Global MCP server expose?

Insurers Global exposes 14 tools: search_insurers, list_insurers, get_country, get_country_summary, get_directory_info, and 9 more. Their descriptions and schemas cost roughly 2,221 tokens of context every time the server is loaded.

Does the Insurers Global MCP server require authentication?

No. We connected to Insurers Global without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Insurers Global MCP server still maintained?

Insurers Global is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.