Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
get_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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
widthYes
heightYes
lengthYes
weightYes
quantityYes
product_idYes
insurance_valueNo
sender_post_codeYes
sender_country_idYes
insurance_currencyNoPLN
receiver_post_codeYes
receiver_country_idYes
cash_on_delivery_valueNo
cash_on_delivery_currencyNoPLN
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
widthYes
heightYes
lengthYes
weightYes
quantityYes
product_idNo
sender_country_idYes
receiver_country_idYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNo
order_numberYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
widthYes
heightYes
lengthYes
weightYes
quantityYes
sender_country_idYes
receiver_country_idYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.