MCP Server
Europarcel MCP Server
Connect your AI assistants to Europarcel's shipping services with our Model Context Protocol (MCP) server. Available via Docker, npm, or direct URL integration for n8n workflows.
What is a Model Context Protocol (MCP) Server?
MCP is an open standard that enables AI assistants (like Claude) to securely connect to external data sources and tools. Our MCP server acts as a bridge between your AI assistant and Europarcel's shipping API, giving your AI the ability to:
- Calculate shipping prices and delivery times
- Track packages and orders in real-time
- Manage addresses and customer profiles
- Search locations and postal codes
- Generate and download shipping labels
- Access repayment and payout reports
- Cancel orders and manage refunds
- Find lockers and fixed locations
Quick Start
Get started with the MCP server in just a few steps

npm (Recommended)
# Install globally
npm install -g @europarcel/mcp
# Set your API key
export EUROPARCEL_API_KEY=your-key
# Run the server
europarcel-mcp
Docker
# Pull the image
docker pull europarcel/mcp
# Create .env file
echo "EUROPARCEL_API_KEY=your-key" > .env
# Run with environment file
docker run -it --env-file .env europarcel/mcp
n8n Direct URL (No Installation)
# Add new tool in n8n
Click "New Tool" → "MCP Client"
# Configuration
Endpoint: https://mcp.europarcel.com
Type: HTTP Streamble
Header: X-API-KEY = your-api-key
Get your API key from your account section Integrari
Configure Claude Desktop

Add the following configuration to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json Windows:
%APPDATA%/Claude/claude_desktop_config.json {
"mcpServers": {
"europarcel": {
"command": "npx",
"args": ["@europarcel/mcp"],
"env": {
"EUROPARCEL_API_KEY": "your-api-key-here"
}
}
}
}Available Tools (24)
Comprehensive shipping tools covering all aspects of logistics
Account Tools (1)
- • Get customer profile
Address Tools (3)
- • Billing addresses
- • Shipping addresses
- • Delivery addresses
Location Tools (7)
- • Countries & counties
- • Localities & carriers
- • Services by carrier
- • Fixed locations (lockers)
- • Fixed location details
Order Tools (6)
- • List & track orders
- • Get order details by ID
- • Cancel orders
- • Track AWBs by carrier
- • Track orders by IDs
- • Download shipping labels
Search Tools (3)
- • Search localities
- • Find streets
- • Postal code reverse lookup
Repayment Tools (2)
- • Get customer repayments
- • Get payout reports
Pricing Tools (2)
- • Calculate shipping prices
- • Get pricing examples

