Skip to content

theYahia/ati-su-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

  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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors