{
  "name": "AlloConvoy",
  "description": "Plateforme nationale de convoyage véhicule en France — devis Jockey par la route et transport sur plateau porte-voiture.",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "AlloConvoy",
    "url": "https://alloconvoy.fr/"
  },
  "supportedInterfaces": [
    {
      "url": "https://alloconvoy.fr/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "convoyage-quote",
      "name": "Estimation de devis convoyage",
      "description": "Calculer un devis indicatif Jockey ou Plateau entre villes françaises.",
      "tags": ["convoyage", "devis", "logistique"],
      "examples": ["Devis Paris Lyon en convoyage jockey"]
    },
    {
      "id": "site-navigation",
      "name": "Navigation site",
      "description": "Rechercher et accéder aux pages trajets SEO et services AlloConvoy.",
      "tags": ["navigation", "seo"],
      "examples": ["Lister les trajets plateau disponibles"]
    }
  ],
  "authentication": {
    "schemes": ["oauth2"],
    "oauth": "https://alloconvoy.fr/.well-known/oauth-authorization-server"
  },
  "documentationUrl": "https://alloconvoy.fr/docs/api/",
  "links": {
    "apiCatalog": "https://alloconvoy.fr/.well-known/api-catalog",
    "openapi": "https://alloconvoy.fr/api/openapi.json",
    "authMd": "https://alloconvoy.fr/auth.md",
    "agentSkills": "https://alloconvoy.fr/.well-known/agent-skills/index.json",
    "mcpServerCard": "https://alloconvoy.fr/.well-known/mcp/server-card.json"
  }
}
