{
  "name": "Pinecone API MCP server",
  "nodes": [
    {
      "id": "ac35d8db-33fc-4e22-81a8-9226f3f68743",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d44dda87-bd44-4af6-8eb8-5976a9991d02",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "10dc3238-6338-41ca-a86d-b5fac696f59c",
      "name": "Pinecone MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "a8f7e83d-ad06-4160-ac18-a10e62b4e069",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ca5a51ae-8f0c-4072-8c9a-d789c273193f",
      "name": "List Collections",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "b4f8e454-0041-4c19-b22c-831bf7cd35b9",
      "name": "Create Collection 1",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "70ea4a12-15f1-492b-aa70-a06a14159df0",
      "name": "Delete Collection 1",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "9ecb89ad-34ea-48f6-a8a1-019ce6c08c9b",
      "name": "Describe Collection",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        -60
      ]
    },
    {
      "id": "65e612ed-dafe-48d9-83d3-05baa3d919a2",
      "name": "List Indexes",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        280,
        -60
      ]
    },
    {
      "id": "2f697e1d-38f2-44fc-ad6b-cbec5d904ac4",
      "name": "Create Index",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        140
      ]
    },
    {
      "id": "10d23b17-11ca-4c2e-8f94-aa58753b3a53",
      "name": "Delete Index",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        140
      ]
    },
    {
      "id": "956444be-0360-42aa-b9ed-30b3cc9b8141",
      "name": "Describe Index",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        140
      ]
    },
    {
      "id": "501a5131-3929-45b5-8461-c89741e51e92",
      "name": "Configure Index",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        140
      ]
    },
    {
      "id": "22179cbf-85b0-40e0-9e1b-7cd36a391f8e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "6c773976-a9f9-474b-8365-52f6f19a322e",
      "name": "Retrieve Index Stats",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        400
      ]
    },
    {
      "id": "285a91ce-c649-4cbd-a6b4-3d9ed8a909d9",
      "name": "Execute Query",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        400
      ]
    },
    {
      "id": "0cb93120-adfe-4ec4-a1e0-a8bd6cef8551",
      "name": "Delete Vectors",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        400
      ]
    },
    {
      "id": "7b411bdf-f797-47b6-bf73-8733d8c3b6e5",
      "name": "Fetch Vectors",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        400
      ]
    },
    {
      "id": "67fe2ea7-73e9-43de-8bda-de8392143d71",
      "name": "Update Vectors",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        280,
        400
      ]
    },
    {
      "id": "2a627816-9a16-4fef-8735-5acd7a38a0c9",
      "name": "Upsert Vectors",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        480,
        400
      ]
    }
  ],
  "connections": {
    "Create Index": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Index": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List Indexes": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Execute Query": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Vectors": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Vectors": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Describe Index": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update Vectors": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Upsert Vectors": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Configure Index": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List Collections": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Collection 1": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Collection 1": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Describe Collection": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Index Stats": {
      "ai_tool": [
        [
          {
            "node": "Pinecone MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}