Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Public Data Ukraine Mcp

io.github.varvararatta/public_data_ukraine_mcp

Public Data Ukraine Mcp connects AI agents to real public APIs via MCP. Tools include

Uptime
100.0%
1 direct probes · 30d
Response
4855ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

health_check

Server health check.

get_exchange_rates

Get official NBU (National Bank of Ukraine) exchange rates. date format: YYYYMMDD or None for today. Returns: {rates, date, source}

search_prozorro_tenders

Search Ukrainian public procurement tenders on Prozorro. Returns: {tenders: [{title, value, status, date_modified}]}

geocode_ukraine

Geocode Ukrainian address to coordinates using OpenStreetMap Nominatim. Returns: {lat, lon, display_name, region, city}

get_weather_ukraine

Get current weather for Ukrainian city using Open-Meteo (free, no auth). Returns: {temperature_c, windspeed, weathercode, city}

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "public_data_ukraine_mcp": {
      "url": "https://public-data-ukraine-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}