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.jsonConfiguration 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
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.jsonEnvironment Variables
AGCO_API_API_KEYReplace your_agco_api_api_key with your actual agco api api key
Endpoints
/api/v2/AftermarketServices/CertificatesNo Documentation Found.
/api/v2/AftermarketServices/ECUs/{serialNumber}Activate or Deactivate an ECU, or Report an ECU as Damaged.
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodesGet injector codes given engine.
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodesReport the IQA codes used by an engine
/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionDataGet production calibration data for given engine.
/api/v2/AftermarketServices/HelloCheck whether there is connectivity to AGCO Power Web Services
/api/v2/AftermarketServices/UserStatusesRetrieve the status of an EDT Kit Registration with AGCO Power Web Services
/api/v2/AftermarketServices/UserStatusesUpdate the status of an EDT Kit Registration with AGCO Power Web Services
/api/v2/AuthenticatedUsers/{UserID}/TokensManage API tokens.
/api/v2/AuthenticationAuthenticate a user.