Skip to main content
Glama
ebongard

renfield-mcp-tracking

by ebongard

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DHL_API_KEYNoDHL Developer Portal app key (the DHL-API-Key).
UPS_CLIENT_IDNoUPS developer app credentials.
FEDEX_CLIENT_IDNoFedEx developer app credentials.
UPS_CLIENT_SECRETNoUPS developer app credentials.
FEDEX_CLIENT_SECRETNoFedEx developer app credentials.
DHL_TRACKING_BASE_URLNoOverride API base for DHL (test environments).
UPS_TRACKING_BASE_URLNoOverride API base for UPS (test environments).
FEDEX_TRACKING_BASE_URLNoOverride API base for FedEx (test environments).
TRACKING_DEFAULT_CARRIERNoFallback when auto-detect is inconclusive (default dhl).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_parcelA

Track a parcel and return its current status, ETA and event history.

Args: tracking_number: The carrier tracking number / piece code. carrier: Carrier code (dhl, ups, fedex, dpd, hermes, gls) or "auto" to detect from the number format. Default "auto".

Returns a normalized result with: status (pre_transit / transit / out_for_delivery / delivered / exception / unknown / not_found / link_only / not_configured / error), status_description, estimated_delivery, events (newest first), web_url, and success.

list_carriersA

List supported carriers and whether each is configured/usable.

'api' carriers need credentials (configured=False means missing keys). 'link' carriers always work but only return a web tracking link.

detect_carrierA

Guess the carrier from a tracking-number format (best effort).

Confident only for UPS ('1Z…') and DHL ('JJD…/JD…'). For ambiguous numeric numbers it returns the configured fallback carrier and confident=False.

Args: tracking_number: The number to classify.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ebongard/renfield-mcp-tracking'

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