{
  "name": "SYMONE",
  "description": "SYMONE is Europe's first motorcycle highway transport service. Riders travel comfortably in a vehicle while their motorcycle is towed on a trailer behind them. Available for Paris–Marseille and other French routes.",
  "version": "1.0.0",
  "url": "https://symone.fr",
  "serverUrl": "https://symone.fr/api-proxy",
  "logo": "https://symone.fr/assets/images/logo.png",
  "contact": {
    "email": "contact@symone.fr",
    "url": "https://symone.fr/contact"
  },
  "provider": {
    "name": "SYMONE SAS",
    "legalName": "SYMONE SAS",
    "url": "https://symone.fr",
    "address": {
      "streetAddress": "75B avenue du Drapeau",
      "postalCode": "21000",
      "addressLocality": "Dijon",
      "addressCountry": "FR"
    }
  },
  "tools": [
    {
      "name": "search_routes",
      "description": "Get all upcoming motorcycle transport routes in France. Returns a full list of future trips with dates, prices, and available slots. Filter by depart/arrival city client-side.",
      "method": "GET",
      "endpoint": "/route/get/results",
      "parameters": {}
    },
    {
      "name": "get_paris_marseille",
      "description": "Get available Paris–Marseille route IDs from cache. Fast response.",
      "method": "GET",
      "endpoint": "/route/paris-marseille-cache",
      "parameters": {}
    }
  ],
  "skills": "https://symone.fr/.well-known/agent-skills/index.json",
  "documentation": "https://symone.fr/api/index.md",
  "llms": "https://symone.fr/llms.txt",
  "llms_full": "https://symone.fr/llms-full.txt",
  "pricing": "https://symone.fr/pricing.md",
  "capabilities": {
    "streaming": false,
    "webhooks": true,
    "authentication": "none-for-public-endpoints"
  },
  "languages": ["fr", "en"]
}
