MCP server for GlobKurier API - Hexagonal Architecture with CQRS
Project description
GlobKurier MCP Server
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.
Installation
Recommended: Hosted server (no local installation)
{
"mcpServers": {
"globkurier": {
"type": "http",
"url": "https://mcp.globkurier.pl/mcp"
}
}
}
Alternative: Run locally via 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 |
Available Tools
| 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 |
Available Resources
| Resource | Description |
|---|---|
globkurier://countries |
List of supported countries |
globkurier://countries/{iso_code} |
Country details by ISO code |
For developer documentation see CONTRIBUTING.md.
License
MIT
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file globkurier_api_mcp-0.2.1.tar.gz.
File metadata
- Download URL: globkurier_api_mcp-0.2.1.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68e7d27c2daa60923780ba7836228e1ba6d91d4b19cbb6732535b9b6059ad3a5
|
|
| MD5 |
3257e5888d84c6e76c18549c2818cd7c
|
|
| BLAKE2b-256 |
5d3b47c8efe1e2dadcd86fad61adcda8abfd441784b2cffecfc3ebff2e9998c7
|
File details
Details for the file globkurier_api_mcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: globkurier_api_mcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 56.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0c4e3d78a6cf1ea9fa52016d70dc71ea4a459e34b8d460c0025cbce98241dd6
|
|
| MD5 |
da582ced600ac7f52296ea0b233337cb
|
|
| BLAKE2b-256 |
846c9731450b279cf0a20c19a10597ccf9c8a57b322addb7e7347dc0383ffa6f
|