agco-mcp.yml
A candidate MCP tool surface over the AGCO Technical Support (ATS) API. Scoped deliberately to the read and low-consequence operations a dealer-support agent would actually need — the full contract carries 153 mutating operations including ECU activation and user/permission management, which should not be exposed to an agent without a human in the loop. See agentic-access/agco-agentic-access.yml and conventions/agco-conventions.yml for why: this API has no idempotency mechanism, so a retried write duplicates.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
agco_check_api_alive— Acknowledges the connection to the API.agco_check_power_services_connectivity— Check whether there is connectivity to AGCO Power Web Services.agco_list_dealers— Get a list of dealers. Paged with limit/offset.agco_get_dealer_by_code— Lookup a dealer using a dealer code.agco_count_dealers_by_country— Get a total count of dealers per country.agco_list_brands— Gets a list of Brands.agco_list_clients— Get a list of Clients in the Update System (registered EDT installations).agco_get_client_subscriptions— Get a client's current update group subscriptions.agco_get_client_available_subscriptions— Get a client's available update group subscriptions.agco_list_packages— List distributable software packages.agco_get_package— Find a Package.agco_list_package_types— Get all of the Package Types.agco_list_update_groups— Get a list of Update Groups.agco_list_bundles— Get the list of bundles.agco_list_authorization_codes— Get authorization codes.agco_get_authorization_code— Get an authorization code by its ID.agco_validate_authorization_code— Validate an authorization code. The contract carries no description for this operation.agco_get_engine_production_data— Get production calibration data for a given AGCO Power engine.agco_get_engine_iqa_codes— Get injector (IQA) codes for a given engine.agco_list_languages— Get a list of the languages for which translations are supported.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.