Skip to content
MCP-Bridge
Developer ToolsAuto-generated

AGCO API MCP Server

AGCO API API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/agco-ats-com

Environment Variables

AGCO_API_API_KEY

Example: your_agco_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "agco-ats-com": {
      "command": "npx",
      "args": ["-y","@mcp/agco-ats-com"],
      "env": {
      "AGCO_API_API_KEY": "your_agco_api_api_key"
}
    }
  }
}

Endpoints

GET/api/v2/AftermarketServices/Certificates

No 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}/IQACodes

Get injector codes given engine.

PUT/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes

Report the IQA codes used by an engine

GET/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData

Get production calibration data for given engine.

GET/api/v2/AftermarketServices/Hello

Check whether there is connectivity to AGCO Power Web Services

GET/api/v2/AftermarketServices/UserStatuses

Retrieve the status of an EDT Kit Registration with AGCO Power Web Services

PUT/api/v2/AftermarketServices/UserStatuses

Update the status of an EDT Kit Registration with AGCO Power Web Services

PUT/api/v2/AuthenticatedUsers/{UserID}/Tokens

Manage API tokens.

POST/api/v2/Authentication

Authenticate a user.