Skip to main content
Glama
europarcel
by europarcel

Europarcel MCP Server

Install via Docker

For Claude Desktop (Stdio Mode)

docker run -d \
  -e MCP_TRANSPORT=stdio \
  -e EUROPARCEL_API_KEY=your-api-key \
  --name europarcel-mcp \
  europarcel/mcp:latest

For Web Integrations (HTTP Mode)

docker run -d \
  -p 3000:3000 \
  -e MCP_TRANSPORT=http \
  --name europarcel-mcp \
  europarcel/mcp:latest

Server runs on http://localhost:3000

Related MCP server: Logistics AI MCP

Install via Docker Compose

For HTTP Mode (Web Integrations)

# docker-compose.yml
version: '3.8'
services:
  europarcel-mcp:
    image: europarcel/mcp:latest
    container_name: europarcel-mcp
    ports:
      - "3000:3000"
    environment:
      - MCP_TRANSPORT=http
      - MCP_PORT=3000
    restart: unless-stopped

For Stdio Mode (Claude Desktop)

# docker-compose.yml
version: '3.8'
services:
  europarcel-mcp:
    image: europarcel/mcp:latest
    container_name: europarcel-mcp
    environment:
      - MCP_TRANSPORT=stdio
      - EUROPARCEL_API_KEY=your-api-key-here
    restart: unless-stopped

Then run:

docker-compose up -d

Available Tools

Account: getProfile
Addresses: getBillingAddresses, getShippingAddresses, getDeliveryAddresses
Locations: getCountries, getCounties, getLocalities, getCarriers, getServices, getFixedLocations, getFixedLocationById
Search: searchLocalities, searchStreets, postalCodeReverse
Orders: getOrders, getOrderById, createOrder, cancelOrder, trackAwbsByCarrier, generateLabelLink, trackOrdersByIds
Pricing: calculatePrices
Repayments: getRepayments, getPayoutReports

Get API Key

Contact: cs@europarcel.com

API Documentation

https://api.europarcel.com/api/documentation

License

MIT License

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
11Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Enables users to manage package deliveries through the Parcel.app tracking API. It allows AI clients to list active or recent deliveries and add new packages directly to a Parcel account using tracking numbers and carrier codes.
    Last updated
    33
    GPL 3.0
  • A
    license
    A
    quality
    D
    maintenance
    Connect any MCP-compatible AI to Royal Mail shipping. This server exposes five tools that let Claude, Cursor or any MCP client book orders, fetch postage labels, track shipments and cancel bookings through the official Click & Drop API.
    Last updated
    5
    19
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses

  • Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math

  • Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.

View all MCP Connectors

Latest Blog Posts

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/europarcel/mcp-docker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server