Skip to content
MCP-Bridge
Developer Tools

AGCO API MCP Config

AGCO API API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/agco-ats-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/agco-ats-com.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/agco-ats-com.json

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.