boxberry-mcp
boxberry-mcp
MCP-Server für die Boxberry-API — Städtesuche, Abholstellen, Versandkostenberechnung, Sendungsverfolgung, Postleitzahlenprüfung, Dienste.
Funktionen (6 Tools)
Tool | Beschreibung |
| Liste der Boxberry-Städte mit Namenssuche |
| Abholstellen in der angegebenen Stadt |
| Berechnung von Versandkosten und -dauer |
| Sendungsverfolgung anhand der Tracking-Nummer |
| Prüfung der Postleitzahl auf Lieferzone |
| Liste der für die Sendung erbrachten Dienste |
Related MCP server: Kuaidi100 MCP Server
Schnellstart (stdio)
{
"mcpServers": {
"boxberry": {
"command": "npx",
"args": ["-y", "@theyahia/boxberry-mcp"],
"env": {
"BOXBERRY_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}HTTP-Transport (Streamable HTTP)
BOXBERRY_API_TOKEN=<TOKEN> npx @theyahia/boxberry-mcp --http
# Endpoint: http://localhost:3000/mcp
# Health: http://localhost:3000/healthDer Port wird über PORT konfiguriert:
PORT=8080 BOXBERRY_API_TOKEN=<TOKEN> npx @theyahia/boxberry-mcp --httpSmithery
Die Datei smithery.yaml ist enthalten. Erfordert BOXBERRY_API_TOKEN.
Umgebungsvariablen
Variable | Erforderlich | Beschreibung |
| Ja | API-Token aus dem persönlichen Boxberry-Konto |
| Nein | Port für den HTTP-Transport (Standard: 3000) |
Skills (Claude Code)
Skill | Beschreibung |
| Boxberry-Sendung verfolgen |
| Berechnung der Versandkosten |
| Kompletter Ablauf: Stadt → Abholstelle → Berechnung |
Entwicklung
npm install
npm run build
npm test
BOXBERRY_API_TOKEN=<TOKEN> npm run devLizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables interaction with Shiprocket shipping services to check courier rates and delivery times, create and manage orders, ship packages, track shipments, and schedule pickups through natural language commands.1129
- AlicenseNot gradedqualityCmaintenanceIntegrates Kuaidi100 logistics services to provide real-time package tracking, delivery time estimations, and shipping cost calculations. It enables users to query express delivery information directly through an MCP-compatible interface.12Apache 2.0
- AlicenseBqualityDmaintenanceIntegrates with CDEK delivery API to manage orders, track shipments, find pickup points, and handle delivery labels and barcodes through natural language.49MIT
- AlicenseAqualityAmaintenanceMCP server for Yandex Delivery B2B API, enabling natural language interaction to calculate delivery costs, create and manage express and platform delivery orders, track couriers, and handle pickup points.16151MIT
Related MCP Connectors
Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
India shipping for AI agents: Shiprocket courier serviceability, create orders, track AWB.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/boxberry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server