pypi globkurier-api-mcpstreamable-httpupdated 6mo ago
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.
GlobKurier Shipping MCP 能做什么?
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
安装
把 GlobKurier Shipping MCP 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"globkurier-api-mcp": {
"type": "http",
"url": "https://mcp.globkurier.pl/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add globkurier-api-mcp -- uvx globkurier-api-mcpcodex mcp add globkurier-api-mcp -- uvx globkurier-api-mcpamp mcp add globkurier-api-mcp -- uvx globkurier-api-mcp{
"mcpServers": {
"globkurier-api-mcp": {
"command": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"globkurier-api-mcp": {
"command": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"globkurier-api-mcp": {
"command": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"globkurier-api-mcp": {
"command": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"globkurier-api-mcp": {
"command": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"globkurier-api-mcp": {
"type": "local",
"command": "uvx",
"args": [
"globkurier-api-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"globkurier-api-mcp": {
"command": {
"path": "uvx",
"args": [
"globkurier-api-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx globkurier-api-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 个工具
GlobKurier Shipping MCP 向已连接的智能体提供 4 个工具。
- 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
评分
65 / 100
良好
- 文档22/25
- 维护13/25
- 可信度9/20
- 能力6/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 173 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.1最新 | 2026年3月12日 |