Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/agco-ats-com.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "agco-ats-com": {
      "url": "https://mcpbridge.org/config/agco-ats-com.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "agco-ats-com": {
      "url": "https://mcpbridge.org/config/agco-ats-com.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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.