generated: '2026-07-19' method: derived status: candidate source: https://developer.budbee.com/ provider: Instabee providerId: instabee description: No official hosted/remote MCP server was found for Instabee/Budbee. This is a candidate tool list derived from the documented Budbee Delivery API operations, for a future MCP wrapper. server: name: budbee transport: http tools: - name: list_collection_points description: Retrieve all sender/collection addresses for the account. source_operation: GET /users/collection-points - name: validate_postal_code description: Validate whether a postal code is within a serviceable delivery area. source_operation: GET /postalcodes/validate/{countryCode}/{postalCode} - name: list_postal_codes description: Retrieve all serviceable postal codes for a country. source_operation: GET /postalcodes/{countryCode} - name: get_delivery_intervals description: Get upcoming home-delivery time slots for a postal code. source_operation: GET /intervals/{countryCode}/{postalCode} - name: create_order description: Create a delivery order. source_operation: POST /multiple/orders - name: get_order description: Retrieve a specific order. source_operation: GET /multiple/orders/{id} - name: update_order description: Update consumer information on an order. source_operation: PUT /multiple/orders/{id} - name: cancel_order description: Cancel an order. source_operation: DELETE /multiple/orders/{id} - name: add_parcels description: Add parcels to an order. source_operation: POST /multiple/orders/{id}/parcels - name: remove_parcel description: Remove a parcel from an order. source_operation: DELETE /multiple/orders/{id}/parcels/{parcelId} - name: validate_box_postal_code description: Check locker/box availability for a postal code. source_operation: GET /boxes/postalcodes/validate/{countryCode}/{postalCode} - name: list_boxes description: List all lockers/boxes in a country. source_operation: GET /boxes/all/{countryCode} - name: get_box description: Retrieve details for a specific locker/box. source_operation: GET /boxes/{identifier} - name: create_return description: Create a home return pickup. source_operation: POST /returns - name: create_box_return description: Create a box/locker return drop-off. source_operation: POST /box/return - name: get_order_tracking_url description: Get the tracking URL for an order. source_operation: GET /multiple/orders/{id}/tracking-url - name: get_parcel_tracking_url description: Get the tracking URL for a parcel. source_operation: GET /parcels/{packageId}/tracking-url deployment: mode: none verified: derived tools: 17 checked: '2026-08-12' source: catalog MCP census