UPS MCP Server
Integrates with UPS shipping and logistics APIs, providing tools for package tracking, shipment rating and creation, customs validation, landed cost estimation, label recovery, pickup scheduling, delivery intercepts, and finding UPS locations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UPS MCP ServerCan you track my UPS package 1Z999AA10123456784?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UPS MCP Server
A Model Context Protocol (MCP) server for UPS shipping and logistics capabilities. This server enables AI systems to seamlessly integrate with UPS API tools.
Users can integrate with the MCP server to allow AI agents to facilitate tracking events on their behalf, including tracking the status of a shipment, the latest transit screen, and expected delivery date and time. Agents will be authenticated using OAuth client credentials provided by the user after application creation on the UPS Developer Portal.
Usage
Prerequisites
Obtain a Client ID and Client Secret: Create an application on the UPS Developer Portal to obtain your OAuth credentials – Client ID and Client Secret. (https://developer.ups.com/get-started?loc=en_US)
Python 3.12 or higher
Install uv (Python Package)
Environment Variables
CLIENT_ID- UPS Client IDCLIENT_SECRET- UPS Client SecretENVIRONMENT- Whether to point to Test (CIE) or Production (Accepted values: test, production)
Note: Your API credentials are sensitive. Do not commit them to version control. We recommend managing secrets securely using GitHub Secrets, a vault, or a password manager.
Execution
You can run the package using uvx:
uvx --from git+https://github.com/VoxveyAI/UPS-MCP ups-mcp
To use an older version, you can specify the version number like so:
uvx --from git+https://github.com/VoxveyAI/UPS-MCP@v1.0.0 ups-mcp
Related MCP server: UPS MCP Server
Popular Integrations
Here are sample config files for popular integrations. Different MCP Clients may require modification.
Claude Desktop
{
"mcpServers": {
"ups-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/VoxveyAI/UPS-MCP", "ups-mcp"],
"env": {
"CLIENT_ID": "**********",
"CLIENT_SECRET": "**********",
"ENVIRONMENT": "test"
}
}
}
}GitHub Copilot in VS Code
{
"servers": {
"ups-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/VoxveyAI/UPS-MCP", "ups-mcp"],
"env": {
"CLIENT_ID": "**********",
"CLIENT_SECRET": "**********",
"ENVIRONMENT": "test"
}
}
}
}Available Tools
The server now supports the core international shipping workflow:
validate_address— validates U.S. and Puerto Rico street addresses. UPS's Address Validation API is not a general international address validator; international destination data is supplied in the shipping/rating payload.rate_shipment— compares UPS services and charges. This is an estimate and does not purchase postage.get_time_in_transit— estimates transit time for an origin, destination, and package request.get_customs_requirements— obtains customs fields required by UPS.validate_customs_details— validates supplied customs data.estimate_landed_cost— estimates duties, taxes, and other landed-cost values returned by UPS.create_shipment— creates a shipment and returns UPS shipment/tracking and label data. This requiresconfirm=trueand may incur charges.recover_label— recovers a label using the Shipping API contract.void_shipment— voids a shipment and requiresconfirm=true.rate_pickup— obtains a pickup estimate without scheduling one.create_pickup— schedules a pickup and requiresconfirm=true.get_pickup_status— checks pending pickup status for an account.cancel_pickup— cancels a pickup and requiresconfirm=true.find_pickup_service_centers— finds pickup facilities.get_pickup_political_divisions— gets pickup-valid political divisions for a country.customs_description_guidance— starts, continues, or submits feedback for an Export Assure interactive product-description and commodity/HTS guidance session usingaction=start|continue|feedback.submit_export_assure— submit cross-border shipment details for compliance guidance.upload_paperless_document,push_paperless_document_to_image_repository, anddelete_paperless_document— manage UPS paperless customs/shipping documents. Deletion requiresconfirm=true.lookup_dangerous_goods_chemical_referenceanddangerous_goods_acceptance_precheck— look up chemical data and run the UPS dangerous-goods acceptance audit pre-check.get_delivery_intercept_options— inspect post-shipment intercept eligibility or charges withaction=eligibility|charges.apply_delivery_intercept— change delivery handling for an in-transit package withaction=redirect|willcall|return|reschedule; requiresconfirm=true.cancel_delivery_intercept— cancel a prior intercept request; requiresconfirm=true.manage_tracking_alert_subscription— manage persistent Track Alert subscriptions withscope=package|accountandaction=subscribe|unsubscribe; requiresconfirm=true.find_ups_locations— find UPS Stores, Access Point locations, and other facilities.create_guaranteed_landed_cost_quote— request a guaranteed landed-cost quote when the UPS account has access to that product.track_package,track_by_reference, andtrack_shipment— track one package, reference-matched packages, or all packages in a shipment.
Complex UPS request bodies are accepted as validated JSON objects matching the
request wrappers in ../api-documentation. This preserves support for
international customs, service, packaging, and account fields that vary by
UPS product while keeping the common MCP operation names stable.
For shipment billing, pass accountNumber to create_shipment or provide the
equivalent UPS field in the request wrapper. The convenience argument is
written to:
{
"ShipmentRequest": {
"Shipment": {
"PaymentInformation": {
"ShipmentCharge": {
"BillShipper": {"AccountNumber": "YOUR_UPS_ACCOUNT_NUMBER"}
}
}
}
}
}International customs declarations are sent in the UPS shipment wrapper's
international-form fields (and can also be validated through
validate_customs_details). A typical declaration contains one or more
products/commodities with a plain-language description, quantity, unit value,
currency, country of origin, and harmonized tariff/commodity code when known.
Declared package value is represented separately through the package service
options when required. The MCP does not guess tariff codes, values, or country
of origin; missing or invalid customs data is returned by UPS for correction.
Recommended international workflow
Call
rate_shipmentandget_time_in_transit.Call
get_customs_requirements, thenvalidate_customs_details.Call
estimate_landed_costand review the returned duties, taxes, and warnings.Review the complete shipment payload and call
create_shipmentwithconfirm=trueonly when the shipment should actually be created.Track the returned tracking number with
track_packageortrack_shipment.Schedule a pickup separately with
create_pickupandconfirm=true.
UPS API-product approval, account permissions, production approval, service availability, and country-specific eligibility are controlled by UPS. A successful test-environment response does not prove that production shipping or pickup creation is enabled.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to integrate with UPS shipping and logistics capabilities, including package tracking with delivery status and transit information, and address validation for U.S. and Puerto Rico locations.29MIT
- AlicenseAqualityDmaintenanceEnables AI agents to create shipments, track packages, get rates, validate addresses, schedule pickups, and find UPS locations via the UPS API.9102MIT

Easyship MCPofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage global shipping operations, including rate comparison, shipment creation, label purchasing, tracking, pickup scheduling, address validation, billing, and analytics, via natural language.30MIT- AlicenseAqualityCmaintenanceEnables AI clients to quote, ship, track, void, and manage shipments via the Deftship multi-carrier shipping API using natural language commands.3224MIT
Related MCP Connectors
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
India shipping for AI agents: Shiprocket courier serviceability, create orders, track AWB.
Global shipping labels for AI agents via AfterShip with your own carrier accounts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/VoxveyAI/UPS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server