← Registry

General Tools

eurocollis.com

This MCP server provides information about EuroCollis logistics, including routes, services, prohibited items, and city availability for shipping between Morocco and Europe.

1 endpoint12 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://api.eurocollis.com/mcp

No auth detected

MCP server metadata

Name
eurocollis-mcp
Version
2.1.0
Capabilities
tools.listChanged

Known tools 12

get_eurocollis_info

What EuroCollis is, the corridors it operates, currency, deposit model and where bookings are completed.

Inferred read-only
get_services

Shippable item catalogue with pricing units — use item_id values when calling get_quote with items.

Inferred read-only
get_prohibited_items

Items EuroCollis and Morocco/EU customs prohibit.

Inferred read-only
get_routes

Every supported Morocco ↔ Europe corridor.

Inferred read-only
get_cities

Supported pickup/delivery cities for one country.

Inferred read-only
get_quote

Authoritative price quote for a Morocco ↔ Europe shipment, returned from the same pricing engine the website uses.

Inferred read-only
search_couriers

Live, verified couriers with upcoming trips on a corridor.

Inferred read-only
get_courier

Public profile for one courier by storefront slug or courier id.

Inferred read-only
get_storefront

Published courier storefront with its canonical URL (custom domain / subdomain / platform path) and corridor pages.

Inferred read-only
track_shipment

Public shipment status.

Inferred read-only
estimate_customs

Indicative duty + VAT estimate.

Inferred read-only
convert_currency

Convert an amount between EuroCollis-supported currencies using live MAD-based rates.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.eurocollis-mcp]
url = "https://api.eurocollis.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eurocollis-mcp": {
      "type": "http",
      "url": "https://api.eurocollis.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eurocollis-mcp
Remote MCP URL: https://api.eurocollis.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "eurocollis-mcp": {
      "url": "https://api.eurocollis.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eurocollis-mcp": {
      "type": "http",
      "url": "https://api.eurocollis.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eurocollis-mcp",
  "transport": "streamable-http",
  "url": "https://api.eurocollis.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.