Skip to content
MCP-Bridge
Developer Tools

AGCO API Claude Desktop Config

Add the AGCO API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_agco_api_api_key with your actual 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.