# GlobKurier Shipping MCP MCP server

Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-globkurier-pl-mcp-server
- Repository: https://github.com/GlobKurier-pl/mcp-server

## Install
- Command: `uvx globkurier-api-mcp`
- Endpoint: https://mcp.globkurier.pl/mcp
- Auth: Not captured

## Setup notes
- Package: Pypi globkurier-api-mcp v0.2.1
- Remote endpoint: https://mcp.globkurier.pl/mcp

## Tools
- get_shipment_status - Retrieve detailed shipment tracking status from GlobKurier API. Returns current status, complete tracking history with timestamps, sender/receiver addresses, and delivery confirmation. Supports both Polish and English language responses. Endpoint: https://mcp.globkurier.pl/mcp
- get_countries - Fetch the complete list of countries supported by GlobKurier. Each country entry contains: 'id' (numeric country ID required by other tools), 'name' (country name), 'iso_code' (ISO 3166-1 alpha-2 or regional code), EU membership status, road transport availability, and postal code formats. ALWAYS call this tool first to resolve country IDs before calling search_products, get_product_addons, or get_search_url. Find the country by name or iso_code, then use its 'id' field value. Endpoint: https://mcp.globkurier.pl/mcp
- search_products - Search for available shipping products based on package dimensions, weight, quantity, and country locations. Returns products from multiple carriers (DPD, InPost, DHL, FedEx, UPS, GLS, etc.) grouped by delivery time (fast, superfast, noon, morning, standard). Includes pricing, delivery times, available addons, and carrier details. IMPORTANT: Do NOT guess or assume country IDs. Always call get_countries first, find the matching country by name or ISO code, and use the value from its 'id' field as the country ID. Endpoint: https://mcp.globkurier.pl/mcp
- get_product_addons - Get available addons for a specific shipping product. Returns addons like insurance, cash on delivery (COD), delivery to company/private person, non-standard items, and other supplements. Each addon includes pricing, category, requirements, and validation rules. Use this after selecting a product from search_products to see available options. IMPORTANT: Do NOT guess or assume country IDs. Always call get_countries first, find the matching country by name or ISO code, and use the value from its 'id' field as the country ID. Endpoint: https://mcp.globkurier.pl/mcp
- get_search_url - Generate a direct link to the GlobKurier search page with pre-filled shipment parameters. Use this after presenting a product offer to give the user a URL to complete the purchase. Optionally pass a productId to highlight a specific offer on the search page. Endpoint: https://mcp.globkurier.pl/mcp

## Resources
- globkurier://countries - Complete list of countries supported by GlobKurier shipping service. Includes detailed information: EU membership status, road transport availability, postal code formats, phone prefixes, and regional variations. Data is cached for optimal performance. MIME type: application/json

## Prompts
- developer - Prompt dla developerów definiujący zasady używania narzędzi MCP (tools). Określa kiedy i jakie narzędzia wywołać w różnych scenariuszach użytkownika.
- policy - Prompt definiujący zasady bezpieczeństwa i polityki. Chroni przed jailbreakami, wymuszaniem odpowiedzi poza zakresem i generowaniem fałszywych danych. Obowiązkowy dla wszystkich deploymentów.
- fallback - Prompt obsługi błędów i niepełnych danych. Definiuje jak asystent powinien reagować na brakujące parametry, błędy narzędzi i niepełne zapytania użytkownika.
- advanced_search - Prompt definiujący zaawansowaną strategię wyszukiwania produktów z automatycznym pobieraniem dodatków. Optymalizuje user experience poprzez jednorazowe dostarczenie kompletnych informacji.
- system - Główny prompt systemowy definiujący rolę i zakres GlobKurier AI Assistant. Określa dozwolone tematy (logistyka, przesyłki) i zabrania odpowiedzi poza zakresem.
- complete_assistant - Kompletny asystent GlobKurier AI z wszystkimi promptami połączonymi w jedno. Łączy: system + developer + policy + fallback + advanced_search (+ debug jeśli dev mode). Użyj tego do pełnej konfiguracji asystenta. Arguments: user_context

## Metadata
- Owner: io.github.GlobKurier-pl
- Version: 0.2.1
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 12, 2026
- Source: https://registry.modelcontextprotocol.io
