AGCO API Claude Desktop Config
Add the AGCO API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"agco-ats-com": {
"command": "npx",
"args": [
"-y",
"@mcp/agco-ats-com"
],
"env": {
"AGCO_API_API_KEY": "your_agco_api_api_key"
}
}
}
}Environment Variables
AGCO_API_API_KEYReplace your_agco_api_api_key with your actual agco api api key
Endpoints
GET
/api/v2/AftermarketServices/CertificatesNo Documentation Found.
PUT
/api/v2/AftermarketServices/ECUs/{serialNumber}Activate or Deactivate an ECU, or Report an ECU as Damaged.
GET
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodesGet injector codes given engine.
PUT
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodesReport the IQA codes used by an engine
GET
/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionDataGet production calibration data for given engine.
GET
/api/v2/AftermarketServices/HelloCheck whether there is connectivity to AGCO Power Web Services
GET
/api/v2/AftermarketServices/UserStatusesRetrieve the status of an EDT Kit Registration with AGCO Power Web Services
PUT
/api/v2/AftermarketServices/UserStatusesUpdate the status of an EDT Kit Registration with AGCO Power Web Services
PUT
/api/v2/AuthenticatedUsers/{UserID}/TokensManage API tokens.
POST
/api/v2/AuthenticationAuthenticate a user.