Skip to content
Back to search
100
MCP v0.2.1 streamable-http

GlobKurier Shipping MCP

io.github.GlobKurier-pl/mcp-server

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

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

Tools · 5

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 P…

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 r…

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 b…

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 i…

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 p…

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"
    }
  }
}