Noizu.Google.MCP (Noizu Google MCP v0.1.0)

Copy Markdown View Source

MCP server for Google marketing APIs (Search Console, GA4, AdSense, Ads).

Speaks MCP over stdio when started via the application (mix run --no-halt).

Auth: set GOOGLE_ACCESS_TOKEN or the OAuth refresh trio (GOOGLE_REFRESH_TOKEN + GOOGLE_CLIENT_ID + GOOGLE_CLIENT_SECRET). GOOGLE_MARKETING_* aliases are accepted for the same keys.

See the README for the tool table, agent config, and start_stdio embedding notes.

Summary

Functions

Notify all connected clients that a component list changed.

Notify sessions subscribed to uri that the resource changed.

Functions

child_spec(opts)

notify_changed(kind)

Notify all connected clients that a component list changed.

notify_resource_updated(uri)

Notify sessions subscribed to uri that the resource changed.

start_link(opts \\ [])