{
  "name": "FuelMarble",
  "version": "1.0.0",
  "description": "FuelMarble AI agent — UK fuel prices, fuel efficiency calculations, and fleet device information",
  "url": "https://fuelmarble.com",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://fuelmarble.com/mcp",
      "transport": "http"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "fuel-prices",
      "name": "UK Fuel Prices",
      "description": "Get current UK diesel and petrol pump prices"
    },
    {
      "id": "fuel-savings",
      "name": "Fuel Savings Calculator",
      "description": "Calculate projected fuel cost savings with FuelMarble for a given vehicle and mileage"
    },
    {
      "id": "product-info",
      "name": "Product Information",
      "description": "FuelMarble S (£239, under 2t) and FuelMarble L (£519, over 2t) product details"
    }
  ]
}
