MCP server for last-mile delivery platform — query orders, manage routes, track drivers, and analyse route efficiency from any MCP-compatible AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fleetsync-mcp": {
"command": "npx",
"args": [
"-y",
"RobsonAdvincula/fleetsync-mcp"
]
}
}
}
Run in terminal:
claude mcp add fleetsync-mcp npx -y RobsonAdvincula/fleetsync-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fleetsync-mcp": {
"command": "npx",
"args": [
"-y",
"RobsonAdvincula/fleetsync-mcp"
]
}
}
}