You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.3.0).

shipment-api

Inactive

Tool of Apiosk

declared in 1.3.0

Provider of APIs Apiosk slug: shipment-api. Cost per call: $0.15. Default operation: shipments/options. This tool executes the API through Apiosk's uniform /execute contract.

Parameters schema

{
  "type": "object",
  "required": [
    "from_country",
    "to_country",
    "weight"
  ],
  "properties": {
    "width": {
      "type": "number",
      "description": "Parcel width in centimetres (optional).",
      "exclusiveMinimum": 0
    },
    "height": {
      "type": "number",
      "description": "Parcel height in centimetres (optional).",
      "exclusiveMinimum": 0
    },
    "length": {
      "type": "number",
      "description": "Parcel length in centimetres (optional).",
      "exclusiveMinimum": 0
    },
    "weight": {
      "type": "number",
      "example": 2.5,
      "description": "Parcel weight as a positive number.",
      "exclusiveMinimum": 0
    },
    "carrier": {
      "type": "string",
      "example": "dpd",
      "description": "Filter to a single carrier slug, e.g. dpd, postnl, dhl (optional)."
    },
    "currency": {
      "type": "string",
      "default": "EUR",
      "description": "Label currency for the returned prices (optional)."
    },
    "to_country": {
      "type": "string",
      "example": "DE",
      "pattern": "^[A-Za-z]{2}$",
      "description": "Destination country, 2-letter ISO code."
    },
    "weight_unit": {
      "enum": [
        "kilogram",
        "gram"
      ],
      "type": "string",
      "default": "kilogram",
      "description": "Unit for weight."
    },
    "from_country": {
      "type": "string",
      "example": "NL",
      "pattern": "^[A-Za-z]{2}$",
      "description": "Origin country, 2-letter ISO code."
    },
    "to_postal_code": {
      "type": "string",
      "example": "10115",
      "description": "Destination postal code (optional)."
    },
    "from_postal_code": {
      "type": "string",
      "example": "1000AA",
      "description": "Origin postal code (optional, improves accuracy)."
    }
  },
  "description": "Parameters accept both snake_case and camelCase keys."
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Apiosk

https://github.com/obcraft/apiosk-mcp

1/7 registries
View full server →
shipment-api — Apiosk — PRSM MCP