{
  "name": "NPR station finder service MCP server",
  "nodes": [
    {
      "id": "6a86e0e7-236e-4531-a433-d3a0b76d9a77",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflo"
      }
    },
    {
      "id": "ce201fa2-4043-4511-8fd2-c173dde16667",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 760,
        "content": "## 🛠️ NPR Station Finder Service MCP Server ✅ 2 operations\n\n### About\nAllows clients to look up NPR member station information\n\n### 🔧 How it Works\n\nThis workflow converts the NPR Station Finder Servic"
      }
    },
    {
      "id": "3e3daf17-9f45-44c1-b278-65b07eb53771",
      "name": "NPR Station Finder Service MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "13d71f04-809f-4198-8d17-17d0e5020db5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Station Finder"
      }
    },
    {
      "id": "ae6c5aa4-2bf9-422f-b12b-de2d2bf989e4",
      "name": "Get Stations 1",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "e18855f2-acb4-46b9-a08d-9554285c8600",
      "name": "Get Station 1",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    }
  ],
  "connections": {
    "Get Station 1": {
      "ai_tool": [
        [
          {
            "node": "NPR Station Finder Service MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Stations 1": {
      "ai_tool": [
        [
          {
            "node": "NPR Station Finder Service MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}