FedEx Connector for AI agents.
9 live capabilities
Manage shipping rates, labels, and package tracking through natural language.
Waiting for input…
Why people use FedEx
FedEx for Solving Manual Shipping Logistics
With this Connector, that manual loop disappears. You can simply tell your agent to 'get a shipping quote for a 10lb box to New York' or 'generate a label for order 505.' The agent handles the API calls and gives you the result instantly. You get your labels and rates without ever touching a browser.
What Vinkius changes
You can manage your entire shipping operation using plain English commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Customer Support
A customer asks where their box is.
- Real-world use case 02
Bulk Rate Comparison
A warehouse manager needs to know the cheapest way to send 50lbs to Chicago.
- Real-world use case 03
Proactive Delivery Verification
A customer claims they didn't get a package.
Complete set · 9capabilities
The complete FedEx capability set.
These are the exact actions your AI can choose when you ask it to work with FedEx.
01—03
3 capabilities in this set.
Part of 9 available through FedEx.
- 01 Capability
Check service availability
See which shipping methods like Ground or Express work between two specific locations. This helps you plan your routes.
- 02 Capability
Create shipment
Generate a FedEx shipping label and get a tracking number for an outbound order. Use this to process returns or new shipments.
- 03 Capability
Get postal code
Validate a ZIP code to ensure it's correct before you start the shipping process. This helps resolve ambiguous addresses.
04—06
3 capabilities in this set.
Part of 9 available through FedEx.
- 04 Capability
Get proof of delivery
Pull the POD image and signature status for a package that's already arrived. This is great for resolving billing disputes.
- 05 Capability
Get rates
Compare shipping costs and transit times for different package weights and sizes. Get accurate quotes for various services.
- 06 Capability
Validate address
Check and standardize a customer's address to make sure the package actually gets delivered. This prevents failed shipments.
07—09
3 capabilities in this set.
Part of 9 available through FedEx.
- 07 Capability
Find locations
Locate the nearest FedEx office or drop box for your drivers and customers. It includes hours and offered services.
- 08 Capability
Track multiple packages
Monitor a whole list of tracking numbers at once to see their current status. This is perfect for batch monitoring.
- 09 Capability
Track package
Get the current location and estimated delivery time for a single specific shipment. Use this to investigate delays.
Set up in minutes
One URL. Then ask FedEx to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use FedEx from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it FedEx, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable FedEx for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the FedEx URL.
- Step 03
Save and start
Save the connection and enable FedEx in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fedex": {
"url": "https://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using FedEx
Open Agent mode in chat and ask: "Using FedEx, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fedex": {
"url": "https://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using FedEx
Ask Copilot: "Using FedEx, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fedex": {
"url": "https://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using FedEx
Open Cascade and ask: "Using FedEx, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fedex": {
"url": "https://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using FedEx
Ask Cline: "Using FedEx, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fedex --transport http "https://edge.vinkius.com/vk_preview_iyQCdNZbvUDqDk7Mmm5sr01xBqhpgXdcm2K3m2rF/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using FedEx
Ask Claude: "Using FedEx, show me...". 9 tools are ready
Where the request belongs
Work FedEx can move forward.
This is for the warehouse manager tired of manual data entry, the e-commerce owner scaling to hundreds of orders a day, and the customer support rep who needs instant tracking updates.
E-commerce Store Owner
Uses the agent to generate labels for daily orders and check shipping costs for different regions.
Warehouse Manager
Monitors multiple shipments at once and verifies shipping availability for bulk freight.
Customer Support Representative
Provides customers with real-time delivery updates and proof of delivery without leaving the chat window.
Logistics Coordinator
Validates thousands of customer addresses and finds the best drop-off points for regional drivers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShipEngine
Compare shipping rates, print labels, and track packages across UPS, FedEx, USPS, and dozens of global carriers instantly.
Freightview
Automate LTL freight quoting, track shipments, and manage carriers via AI agents with Freightview.
DHL
AI logistics: track global shipments, audit delayed packages, and quote DHL worldwide rates.
Shippo
Get the best shipping rates from top carriers, print labels, and track deliveries with an API that simplifies e-commerce shipping.
GoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
Easyship
Equip your AI agent to manage global shipments, track packages, and request shipping rates via the Easyship API.
Bring your own AI
Change the model, client or framework. Keep FedEx connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about FedEx.
The practical details behind the request, access and result.
Can the FedEx MCP create shipping labels?
Yes, it allows your agent to generate shipping labels and tracking numbers automatically using the data from your orders.
Does the FedEx MCP support international shipping?
It can check service availability and provide rate quotes for international routes, helping you plan your global logistics.
Can I track multiple orders at once with the FedEx MCP?
Yes, you can ask your agent to monitor a batch of tracking numbers to see their status in one view.
How does the FedEx MCP help with address errors?
It validates and standardizes customer addresses in real-time, which helps prevent failed deliveries and extra shipping costs.
Can I get proof of delivery using the FedEx MCP?
Yes, your agent can pull the proof of delivery documents, including the signature status and images, for completed shipments.
Is the FedEx MCP suitable for e-commerce businesses?
It's ideal for e-commerce businesses that need to automate label creation, verify addresses, and provide fast tracking updates to customers.
Do I need a FedEx account to use this Connector?
For tracking and address validation, you only need free API credentials from the FedEx Developer Portal. For creating shipments and generating labels, a valid FedEx shipping account number is required.
Can this Connector generate shipping labels?
Yes! The create_shipment capability generates a shipping label (PDF format) and returns the tracking number. You'll need your FedEx account number, shipper/recipient details, and package specifications. The label is returned as a URL or encoded string ready for printing.
How many packages can I track at once?
The track_multiple_packages capability allows tracking up to 30 packages in a single request. For larger batch tracking, you can make multiple requests. Each individual tracking request returns full scan history and delivery status.
Do I need a FedEx account to use this MCP server?
For tracking and address validation, you only need free API credentials from the FedEx Developer Portal. For creating shipments and generating labels, a valid FedEx shipping account number is required.
Can this MCP server generate shipping labels?
Yes! The create_shipment capability generates a shipping label (PDF format) and returns the tracking number. You'll need your FedEx account number, shipper/recipient details, and package specifications. The label is returned as a URL or encoded string ready for printing.
One connection away
Give your agent a direct line to FedEx.
Connect FedEx once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available