theYahia/ati-su-mcp
MCP server for ATI.su — freight exchange, cargo search, truck matching (Russia)
Platform-specific configuration:
{
"mcpServers": {
"ati-su-mcp": {
"command": "npx",
"args": [
"-y",
"ati-su-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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 |
ATI_TOKEN=your-token{
"mcpServers": {
"ati-su": {
"command": "npx",
"args": ["-y", "@theyahia/ati-su-mcp"],
"env": { "ATI_TOKEN": "your-token" }
}
}
}npm install
npm run build
npm testMIT
Loading reviews...