← ukraineborder.com

INDIVIDUAL MCP TOOL

search_content

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

ukraineborder.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ukraineborder.com

CONNECT 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.ukraineborder-com]
url = "https://www.ukraineborder.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ukraineborder-com": {
      "type": "http",
      "url": "https://www.ukraineborder.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ukraineborder-com
Remote MCP URL: https://www.ukraineborder.com/api/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": {
    "ukraineborder-com": {
      "url": "https://www.ukraineborder.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ukraineborder-com": {
      "type": "http",
      "url": "https://www.ukraineborder.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ukraineborder-com",
  "transport": "streamable-http",
  "url": "https://www.ukraineborder.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search UkraineBorder travel guides and insurance information.
  • fetch — Retrieve the full text of a UkraineBorder document by the id returned from search.
  • get_cluster_summary — Structured summary of a topic cluster (border-crossings, customs, safety, insurance, essentials) in the requested language, with its guide list.
  • get_insurance_facts — Regulatory facts about the war-risk + radiation-risk travel insurance product and the licensed entities behind it (insurer, agent, regulator, registry).
  • estimate_quote — Indicative-only price estimate for a war-risk travel policy, computed locally from published rates.
  • create_draft — Build a magic link to ukraineborder.com with the trip pre-filled, so the user can complete identity, OTP signature and payment there.