KosmoKrator

data

Google Data Manager MCP Integration for OpenAI Agents SDK

Connect Google Data Manager to OpenAI Agents SDK through the local KosmoKrator MCP gateway with scoped tools, credentials, and write policy.

6 functions 2 read 4 write oauth2 auth

Connect Google Data Manager to OpenAI Agents SDK

Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway.

Start the KosmoKrator MCP gateway locally and point the OpenAI Agents SDK MCP tool at that process or wrapper. The gateway is local, scoped to this integration, and starts with --write=deny so OpenAI Agents can inspect read-capable tools without receiving write access by default.

Google Data Manager MCP Config for OpenAI Agents SDK

Use headless JSON commands for CI-style execution and MCP for agent tool discovery.

{
  "mcpServers": {
    "kosmokrator-google_data_manager": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=google_data_manager",
        "--write=deny"
      ]
    }
  }
}

Run the Gateway Manually

kosmokrator mcp:serve --integration=google_data_manager --write=deny

Why Use KosmoKrator Here

Scoped tools

Expose only Google Data Manager instead of a broad multi-service tool list.

Local credentials

Reuse credentials already configured for the KosmoKrator CLI and Lua runtime.

Write policy

Start read-only, then opt into ask or allow for trusted workspaces.

Google Data Manager Tools Visible to OpenAI Agents

OpenAI Agents sees stable MCP tool names generated from the Google Data Manager integration catalog.

MCP toolSource functionTypeDescription
integration__google_data_manager__google_data_manager_diagnostics google_data_manager.google_data_manager_diagnostics Read Show safe configuration diagnostics.
integration__google_data_manager__google_data_manager_ingest_events google_data_manager.google_data_manager_ingest_events Write Upload conversion event resources to destinations.
integration__google_data_manager__google_data_manager_ingest_audience_members google_data_manager.google_data_manager_ingest_audience_members Write Upload audience member resources to destinations.
integration__google_data_manager__google_data_manager_remove_audience_members google_data_manager.google_data_manager_remove_audience_members Write Remove audience members from destinations.
integration__google_data_manager__google_data_manager_retrieve_request_status google_data_manager.google_data_manager_retrieve_request_status Read Poll request processing status by request ID.
integration__google_data_manager__google_data_manager_raw_request google_data_manager.google_data_manager_raw_request Write Low-level Data Manager API request for new endpoints.

Related Google Data Manager Pages