★ 0 stars
Python
🔌 API Integration
Updated 1d ago
MCP Server for TRANSCEND Route Optimization API. Model Context Protocol tools for route optimization, toll costs, weather, POIs, traffic and fuel stations. Compatible with Claude Desktop, Cursor and any LLM supporting MCP.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"transcend-mcp-server": {
"command": "uvx",
"args": [
"transcend-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add transcend-mcp-server uvx transcend-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"transcend-mcp-server": {
"command": "uvx",
"args": [
"transcend-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install transcend-mcp-server
Topics
api-integration claude-desktop erp-integration fleet-management logistics-api logistics-software mcp-server mcp-tools model-context-protocol openapi poi-api python route-optimization route-planning supply-chain