Skip to main content
Glama

UkraineBorder — travel guidance and war-risk insurance

Server Details

Ukraine entry rules, border crossings, customs, safety and war-risk travel insurance. 10 languages.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation4/5

Search and search_content overlap in purpose, but search covers multi-language guides while search_content targets a specific language, so they are distinguishable. Other tools like fetch, get_cluster_summary, and the insurance tools have clear distinct roles.

Naming Consistency3/5

Some tools use a verb_noun pattern (create_draft, estimate_quote, get_cluster_summary, get_insurance_facts), while others are single verbs (fetch, search) or a different verb_noun (search_content). This inconsistency may confuse agents expecting a uniform convention.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose of travel guidance and war-risk insurance. Each tool serves a distinct function without unnecessary redundancy.

Completeness4/5

The tool set covers content search and retrieval, topic summaries, insurance quoting, draft creation, and regulatory facts, covering the core workflows. Minor gaps exist around direct policy management, but the checkout link handles purchase.

Available Tools

7 tools
create_draftCreate prefilled checkout linkA
Read-only
Inspect

Build a checkout link to ukraineborder.com with the trip parameters pre-filled, so the traveller completes identity, email verification and payment there. Carries no personal data: only non-personal trip parameters in the URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeYesBCP-47 short code; one of the 10 supported locales.
exitDateNoDD.MM.YYYY (optional).
coverageTierYes
enteringDateNoDD.MM.YYYY (optional).

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteYes
magicLinkYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint and destructiveHint, indicating no side effects. The description adds valuable context by stating that the tool carries no personal data and only non-personal trip parameters in the URL, which is beyond what annotations convey. This builds trust and clarifies privacy behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action, and contains no irrelevant details. Every clause adds information: the destination site, the prefilled nature, the traveller's subsequent steps, and the non-personal data guarantee.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (4 params, 2 required) and the presence of an output schema plus annotations, the description is sufficiently complete. It clarifies the tool's purpose, the data involved, and the expected traveller flow. It does not explicitly describe the return value, but the output schema likely covers that, so the description need not.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 75%, with descriptions for locale, exitDate, and enteringDate, but coverageTier lacks a description. The tool description adds a general note about 'trip parameters' but does not elaborate on individual parameter semantics or format beyond what the schema already provides. It does not fully compensate for the missing coverageTier explanation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool builds a checkout link to ukraineborder.com with prefilled trip parameters. It uses a specific verb ('Build') and resource ('checkout link') and distinguishes itself from sibling tools that focus on quotes, searches, or summaries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context: when a traveller needs a prefilled link to complete identity verification and payment. However, it lacks explicit guidance on when to use this tool versus alternatives like estimate_quote or search_content, and does not mention exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

estimate_quoteEstimate insurance price (indicative)A
Read-only
Inspect

Approximate price for a war-risk travel policy, computed locally from published rates; not a partner quote and not a binding offer. The exact amount is calculated and charged during checkout on ukraineborder.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeYesBCP-47 short code; one of the 10 supported locales.
coverageTierYesminimum (UAH 100,000 ≈ EUR 1,900) | standard (UAH 1,575,000 ≈ EUR 30,000) | maximum (same sum + radiation cover). War-risk cover is included in all three tiers.
travellerCountYes
insuranceLengthDaysYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
daysYes
quoteUrlYes
disclaimerYes
coverageTierYes
perPersonEurYes
travellerCountYes
radiationIncludedYes
indicativeTotalEurYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds important behavioral context: the calculation is performed locally from published rates, the result is indicative and non-binding, and the final charge occurs elsewhere. This goes beyond the annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action ('Approximate price'), and avoids redundancy. Every clause contributes value, including the caveat about non-binding status and the checkout reference.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 4-parameter tool with an output schema, the description covers the essential purpose, the nature of the result (approximate, non-binding), and the follow-up action (checkout). It does not detail return values, but the output schema covers that, so the description is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 50%, leaving insuranceLengthDays and travellerCount without semantic explanations beyond numeric constraints. The tool description does not elaborate on any parameters, so it adds no additional meaning. This falls at the baseline for a schema that partially covers parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Estimate') and a specific resource ('price for a war-risk travel policy'), and it distinguishes itself from siblings like get_insurance_facts by clarifying it is a local, non-binding calculation. The phrase 'not a partner quote' reinforces its distinct role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use the tool: for an indicative price estimate before checkout. It explicitly states that it is not a binding offer and that the exact amount is charged during checkout, providing context on its limitations. However, it does not explicitly name alternative tools or list specific situations to avoid, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

fetchFetch documentA
Read-only
Inspect

