colleag-mcp-ups
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode; default is stdio, set to 'streamable-http' for HTTP | |
| UPS_CLIENT_ID | Yes | Your UPS Client ID from developer.ups.com | |
| SHIP_FROM_CITY | No | Optional default city for quoting origin | |
| SHIP_FROM_NAME | No | Optional default shipper name for quoting origin | |
| SHIP_FROM_PHONE | No | Optional default phone number for quoting origin | |
| UPS_ENVIRONMENT | No | Environment to use: 'test' (CIE sandbox, default) or 'production' | test |
| SHIP_FROM_ADDRESS | No | Optional default address line for quoting origin | |
| SHIP_FROM_COUNTRY | No | Optional default country code for quoting origin | |
| UPS_CLIENT_SECRET | Yes | Your UPS Client Secret from developer.ups.com | |
| UPS_ACCOUNT_NUMBER | Yes | Your 6-character UPS shipper number | |
| SHIP_FROM_POSTAL_CODE | No | Optional default postal code for quoting origin |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ratesA | Get live UPS shipping quotes for a lane. Compares every available service with negotiated account prices and estimated delivery dates, or prices one specific service_code (07 Worldwide Express, 65 Saver, 08 Expedited, 11 Standard). Quote only — nothing is booked. Origin defaults to the configured ship-from address. |
| track_shipmentA | Track a UPS shipment by tracking number (e.g. 1Z...): current status, scheduled/actual delivery date, and recent scan events. Note: UPS retains tracking data for ~120 days. |
| landed_costA | Estimate import duties, VAT and brokerage fees for an international shipment (what the receiver — or the shipper, under DDP — pays at import). One commodity line per product; an HS code improves accuracy. Not applicable to intra-EU shipments. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| tracking_card | Interactive tracking card (MCP Apps / SEP-1865). Rendered by hosts supporting the io.modelcontextprotocol/ui extension; other hosts use the tool's JSON result. |
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/colleag-ai/mcp-ups'
If you have feedback or need assistance with the MCP directory API, please join our Discord server