{
  "name": "eurocollis-mcp",
  "version": "2.1.0",
  "transport": "streamable-http",
  "protocol_version": "2025-03-26",
  "endpoint": "https://api.eurocollis.com/mcp",
  "usage": "POST JSON-RPC 2.0 with 'Accept: application/json, text/event-stream'. This URL is not browsable.",
  "auth": "Optional 'x-eurocollis-key' header — an anon key is minted on first call and returned in the x-eurocollis-key response header.",
  "read_only": true,
  "capabilities": {
    "bookings": false,
    "payments": false,
    "account_access": false,
    "pii": false
  },
  "tools": [
    "get_eurocollis_info",
    "get_services",
    "get_prohibited_items",
    "get_routes",
    "get_cities",
    "get_quote",
    "search_couriers",
    "get_courier",
    "get_storefront",
    "track_shipment",
    "estimate_customs",
    "convert_currency"
  ],
  "pricing_contract": "get_quote returns the final total price and its currency only. No fees, deposits or internal payment breakdown are exposed.",
  "rest_api": "https://api.eurocollis.com/v1",
  "openapi": "https://api.eurocollis.com/v1/openapi.json",
  "docs": "https://www.eurocollis.com/developers/mcp-docs",
  "playground": "https://www.eurocollis.com/developers/playground"
}