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.
ENDPOINT 1
https://api.eurocollis.com/mcp
MCP server metadata
- Name
- eurocollis-mcp
- Version
- 2.1.0
Known tools 12
get_eurocollis_infoWhat EuroCollis is, the corridors it operates, currency, deposit model and where bookings are completed.
Inferred read-onlyget_servicesShippable item catalogue with pricing units — use item_id values when calling get_quote with items.
Inferred read-onlyget_quoteAuthoritative price quote for a Morocco ↔ Europe shipment, returned from the same pricing engine the website uses.
Inferred read-onlyget_storefrontPublished courier storefront with its canonical URL (custom domain / subdomain / platform path) and corridor pages.
Inferred read-onlyconvert_currencyConvert an amount between EuroCollis-supported currencies using live MAD-based rates.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.