This MCP server provides an API for Boxberry, enabling city searches, pickup point listings, delivery cost calculations, tracking shipments, and postal index verification.
From the registry: MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
Please install the `boxberry-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Boxberry API token** — Get API token from your Boxberry personal cabinet
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@theyahia/boxberry-mcp"]
- required environment variables:
- `BOXBERRY_API_TOKEN`: API token from Boxberry personal cabinet (example: `<placeholder>`)
Note: Also supports HTTP transport via --http flag on localhost:3000/mcp.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BOXBERRY_API_TOKENrequiredAPI token from the Boxberry personal account.