For Agents
Look up tractor engines and ECUs by serial number, manage diagnostic tool license activations and authorization codes, and administer dealer users, releases, and content for AGCO agricultural equipment.
Get started with AGCO Aftermarket Tools Service API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"look up tractor engine production data"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with AGCO Aftermarket Tools Service API API.
Look up engine production data and IQA codes by engine serial number
Retrieve ECU records by serial number for diagnostic workflows
Manage authorization codes and authorization categories that gate diagnostic tool features
Activate and revoke diagnostic tool licenses for specific dealer technicians
GET STARTED
Use for: I need to look up engine production data for serial number ABC123, Activate a diagnostic tool license for a dealer technician, List all authorization codes for a specific dealer client, Retrieve the IQA codes for a specific engine
Not supported: Does not handle equipment ordering, parts e-commerce, or end-customer telematics — use for AGCO dealer aftermarket service operations: engines, ECUs, diagnostic licenses, and dealer admin only.
AGCO Aftermarket Tools Service (ATS) is the dealer-facing API for AGCO's agricultural equipment service ecosystem — tractors, engines, ECUs, and aftermarket diagnostic tools across the Massey Ferguson, Fendt, Valtra, and Challenger brands. The 163-path surface covers engine and ECU records by serial number, license activations and authorization codes for diagnostic tooling, dealer client and user administration, software releases and update groups, content submissions and translation sets, and a reporting layer for service operations.
Administer dealer client accounts, user profiles, and assigned roles
Publish software releases and assign equipment to update groups
Run dealer service reports across the ATS data set
Patterns agents use AGCO Aftermarket Tools Service API API for, with concrete tasks.
★ Dealer Diagnostic License Management
AGCO dealers issue, monitor, and revoke diagnostic tool licenses for their technicians via the ATS API. The LicenseActivations and AuthorizationCodes endpoints expose the per-technician entitlement so dealer admins can audit who can run which diagnostics on which equipment, replacing manual entitlement spreadsheets and offline sync jobs.
List active LicenseActivations for a specific dealer client and revoke any belonging to technicians no longer employed
Engine and ECU Lookup for Service
Service technicians look up an engine or ECU by serial number to retrieve production data, IQA codes, and aftermarket certificates before working on a tractor. The /AftermarketServices/Engines/{serialNumber}/* endpoints return the data in seconds, replacing paper service records and dealer-portal browsing during a workshop visit.
Given an engine serial number, fetch ProductionData and IQACodes and present a single service-history view to the technician
Localised Dealer Content Distribution
AGCO ships service content (procedures, fault codes, translations) to dealers via the ATS ContentSubmissions and TranslationSets endpoints. New procedures are submitted, translated for each market, and then assigned to the relevant UpdateGroups so dealer tools sync the latest content automatically. Replaces manual content packaging across regions.
List ContentSubmissions awaiting translation, push them through the TranslationSets endpoint for German and French, and assign the translated content to the EU UpdateGroup
AI Agent Service Operations
Through Jentic, an agent embedded in a dealer help desk can look up engine and ECU records, summarise authorization codes for a customer, and surface release-note context without holding the dealer's API credentials. The agent searches by intent, executes the right /api/v2 path, and returns the structured response.
Search Jentic for 'lookup tractor engine production data', load the schema for /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData, and execute it for a customer's serial number
280 endpoints — agco aftermarket tools service (ats) is the dealer-facing api for agco's agricultural equipment service ecosystem — tractors, engines, ecus, and aftermarket diagnostic tools across the massey ferguson, fendt, valtra, and challenger brands.
METHOD
PATH
DESCRIPTION
/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData
Engine production data by serial number
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes
IQA codes for a specific engine
/api/v2/AftermarketServices/ECUs/{serialNumber}
ECU record by serial number
/api/v2/AftermarketServices/Certificates
Aftermarket certificate records
/api/v2/Authentication
Authenticate a dealer user
/api/v2/Clients
List dealer client accounts
/api/v2/LicenseActivations
List diagnostic tool license activations
/api/v2/Releases
List software releases
/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData
Engine production data by serial number
/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes
IQA codes for a specific engine
/api/v2/AftermarketServices/ECUs/{serialNumber}
ECU record by serial number
/api/v2/AftermarketServices/Certificates
Aftermarket certificate records
/api/v2/Authentication
Authenticate a dealer user
Three things that make agents converge on Jentic-routed access.
Credential isolation
Dealer credentials and any AGCO authorization tokens are stored encrypted in the Jentic vault. Agents receive scoped access at execution time and never hold raw dealer logins, which matters because the same credentials gate diagnostic licensing.
Intent-based discovery
Agents search Jentic by intent (e.g., 'lookup tractor engine production data') and Jentic returns the matching ATS operation from the 280-endpoint surface, so the agent picks the right /api/v2 path without browsing AGCO's swagger docs.
Time to first call
Direct ATS integration: 1-2 weeks navigating 280 endpoints and dealer auth. Through Jentic: under 1 hour per use case — search, load, execute.
Alternatives and complements available in the Jentic catalogue.
Salesforce API
CRM many AGCO dealers use to track customer service interactions.
Pair when dealer service interactions in Salesforce should pull engine and license context from ATS automatically.
Stripe API
Payments platform used to bill customers for service work.
Pair to charge customers for service jobs that ATS records on the dealer side.
Zendesk API
Help desk used by dealer service teams.
Pair when dealer help-desk tickets in Zendesk need ATS engine and license context to be resolved efficiently.
Specific to using AGCO Aftermarket Tools Service API API through Jentic.
What authentication does the AGCO ATS API use?
The OpenAPI spec does not declare a security scheme. In practice, the dealer-facing ATS API authenticates dealer users via POST /api/v2/Authentication and uses the resulting session for subsequent calls. Through Jentic, dealer credentials are stored encrypted and supplied at execution time.
Can I look up a tractor engine by serial number with this API?
Yes. GET /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData returns production data, and the sibling /IQACodes path returns the IQA code list. /api/v2/AftermarketServices/ECUs/{serialNumber} returns the ECU record.
What are the rate limits for the AGCO ATS API?
AGCO does not publish rate limits in the spec. The API is intended for dealer back-office and workshop tools rather than high-frequency public traffic — pace large reporting jobs and back off on HTTP 429.
How do I activate a diagnostic tool license through Jentic?
Search Jentic for 'agco activate diagnostic license', load the LicenseActivations schema, and execute the create call with the technician id and authorization code. Jentic returns the activation record confirming the technician now has access.
Which AGCO equipment brands does this API cover?
ATS supports the AGCO dealer network across Fendt, Massey Ferguson, Valtra, Challenger, and other AGCO brands. Lookups are by serial number rather than brand, but content and authorization codes are scoped per dealer client account.
Is this API for end customers or for dealers?
This API is for AGCO dealers, not end-customer telematics. End-customer fleet data lives in different AGCO products. Use ATS for dealer service operations — engines, ECUs, diagnostic licenses, content, and reporting.
/api/v2/Clients
List dealer client accounts
/api/v2/LicenseActivations
List diagnostic tool license activations
/api/v2/Releases
List software releases