{
  "schema_version": "v1",
  "agents": [
    {
      "name": "GST Cranes Inventory Agent",
      "description": "Answers questions about used crane inventory, specifications, pricing, availability and submits buyer inquiries.",
      "url": "https://gstcranes.com/",
      "capabilities": [
        "search_cranes",
        "get_crane_details",
        "list_brands",
        "filter_by_tonnage",
        "submit_inquiry",
        "submit_crane_request",
        "subscribe_newsletter"
      ],
      "api": {
        "openapi": "https://gstcranes.com/.well-known/openapi.json"
      },
      "mcp": {
        "manifest": "https://gstcranes.com/.well-known/mcp/manifest.json",
        "transport": "https://gstcranes.com/api/v1/mcp"
      },
      "contact": "info@gstcranes.com",
      "rate_limits": {
        "anonymous": {
          "perMinute": 60,
          "perHour": 1000,
          "perDay": 10000
        },
        "apiKey": {
          "perMinute": 600,
          "perHour": 10000,
          "perDay": 100000
        }
      }
    }
  ]
}