@theyahia/ati-su-mcp
v1.0.1
Published
MCP server for ATI.su — freight exchange, cargo search, truck matching (Russia)
Downloads
186
Maintainers
Readme
@theyahia/ati-su-mcp
MCP server for ATI.su freight exchange API — cargo search, truck matching, company ratings for AI agents.
Tools (8)
| 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 |
Setup
- Get API token: https://ati.su/Profile/APIToken
- Set env:
ATI_TOKEN=your-token
Claude Desktop
{
"mcpServers": {
"ati-su": {
"command": "npx",
"args": ["-y", "@theyahia/ati-su-mcp"],
"env": { "ATI_TOKEN": "your-token" }
}
}
}Demo Prompts
- "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"
Development
npm install
npm run build
npm testLicense
MIT
