{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://tridenttaxis.online/mcp-schemas/index.json",
  "title": "Trident Taxis MCP tool schemas",
  "description": "JSON Schema (Draft 2020-12) definitions for every tool exposed by the Trident Taxis MCP server at /mcp.",
  "server": {
    "name": "trident-taxis-mcp",
    "version": "0.1.0",
    "endpoint": "https://tridenttaxis.online/mcp",
    "protocolVersion": "2025-06-18"
  },
  "tools": {
    "estimate_fare": { "$ref": "./estimate_fare.schema.json" },
    "get_service_info": { "$ref": "./get_service_info.schema.json" },
    "start_booking": { "$ref": "./start_booking.schema.json" }
  }
}
