Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Google cloud vision

Google cloud vision

Google Cloud Vision API enables developers to integrate vision detection features into applications, including image labeling, face and landmark detection, optical character recognition (OCR), and explicit content tagging.

65VIEWS
2143USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app google_cloud_visionnpx @composio/cli add cursor --app google_cloud_visionnpx @composio/cli add cursor --app google_cloud_visionnpx @composio/cli add cursor --app google_cloud_vision

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Vision Product

Tool to create and return a new Product resource. Use when you need to register a product in a specific project/location after preparing product details.

Create Referenceimage

Tool to create a ReferenceImage under a product. Use when adding a new image to a product for detection.

Delete Product

Tool to permanently delete a Product and its reference images. Use after confirming the product's resource name.

Get Product

Tool to get information associated with a Product. Use when you have the product resource name and need its details.

Get Product Set

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.

Import Product Sets

Tool to asynchronously import reference images into ProductSets from a CSV in GCS. Use when you need to bulk import images into product sets via a Cloud Storage CSV.

List Indexendpoints

Tool to list IndexEndpoints in a project and location. Use when you need to retrieve existing IndexEndpoints and handle pagination.

List Locations

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.

List Vision Api Operations

Tool to list operations that match the specified filter. Use when you need to retrieve all operations under a specific project and location.

Purge Products

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.

Update Product

Tool to update a Product's mutable fields: displayName, description, and productLabels. Use after confirming the product resource name.

Update Product Set

Tool to update a ProductSet resource. Use when you need to modify the displayName of an existing ProductSet.

Add Product To Productset

Tool to add a Product to a specified ProductSet. Use after creating both resources in the same project/location to link a product to its set.

Cancel Vision Operation

Tool to cancel a long-running Vision API operation. Use when you need to abort a pending or in-progress operation.

Delete Vision Api Operation

Tool to delete a long-running Vision API operation. Use after confirming the operation name.

Delete Product Set

Tool to permanently delete a ProductSet. Use after confirming the ProductSet's resource name.

Delete Reference Image

Tool to permanently delete a reference image. Use when you have confirmed the reference image's resource name.

Get Vision Api Operation

Tool to get the latest state of a long-running operation. Use after starting an async Vision API operation to poll its status.

Get Reference Image

Tool to get information associated with a ReferenceImage. Use when you have the full resource name and need its metadata.

List Products In Productset

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.

20 actions available