{
  "info": {
    "name": "Google Cloud Vision — mcp.ai",
    "description": "REST API for the Google Cloud Vision MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/google_cloud_vision",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "google_cloud_vision_annotate_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/annotate/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "annotate",
            "files"
          ]
        },
        "description": "Tool to perform image detection and annotation for batch files in Google Cloud Vision. Supports PDF, TIFF, and GIF files. Extracts up to 5 frames (GIF) or pages (PDF/TIFF) from each file and performs ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"requests\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_annotate_files_async_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/annotate/files/async/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "annotate",
            "files",
            "async",
            "batch"
          ]
        },
        "description": "Tool to run asynchronous image detection and annotation for a list of generic files (PDF, TIFF, GIF). Use when processing multi-page documents that may contain multiple images per page. Results are wr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"requests\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_annotate_images",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/annotate/images",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "annotate",
            "images"
          ]
        },
        "description": "Run image detection and annotation for a batch of images using Google Cloud Vision API. Performs various types of image analysis including face detection, landmark detection, logo detection, label det",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"requests\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_annotate_images_async_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/annotate/images/async/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "annotate",
            "images",
            "async",
            "batch"
          ]
        },
        "description": "Tool to run asynchronous image detection and annotation for a batch of images. Use when processing multiple images or large images that require longer processing time. Results are written to Google Cl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"requests\": \"\",\n  \"outputConfig\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_annotate_location_images",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/annotate/location/images",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "annotate",
            "location",
            "images"
          ]
        },
        "description": "Tool to run image detection and annotation for a batch of images scoped to a specific project and location. Performs various types of image analysis including label detection, face detection, landmark",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"requests\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_create_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product"
          ]
        },
        "description": "Creates a new Product resource in Google Cloud Vision Product Search. A Product represents a physical item that can be visually searched using reference images. After creating a product, you can add r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"productId\": \"\",\n  \"description\": \"\",\n  \"displayName\": \"\",\n  \"productLabels\": \"\",\n  \"productCategory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_create_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product",
            "set"
          ]
        },
        "description": "Creates a new ProductSet resource in Google Cloud Vision Product Search. A ProductSet is a container for grouping related products together for visual search. After creating a product set, you can add",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"displayName\": \"\",\n  \"productSetId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_create_reference_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/reference/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "reference",
            "image"
          ]
        },
        "description": "Tool to create a ReferenceImage under a product. Use when adding a new image to a product for detection.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uri\": \"\",\n  \"parent\": \"\",\n  \"boundingPolys\": \"\",\n  \"referenceImageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_delete_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "product"
          ]
        },
        "description": "Permanently deletes a Product and its associated reference images from Google Cloud Vision API. This is a destructive operation that cannot be undone. The product metadata and all images are deleted i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_get_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product"
          ]
        },
        "description": "Tool to get information associated with a Product. Use when you have the product resource name and need its details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_get_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "set"
          ]
        },
        "description": "Tool to get a ProductSet. Use when you need metadata details of an existing ProductSet by its full resource name. Use after obtaining the resource name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_import_product_sets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/product/sets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "product",
            "sets"
          ]
        },
        "description": "Asynchronously imports product sets and reference images from a CSV file stored in Google Cloud Storage. This bulk import operation creates ProductSets, Products, and ReferenceImages from a properly f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"inputConfig\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_list_index_endpoints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/index/endpoints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "index",
            "endpoints"
          ]
        },
        "description": "Lists IndexEndpoints in Vertex AI Vision for a given project and location. IndexEndpoints are deployed instances of image indexes used for visual search and retrieval in Vision AI's media warehouse. U",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter\": \"\",\n  \"parent\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_list_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "locations"
          ]
        },
        "description": "Tool to list available Vision AI service locations for a project. Use when you need to discover supported regions before making region-specific API calls.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"filter\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_list_operations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/operations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "operations"
          ]
        },
        "description": "Tool to list operations that match the specified filter. Use when you need to retrieve all operations under a specific project and location.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"filter\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_purge_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/purge/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "purge",
            "products"
          ]
        },
        "description": "Tool to asynchronously delete products in a ProductSet or orphan products. Use when you need to clean up products at scale; ensure `force` is true to execute.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"force\": false,\n  \"parent\": \"\",\n  \"deleteOrphanProducts\": false,\n  \"productSetPurgeConfig\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_update_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product"
          ]
        },
        "description": "Tool to update a Product's mutable fields: displayName, description, and productLabels. Use after confirming the product resource name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"updateMask\": \"\",\n  \"description\": \"\",\n  \"displayName\": \"\",\n  \"productLabels\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_update_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product",
            "set"
          ]
        },
        "description": "Tool to update a ProductSet resource. Use when you need to modify the displayName of an existing ProductSet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"updateMask\": \"\",\n  \"displayName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_add_product_to_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/add/product/to/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "add",
            "product",
            "to",
            "product",
            "set"
          ]
        },
        "description": "Add a Product to a ProductSet in Google Cloud Vision Product Search. This action associates a Product with a ProductSet, enabling the product to be included in product search queries against that set.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"product\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_cancel_operation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/cancel/operation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "cancel",
            "operation"
          ]
        },
        "description": "Starts asynchronous cancellation of a long-running Vision API operation. Returns an empty response on successful cancellation request. Note that the server makes a best effort to cancel the operation,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_delete_operation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/delete/operation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "delete",
            "operation"
          ]
        },
        "description": "Tool to delete a long-running Vision API operation. Use after confirming the operation name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_delete_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/delete/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "delete",
            "product",
            "set"
          ]
        },
        "description": "Tool to permanently delete a ProductSet. Use after confirming the ProductSet's resource name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_delete_reference_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/delete/reference/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "delete",
            "reference",
            "image"
          ]
        },
        "description": "Permanently removes a reference image from a product in Google Cloud Vision Product Search. This action deletes the reference image association from the specified product. The image will be marked for",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_get_operation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/get/operation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "get",
            "operation"
          ]
        },
        "description": "Retrieves the latest state of a long-running Vision API operation. Use this to poll the status of asynchronous operations like importProductSets or purgeProducts. The operation name is returned when y",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_get_reference_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/get/reference/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "get",
            "reference",
            "image"
          ]
        },
        "description": "Tool to get information associated with a ReferenceImage. Use when you have the full resource name and need its metadata.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_list_products_in_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/list/products/in/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "list",
            "products",
            "in",
            "product",
            "set"
          ]
        },
        "description": "Tool to list Products in a specified ProductSet. Use when you need to retrieve Products associated with a ProductSet after confirming it exists, with optional pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_list_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/list/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "list",
            "projects"
          ]
        },
        "description": "List Google Cloud projects accessible to the authenticated user via Cloud Resource Manager API. This action queries the Cloud Resource Manager API (not Vision API directly) to enumerate projects. It r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_list_reference_images",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/list/reference/images",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "list",
            "reference",
            "images"
          ]
        },
        "description": "Tool to list reference images for a product. Use when you need to retrieve stored reference images under a specified product resource name, with optional pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"parent\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_cloud_vision_vision_remove_product_from_product_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vision/remove/product/from/product/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vision",
            "remove",
            "product",
            "from",
            "product",
            "set"
          ]
        },
        "description": "Removes a Product from a specified ProductSet in Google Cloud Vision API. This operation unlinks a product from a product set but does not delete either resource. Both the product and product set must",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"product\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}