SudnoKontrol MCP
SudnoKontrol MCP
Model Context Protocol-Server für das ukrainische nationale Schiffsregister — suchen Sie Schiffe nach Registrierungsnummer, Name oder Eigentümer, rufen Sie vollständige Registereinträge ab und fragen Sie aggregierte Statistiken ab. Stellt die öffentlichen Daten des Державний судновий реєстр України (staatliches Schiffsregister) sowie des Суднова книга України (Schiffsbuch) bereit.
Die Daten sind öffentlich und schreibgeschützt — kein API-Schlüssel erforderlich.
Gehosteter Endpunkt (empfohlen):
https://api.sk.ukrfish.org/mcp(Streamable HTTP)Offizielle Dokumentation:
https://sk.ukrfish.org/api-docsundhttps://sk.ukrfish.org/info/ai-agentsEntdeckung:
https://sk.ukrfish.org/llms.txt
Werkzeuge
Werkzeug | Beschreibung |
| Volltext- und strukturierte Suche in beiden nationalen Registern. Deterministische Reihenfolge: exakt übereinstimmende Registrierungsnummern zuerst. Unterstützt kyrillische/lateinische und trennzeichenunempfindliche Nummern ( |
| Gezielte Schiffsabfrage anhand der normalisierten Registrierungsnummer. Liefert den vollständigen Registereintrag. |
| Aggregated öffentliche Schiffsanzahlen („wie viele Schiffe …“). |
| Datensatzkontext: Quellen, Importdaten, Datensatzanzahlen, Felder. |
Jedes Such-/Lookup-Ergebnis enthält eine web_url → https://sk.ukrfish.org/registry? show=<reg>, über die Nutzer einen offiziellen Registerauszug bestellen können (PDF mit QR-Code-Verifizierung, 99,00 грн).
Schnellstart — gehosteter Server
Claude Code / Claude Desktop
claude mcp add --transport http sudnokontrol https://api.sk.ukrfish.org/mcpCursor
Settings → MCP → Add new MCP server → Name sudnokontrol, Typ HTTP, URL https://api.sk.ukrfish.org/mcp.
Windsurf
Windsurf → MCP → Add server → https://api.sk.ukrfish.org/mcp.
Jeder MCP-Client (Streamable HTTP)
URL: https://api.sk.ukrfish.org/mcp
Auth: none (public, IP rate-limited)Selbst betreiben
Der Server ist ein Proxy für die öffentliche API und benötigt keine Zugangsdaten.
# stdio (for Claude Desktop "command" servers)
npx sudnokontrol-mcp
# HTTP (streamable)
npx sudnokontrol-mcp http
# or: PORT=9000 HOST=127.0.0.1 npx sudnokontrol-mcp httpInstallieren Sie direkt aus diesem Repository:
npm install -g github:ailubes/sudnokontrol-mcpUm eine andere Basis-URL anzugeben (z. B. Ihre eigene Bereitstellung):
SUDNOKONTROL_API=https://api.sk.ukrfish.org/api/ai npx sudnokontrol-mcpAus dem Quellcode:
npm install
npm run build
node dist/index.js # stdio
node dist/index.js http # HTTP on :8958/mcpMit Ihrer lokalen Instanz verbinden
claude mcp add --transport http local-sudnokontrol http://127.0.0.1:8958/mcpAPI (zugrunde liegendes REST, kein MCP erforderlich)
Endpunkt | Zweck |
| OpenAPI-3.1-Spezifikation |
| Funktionsaufruf-Tooldefinitionen (JSON : Store) |
| Datensatzkontext |
| Suche |
| Nachschlagen |
| Aggregierte Werte |
Ratenlimit: 300 Anfragen / 15 Minuten / IP auf api/ai/*. Antworten für Suche/Meta/Statistik werden 60 Sekunden lang zwischengespeichert.
Beispiel
User: Is the vessel УПС-4249 registered?
Agent calls: lookup_vessel {"registration_number": "УПС-4249"}
Response: { registration_number: "УПС-4249", name: "ua 5614 KV", owner_name: "ТОВ Соціальні ініціативи Запоріжжя", source: "registry", web_url: "https://sk.ukrfish.org/registry?vessel=УПС-4249", ... }Lizenz
MIT
Haftungsausschluss
Dies ist ein Open-Source-MCP-Adapter für die public data of the Ukrainian vessel registries operated by SudnoKontrol. Er ist kein offizielles government service.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more.
Live data from 27 official national company registries. Unmodified. For KYB and due diligence.
11.3M entities, 10 countries, 12 tools. EU VAT (VIES), BORME, GLEIF, KYB. Free: 100 req/month.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ailubes/sudnokontrol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server