{
  "name": "Query bicycle incident data with BikeWise API through MCP server",
  "nodes": [
    {
      "id": "9c63f65b-fe8e-4589-af2e-c6494ed2cc23",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1060,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Authentication**: \nNo authentication required\n\n3. **Activate Workflow**:\nEnable the workflow to star"
      }
    },
    {
      "id": "a59fbca1-c0ae-4b1f-9b96-770127a503a7",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ BikeWise API v2 MCP Server ✅ 4 operations\n\n### About\nThis is an API for accessing information about bicycling related incidents. You can find the source code on GitHub.\n\n### 🔧 How it Works\n\nThis"
      }
    },
    {
      "id": "5ae7a51a-cdb8-4894-a459-ab6d2768fec9",
      "name": "BikeWise API v2 MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "8a8f750b-47b0-44a5-a426-6bf2922b81dd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Incidents"
      }
    },
    {
      "id": "183655c7-a526-408e-ad65-5defb32736ed",
      "name": "Paginated incidents matching parameters",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "fe64c701-e2d5-4e92-9cff-c9d14f089201",
      "name": "Get incident",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "8ad79cc0-cc10-42ce-84a4-7768150d43ec",
      "name": "Description - incidents",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -60
      ],
      "parameters": {
        "width": 500,
        "height": 120,
        "content": "## 📋 Incidents\n\nIncidents matching parameters"
      }
    },
    {
      "id": "e1739cdf-de05-4259-b6fc-78fdf7f84dc2",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Locations"
      }
    },
    {
      "id": "85ea58a8-599f-4db5-bbfd-022d49284082",
      "name": "Unpaginated geojson response",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "cd37d253-b9ae-40b7-be61-a62adb3b1338",
      "name": "Unpaginated geojson response with simplestyled markers",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        180
      ]
    },
    {
      "id": "b9463aea-103f-4de0-b00e-ef0bc3a2b9ed",
      "name": "Description - locations",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        180
      ],
      "parameters": {
        "width": 500,
        "height": 120,
        "content": "## 📋 Locations\n\nGeoJSON response for matching incidents"
      }
    }
  ],
  "connections": {
    "Get incident": {
      "ai_tool": [
        [
          {
            "node": "BikeWise API v2 MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Unpaginated geojson response": {
      "ai_tool": [
        [
          {
            "node": "BikeWise API v2 MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Paginated incidents matching parameters": {
      "ai_tool": [
        [
          {
            "node": "BikeWise API v2 MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Unpaginated geojson response with simplestyled markers": {
      "ai_tool": [
        [
          {
            "node": "BikeWise API v2 MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}