Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"globkurier": {
"url": "https://mcp.globkurier.pl/mcp",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol server for the GlobKurier API. Enables AI assistants (Claude, Cursor, Cline and others) to track shipments, search shipping products and generate purchase links.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for io.github.GlobKurier-pl/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for the GlobKurier API. Enables AI assistants (Claude, Cursor, Cline and others) to track shipments, search shipping products and generate purchase links.
{
"mcpServers": {
"globkurier": {
"type": "http",
"url": "https://mcp.globkurier.pl/mcp"
}
}
}
uvx{
"mcpServers": {
"globkurier": {
"command": "uvx",
"args": ["globkurier-api-mcp"]
}
}
}
Paste the configuration into your MCP client settings file:
| Client | Settings file |
|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows) |
| Cursor | .cursor/mcp.json in your project or ~/.cursor/mcp.json globally |
| Cline | Extension settings in VS Code |
| Tool | Description |
|---|---|
get_shipment_status | Track a shipment by order number |
search_products | Search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS and more) |
get_product_addons | Get available add-ons for a product |
get_search_url | Generate a purchase link for a shipment |
| Resource | Description |
|---|---|
globkurier://countries | List of supported countries |
globkurier://countries/{iso_code} | Country details by ISO code |
For developer documentation see CONTRIBUTING.md.
MIT