@aisar-labs/transportify-mcp
v0.1.2
Published
MCP server for Transportify — same-day delivery and trucking platform for the Philippines
Downloads
248
Maintainers
Readme
Transportify MCP Server
Same-day delivery and trucking platform for the Philippines
Install
npx @aisar-labs/transportify-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| TRANSPORTIFY_API_KEY | Yes | Transportify API key |
| TRANSPORTIFY_BASE_URL | No | Custom base URL |
Tools
| Tool | Description |
|------|-------------|
| get_quotation | Get delivery quotation |
| create_booking | Create booking |
| get_booking | Get booking details |
| cancel_booking | Cancel booking |
| track_booking | Track booking |
| get_vehicle_types | Get available vehicle types |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"transportify": {
"command": "npx",
"args": ["-y", "@aisar-labs/transportify-mcp"],
"env": {
"TRANSPORTIFY_API_KEY": "your-api-key"
}
}
}
}License
MIT
