{
  "name": "Fuelistic",
  "description": "Fuel efficiency tracker with an MCP server for AI agents. Tools cover vehicle listing, fuel-log reads, new fill-ups, and multi-vehicle efficiency comparison.",
  "endpoint": "https://nhmdldbttxovnfbfaktw.supabase.co/functions/v1/mcp",
  "transport": "streamable-http",
  "auth": {
    "type": "oauth2",
    "flow": "authorization_code",
    "dynamic_client_registration": true
  },
  "documentation": "https://fuelistic.app/developers/mcp",
  "tools": [
    { "name": "list_vehicles", "read_only": true },
    { "name": "list_fuel_logs", "read_only": true },
    { "name": "log_fill_up", "read_only": false },
    { "name": "compare_vehicles", "read_only": true }
  ]
}
