An MCP server for accessing UPS shipping and logistics services.
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.
Prerequisites
Environment Variables
CLIENT_ID
- UPS Client IDCLIENT_SECRET
- UPS Client SecretENVIRONMENT
- Whether to point to Test (CIE) or Production (Accepted values: test, production)Execution
You can run the package using uvx:
uvx --from git+https://github.com/UPS-API/ups-mcp ups-mcp
To use an older version, you can specify the version number like so:
uvx --from git+https://github.com/UPS-API/ups-mcp@v1.0.0 ups-mcp
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.
Here is the sample config file, different MCP Clients may require modification.
{
"mcpServers": {
"ups-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/UPS-API/ups-mcp", "ups-mcp"],
"env": {
"CLIENT_ID": "**********",
"CLIENT_SECRET": "**********",
"ENVIRONMENT": "test"
}
}
}
}
track_package
: Track a package using the UPS Tracking API
Args:
Returns:
validate_address
: Validate an address using the UPS Address Validation API for the U.S. or Puerto Rico
Args:
Returns:
UPS MCP server is still in active development. More tools coming soon!
Generate memes using the ImgFlip API. Requires ImgFlip account credentials.
An MCP server for analyzing product or service reviews.
An MCP server for the Gaggiuino open-source espresso machine, providing real-time local network access to machine status and shot data.
Provides emotional support and positive reinforcement for LLMs, with customizable therapeutic personas.
generate lyrics, song and background music(instrumental)
Provides weather-related tools using the US National Weather Service API.
Provides AI assistants with comprehensive access to a Plex Media Server.
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
AI-driven venture capitalist agents powered by Octagon Private Markets' real-time intelligence.
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.