Cloud Vision API MCP ServerServer

ag2-mcp-servers
GitHub
Google CloudVision APIImage Analysis

Loading subscription status...

💡 Description

An MCP server that provides a standardized interface for interacting with Google's Cloud Vision API, enabling AI agents to analyze images and extract visual information through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Cloud_Vision_API": {
        "env": {
          "SECURITY": "<API_KEYS>",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [],
        "command": "python mcp_server/main.py stdio"
      }
    }
  ]
}

🛠️ Tools

Pythonpipuvruffpytestpre-commit