MCP server for ATI.su freight exchange API — cargo search, truck matching, company ratings for AI agents.
| Tool | Description |
|---|---|
search_loads |
Search freight loads by route, weight, volume |
get_load |
Detailed load info by ID |
create_load |
Create a new freight load |
list_my_loads |
List your own loads |
search_trucks |
Search available trucks by route and body type |
get_company |
Company details — rating, reviews, contacts |
search_companies |
Search companies by name, city, type |
get_routes |
Distance and time between cities |
- Get API token: https://ati.su/Profile/APIToken
- Set env:
ATI_TOKEN=your-token
{
"mcpServers": {
"ati-su": {
"command": "npx",
"args": ["-y", "@theyahia/ati-su-mcp"],
"env": { "ATI_TOKEN": "your-token" }
}
}
}- "Find cargo loads from Moscow to Saint Petersburg, 5-10 tons"
- "Search trucks going from Kazan to Novosibirsk with tent body"
- "Get company rating for carrier ID 123456 on ATI.su"
- "Create a load: 8 tons, 40m3, Moscow to Rostov, loading Jan 15"
- "What is the distance from Moscow to Yekaterinburg?"
- "List all my active freight loads"
- "Search freight companies in Krasnodar"
npm install
npm run build
npm testMIT