Server Details
Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- GlobKurier-pl/mcp-server
- GitHub Stars
- 0
See and control every tool call
Available Tools
5 toolsget_countriesInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_product_addonsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| length | Yes | ||
| weight | Yes | ||
| quantity | Yes | ||
| product_id | Yes | ||
| insurance_value | No | ||
| sender_post_code | Yes | ||
| sender_country_id | Yes | ||
| insurance_currency | No | PLN | |
| receiver_post_code | Yes | ||
| receiver_country_id | Yes | ||
| cash_on_delivery_value | No | ||
| cash_on_delivery_currency | No | PLN |
get_search_urlInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| length | Yes | ||
| weight | Yes | ||
| quantity | Yes | ||
| product_id | No | ||
| sender_country_id | Yes | ||
| receiver_country_id | Yes |
get_shipment_statusInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| order_number | Yes |
search_productsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| length | Yes | ||
| weight | Yes | ||
| quantity | Yes | ||
| sender_country_id | Yes | ||
| receiver_country_id | Yes |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.