Prerequisites
You need one of these AI coding tools installed:- Claude Code (recommended)
- Cursor
- Windsurf
- Any MCP-compatible client
Get your API key
Request an API key
Ask your team lead or contact support@colismove.com to get a ColisMove MCP API key.
Setup
- Claude Code
- Cursor
- Windsurf
- Other clients
Using environment variables (recommended)
To avoid hardcoding your API key, use an environment variable:~/.zshrc or ~/.bashrc):
Verify the connection
After setup, restart your AI tool and check:- Claude Code
- Cursor / Windsurf
Type
/mcp in Claude Code. You should see colismove-mcp with a green status.Then try:Troubleshooting
Server not connecting
Server not connecting
- Check that the URL is exactly
https://colismove-mcp.onrender.com/mcp(no trailing slash) - Verify your API key is correct
- The server may take ~30 seconds to wake up on first request (free Render tier)
Tools not appearing
Tools not appearing
- Restart your AI tool after adding the configuration
- In Claude Code, run
/mcpto check server status - Ensure the
.mcp.jsonfile is in the project root or~/.claude/
Authentication error (401/403)
Authentication error (401/403)
- Double-check your API key — it should be the full key, not truncated
- Make sure the header format is
Bearer YOUR_KEY(with a space after Bearer) - Contact your team lead if the key has been rotated
Slow responses
Slow responses
The MCP server runs on Render’s free tier. The first request after inactivity may take 30-60 seconds while the server wakes up. Subsequent requests are fast.