Google Indexing API MCP ServerServer

ag2-mcp-servers
GitHub
GoogleIndexing APIMCP

Loading subscription status...

💡 Description

An MCP server that allows interaction with Google's Indexing API, enabling agents to submit URLs for indexing or removal from search results using natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Indexing API MCP Server": {
        "env": {
          "SECURITY": "<API_SECRET>",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

Pythonpipuvruffpytesthatchpre-commit