Skip to main content
Glama

Parcel Tracking MCP Server

by iamfiro

search-carrier

Find parcel carriers by name keyword, supporting fuzzy typos, to streamline carrier identification for accurate parcel tracking within the MCP server.

Instructions

Search carriers by name keyword (supports fuzzy typos)

Input Schema

NameRequiredDescriptionDefault
limitNoMax number of results to return (default 10)
queryYesKeyword to search carrier names, case-insensitive (typos allowed)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Max number of results to return (default 10)", "type": "number" }, "query": { "description": "Keyword to search carrier names, case-insensitive (typos allowed)", "type": "string" } }, "required": [ "query" ], "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