Skip to main content
Glama

Parcel Tracking MCP Server

by iamfiro

tracking-delivery

Track parcel deliveries using 17TRACK by entering the tracking number and optional carrier ID to monitor shipments across multiple carriers.

Instructions

Track a parcel delivery via 17TRACK

Input Schema

NameRequiredDescriptionDefault
carrierNoCarrier ID (number). If omitted, 17TRACK will auto-detect, but accuracy may be lower.
numberYesThe tracking number of the parcel

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "carrier": { "description": "Carrier ID (number). If omitted, 17TRACK will auto-detect, but accuracy may be lower.", "type": "number" }, "number": { "description": "The tracking number of the parcel", "type": "string" } }, "required": [ "number" ], "type": "object" }
Install Server

Other Tools from Parcel Tracking MCP Server

Related Tools

    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/iamfiro/parcel-tracking-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server