{
  "_type": "export",
  "__export_format": 4,
  "__export_date": "2026-07-16T06:33:55.896Z",
  "__export_source": "trident-taxis.mcp-docs",
  "resources": [
    {
      "_id": "wrk_be15cdbe798a40be8e2f89b29726bf2c",
      "_type": "workspace",
      "parentId": null,
      "name": "Trident Taxis MCP",
      "description": "Insomnia workspace with one request per MCP tool at https://tridenttaxis.online/mcp. Set `accessToken` in the Base environment when running in OAuth mode.",
      "scope": "collection"
    },
    {
      "_id": "env_8b381729d68f4669a6f323cdd4c674f5",
      "_type": "environment",
      "parentId": "wrk_be15cdbe798a40be8e2f89b29726bf2c",
      "name": "Base Environment",
      "data": {
        "mcpEndpoint": "https://tridenttaxis.online/mcp",
        "accessToken": ""
      },
      "dataPropertyOrder": {
        "&": [
          "mcpEndpoint",
          "accessToken"
        ]
      },
      "color": null,
      "isPrivate": false,
      "metaSortKey": 1784183635
    },
    {
      "_id": "req_fa10b99ec4ed452496d97bd535b8f42f",
      "_type": "request",
      "parentId": "wrk_be15cdbe798a40be8e2f89b29726bf2c",
      "name": "estimate_fare — Estimate fare",
      "description": "Live GBP quote between a UK pickup and dropoff using the Argyll & Bute council tariff, vehicle rate mapping, and surcharges (airport, meet & greet, 8-seater local, pre-booking). Returns distance, duration, applied rules, and the tariff version.",
      "method": "POST",
      "url": "{{ _.mcpEndpoint }}",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"estimate_fare\",\n    \"arguments\": {\n      \"pickup\": \"Helensburgh Central Station\",\n      \"dropoff\": \"Glasgow Airport\",\n      \"vehicleType\": \"executive\",\n      \"meetAndGreet\": false\n    }\n  }\n}"
      },
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        },
        {
          "name": "Accept",
          "value": "application/json, text/event-stream",
          "description": "Required by MCP Streamable HTTP — omitting text/event-stream returns HTTP 406."
        },
        {
          "name": "MCP-Protocol-Version",
          "value": "2025-06-18"
        },
        {
          "name": "Authorization",
          "value": "Bearer {{ _.accessToken }}",
          "description": "OAuth mode only — leave accessToken blank for public mode, or disable this header.",
          "disabled": true
        }
      ],
      "parameters": [],
      "authentication": {},
      "metaSortKey": 1784183635,
      "isPrivate": false,
      "settingStoreCookies": true,
      "settingSendCookies": true,
      "settingDisableRenderRequestBody": false,
      "settingEncodeUrl": true,
      "settingRebuildPath": true,
      "settingFollowRedirects": "global"
    },
    {
      "_id": "req_91ae2d655d1f4a8dae76f2e8f1dc841d",
      "_type": "request",
      "parentId": "wrk_be15cdbe798a40be8e2f89b29726bf2c",
      "name": "get_service_info — Get service info",
      "description": "Overview of the operator: coverage area, vehicle fleet with passenger capacity, tariff bands, surcharge summary, and booking channels. No input required.",
      "method": "POST",
      "url": "{{ _.mcpEndpoint }}",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_service_info\",\n    \"arguments\": {}\n  }\n}"
      },
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        },
        {
          "name": "Accept",
          "value": "application/json, text/event-stream",
          "description": "Required by MCP Streamable HTTP — omitting text/event-stream returns HTTP 406."
        },
        {
          "name": "MCP-Protocol-Version",
          "value": "2025-06-18"
        },
        {
          "name": "Authorization",
          "value": "Bearer {{ _.accessToken }}",
          "description": "OAuth mode only — leave accessToken blank for public mode, or disable this header.",
          "disabled": true
        }
      ],
      "parameters": [],
      "authentication": {},
      "metaSortKey": 1784183636,
      "isPrivate": false,
      "settingStoreCookies": true,
      "settingSendCookies": true,
      "settingDisableRenderRequestBody": false,
      "settingEncodeUrl": true,
      "settingRebuildPath": true,
      "settingFollowRedirects": "global"
    },
    {
      "_id": "req_86b7259df4d04bc3b8619847596d0eb5",
      "_type": "request",
      "parentId": "wrk_be15cdbe798a40be8e2f89b29726bf2c",
      "name": "start_booking — Start booking",
      "description": "Builds a prefilled booking URL with a live fare quote embedded in the query string. Does NOT confirm a booking — the passenger completes name, phone, date and payment on the site.",
      "method": "POST",
      "url": "{{ _.mcpEndpoint }}",
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"start_booking\",\n    \"arguments\": {\n      \"pickup\": \"Helensburgh Central Station\",\n      \"dropoff\": \"Glasgow Airport\",\n      \"vehicleType\": \"mpv\",\n      \"passengers\": 6,\n      \"meetAndGreet\": true\n    }\n  }\n}"
      },
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        },
        {
          "name": "Accept",
          "value": "application/json, text/event-stream",
          "description": "Required by MCP Streamable HTTP — omitting text/event-stream returns HTTP 406."
        },
        {
          "name": "MCP-Protocol-Version",
          "value": "2025-06-18"
        },
        {
          "name": "Authorization",
          "value": "Bearer {{ _.accessToken }}",
          "description": "OAuth mode only — leave accessToken blank for public mode, or disable this header.",
          "disabled": true
        }
      ],
      "parameters": [],
      "authentication": {},
      "metaSortKey": 1784183637,
      "isPrivate": false,
      "settingStoreCookies": true,
      "settingSendCookies": true,
      "settingDisableRenderRequestBody": false,
      "settingEncodeUrl": true,
      "settingRebuildPath": true,
      "settingFollowRedirects": "global"
    }
  ]
}