Retrieve the full text of a UkraineBorder document by the id returned from search.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesDocument id from a prior search result.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
urlYes
textYes
titleYes
metadataNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the tool's safety profile is known. The description adds that it returns 'full text' and requires an id from search, providing some behavioral context beyond the schema, but no details on return format or errors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that immediately states the action and resource. No redundant information or elaboration, making it highly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one parameter, output schema present, and clear annotations, the description covers the essential usage. It lacks explicit sibling differentiation, but for a simple fetch operation it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the 'id' parameter with 100% coverage, describing it as 'Document id from a prior search result.' The description repeats this same information, adding no new parameter semantics beyond reinforcement of the search dependency.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action ('Retrieve the full text') and the target resource ('UkraineBorder document'). It distinguishes from sibling search tools by specifying this tool returns full text for a specific id.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'by the id returned from search' which implies a specific workflow (use after search). It doesn't explicitly list alternative tools or exclusions, but the context is clear enough for the common use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_cluster_summaryGet topic cluster summaryB
Read-only
Inspect

Structured summary of a topic cluster (border-crossings, customs, safety, insurance, essentials) in the requested language, with its guide list.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeYesBCP-47 short code; one of the 10 supported locales.
segmentYesTopic cluster segment.

Output Schema

ParametersJSON Schema
NameRequiredDescription
leadYes
titleYes
groupsYes
clusterYes
segmentYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, and the description adds that it returns a structured summary with a guide list in the requested language. It doesn't contradict annotations, but doesn't reveal additional side effects or prerequisites.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with the key outcome. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with two enum parameters and an output schema, the description covers the basic return value. However, it lacks usage context and alternative distinction, so slightly incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema describes both parameters with enums and descriptions, providing 100% coverage. The description mentions 'requested language' and lists the segment values, but adds no new parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it returns a structured summary of a topic cluster with segments and a guide list. The verb is implied as 'get' from the name. It distinguishes from siblings by specifying the content scope, but does not explicitly contrast with them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use versus alternatives. It implies usage for retrieving cluster summaries in a locale, but doesn't mention when not to use or name alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_insurance_factsGet insurance regulatory factsA
Read-only
Inspect

Regulatory facts about the war-risk + radiation-risk travel insurance product and the licensed entities behind it (insurer, agent, regulator, registry).

ParametersJSON Schema
NameRequiredDescriptionDefault
localeYesBCP-47 short code; one of the 10 supported locales.

Output Schema

ParametersJSON Schema
NameRequiredDescription
agentYes
insurerYes
productYes
registryYes
parentGroupYes
marketRangeEurPerDayYes
territorialCoverageNoteYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description is consistent, describing a read-only factual lookup. It adds little behavioral detail beyond the annotations, but does not contradict them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, compact noun phrase with no filler words. It is front-loaded with the key subject 'regulatory facts' and costs the agent zero extra reading time.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter, read-only tool with an output schema, the description gives sufficient scope by naming the product and the involved entity types. It does not mention the locale's role in language, but that is already covered in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully describes the only parameter (locale) with an enum and description, so description-level compensation is unnecessary. The description adds no additional parameter meaning, which is fine given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: regulatory facts about a specific war-risk + radiation-risk travel insurance product and its licensed entities. It distinguishes itself from sibling tools by focusing on a narrow regulatory scope, though the verb 'get' is only in the tool name, not the description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a lookup use case for regulatory facts, but gives no explicit when-to-use or when-not-to-use guidance, nor any mention of alternatives like search or fetch. This is adequate but minimal guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_contentSearch content (localized)A
Read-only
Inspect

Search UkraineBorder articles in a specific language; returns top relevant chunks with links.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
localeYesBCP-47 short code; one of the 10 supported locales.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultsYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing the safety profile. The description adds that the tool 'returns top relevant chunks with links,' providing useful information about ranking and output format beyond what annotations convey. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the verb and resource and clearly communicates the core functionality without any filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema, the description sufficiently covers purpose, language scope, and return format (chunks with links). It is complete enough for an agent to select and invoke the tool correctly, though it lacks advanced details like pagination, but these are not necessary for a straightforward search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only 'locale' has a schema description, giving 33% coverage. The description helps clarify the meaning of 'query' (search terms) and 'locale' (language), but it does not address the 'limit' parameter. The schema prescribes defaults and constraints, partially compensating for the absence of explanation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Search), the resource (UkraineBorder articles), and the specific scope (in a specific language), which distinguishes it from the generic sibling 'search' tool. The verb and resource are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies that this tool is for language-specific searches, but it does not explicitly mention alternatives or when not to use it. This provides clear context for when to use the tool, though it lacks an explicit exclusion of the generic 'search' sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Check visa requirements for 39,585 passport-destination pairs in 15 languages. Returns visa type, required documents, application process, and travel tips from 136 official government sources. Free quick checks without API key.
    5
    130
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides seamless access to official Ukrainian government statistics from the State Statistics Service via their SDMX API. It enables users to query bilingual datasets across domains like energy, demographics, and trade using flexible filtering and metadata exploration tools.
    10
    50
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A domain-specific data agent and MCP server for macro-level import sourcing screening for Ukraine, providing tools over UN Comtrade, World Bank Indicators, and WITS TRAINS to analyze supply origins, concentration, landed costs, and rankings.
    1
  • A
    license
    A
    quality
    B
    maintenance
    Travel compliance and trip planning for digital nomads — visa requirements, tax residency analysis, Schengen 90/180-day tracking, and curated accommodation, transport, and experience search across 189 European destinations.
    7
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources