{
  "name": "Bin card information lookup API connector for AI agents with balance check",
  "nodes": [
    {
      "id": "9a3f74d4-7008-4fb7-bcb2-1ec7b747b01c",
      "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": "46d8ecad-0403-4111-b955-f98becf98511",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ BIN Lookup MCP Server ✅ 2 operations\n\n### About\nBIN lookup API, the free api service from bintable.com to lookup card information using it's BIN. the service maintains updated database based on "
      }
    },
    {
      "id": "54c9d6f8-e90a-4d73-b622-37295916037f",
      "name": "BIN Lookup MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "acaebad1-70e7-42cb-a999-d11243e32bd3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Balance"
      }
    },
    {
      "id": "c1830cb3-92e5-48bb-942b-4e790cc5066c",
      "name": "Check Balance",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "657fa981-796d-4b1d-bb7f-7d6741f2bc73",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Lookup"
      }
    },
    {
      "id": "e208e27f-2c6a-4bec-9a38-5cfb31cebebb",
      "name": "Lookup for bin",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    }
  ],
  "connections": {
    "Check Balance": {
      "ai_tool": [
        [
          {
            "node": "BIN Lookup MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Lookup for bin": {
      "ai_tool": [
        [
          {
            "node": "BIN Lookup MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}