Skip to main content

What is ColisMove MCP?

ColisMove MCP (Model Context Protocol) is a remote server that connects your AI coding assistant (Claude Code, Cursor, Windsurf, etc.) directly to ColisMove’s knowledge base. Instead of searching through docs or Slack, just ask a question in natural language and get accurate, up-to-date answers.

For Mobile Developers

Get API endpoints, request/response formats, and integration guides for the Flutter app.

For Web Developers

Explore backend architecture, database schema, and API contracts.

For Marketing & Content

Understand product features, user flows, and business logic to write accurate content.

For New Team Members

Onboard faster by asking questions about how ColisMove works.

What can you ask?

QuestionWhat MCP does
”How do I create a booking via the API?”Returns the exact endpoint, parameters, headers, and response format
”What’s the reservation lifecycle?”Explains the full state machine with transitions
”Which endpoints require KYC verification?”Searches the API spec and returns matching endpoints
”How does Stripe Connect payment work?”Explains the escrow flow, platform fees, and transfer logic
”What are the error codes for payment failures?”Returns the ErrorResponse schema with all error codes
”Explain the hexagonal architecture of the project”Describes modules, ports, adapters, and conventions

Available tools

The MCP server exposes these tools that your AI assistant calls automatically:
ToolDescription
get_project_contextArchitecture, business flows, conventions, tech stack
get_api_docsFull documentation for a specific endpoint
search_api_docsSearch endpoints by keyword
get_openapi_specRaw OpenAPI specification (full or filtered)
You don’t need to call these tools manually. Your AI assistant detects when they’re relevant and uses them automatically.

Next steps

Installation

Set up MCP in 2 minutes

Usage examples

See real examples for your role