Google API Discovery Service MCP ServerServer

ag2-mcp-servers
GitHub
Google APIsMCPAI Integration

Loading subscription status...

💡 Description

An MCP (Multi-Agent Conversation Protocol) server that provides access to the Google API Discovery Service, allowing agents to discover and interact with various Google API services through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google API Discovery Service MCP Server": {
        "env": {
          "SECURITY": "API_KEYS",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonpipuvruffpytesthatch

Features

  • Integrates with Google APIs
  • Supports various transport modes (stdio, sse)