MCP Hub
Back to servers

@theyahia/ati-su-mcp

MCP server for ATI.su — freight exchange, cargo search, truck matching (Russia)

npm176/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/ati-su-mcp

@theyahia/ati-su-mcp

MCP server for ATI.su freight exchange API — cargo search, truck matching, company ratings for AI agents.

Tools (8)

ToolDescription
search_loadsSearch freight loads by route, weight, volume
get_loadDetailed load info by ID
create_loadCreate a new freight load
list_my_loadsList your own loads
search_trucksSearch available trucks by route and body type
get_companyCompany details — rating, reviews, contacts
search_companiesSearch companies by name, city, type
get_routesDistance and time between cities

Setup

  1. Get API token: https://ati.su/Profile/APIToken
  2. 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 test

License

MIT

Reviews

No reviews yet

Sign in to write a review