General Tools
parcelsapp.com
Tracks package shipments and provides carrier information for shipping status updates.
ENDPOINT 1
https://parcelsapp.com/mcp
MCP server metadata
- Name
- parcels-shipment-tracking
- Version
- 0.3.0
For an in-scope one-shipment tracking request, call track_shipment first and pass the tracking value exactly as provided. If it returns pending, wait for retryAfterSeconds and call get_tracking_result with the exact requestToken until complete, requires_input, or error. If it returns requires_input, ask the user for every item in requiredFields and call track_shipment again with the same tracking details plus additional_fields keyed by each exact required field name. A required field named country accepts a two-letter ISO code or full country name. Never guess private values such as phone digits, email, address data, or order details. If an error nextActions asks for destination_country, ask for a two-letter ISO code or full country name, then retry. If it asks to select a carrier, call search_supported_carriers, let the user choose, and retry with the exact carrier_slug. Never invent shipment data.
Known tools 3
track_shipmentUse this when the user provides a tracking number or supported tracking URL and asks to track, locate, check, monitor, or update the status of one package, parcel, shipment, or delivery.
Potential side effectssearch_supported_carriersUse this when the user asks which couriers Parcels supports, names a courier that must be converted to an exact carrier slug, wants to choose a carrier, or a tracking error asks for carrier selection.
Inferred read-onlyget_tracking_resultUse this only as the required continuation after track_shipment returns state pending.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.parcels-shipment-tracking]
url = "https://parcelsapp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"parcels-shipment-tracking": {
"type": "http",
"url": "https://parcelsapp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: parcels-shipment-tracking
Remote MCP URL: https://parcelsapp.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"parcels-shipment-tracking": {
"url": "https://parcelsapp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"parcels-shipment-tracking": {
"type": "http",
"url": "https://parcelsapp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "parcels-shipment-tracking",
"transport": "streamable-http",
"url": "https://parcelsapp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for parcelsapp.com was fetched 2026-08-23T23:26:54.469Z.
parcelsapp.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.