GlobKurier Shipping MCP
io.github.GlobKurier-pl/mcp-serverTrack shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Tools · 5
Retrieve detailed shipment tracking status from GlobKurier API. Returns current status, complete tracking history with timestamps, sender/receiver addresses, and delivery confirmation. Supports both P…
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 r…
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 b…
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 i…
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 p…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"globkurier_shipping_mcp": {
"url": "https://mcp.globkurier.pl/mcp",
"transport": "streamable-http"
}
}
}