Skip to content

Releases: ParkSangGwon/admob-mcp-server

Release list

v0.1.1

Choose a tag to compare

@ParkSangGwon ParkSangGwon released this 13 Jul 17:40

Fixed

  • Correct mcpName casing (io.github.ParkSangGwon/admob-mcp-server) so MCP Registry ownership validation passes.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@ParkSangGwon ParkSangGwon released this 13 Jul 17:33

Initial release — full AdMob API v1beta coverage.

Added

  • 11 read tools: list_accounts, get_account, list_apps, list_ad_units, generate_network_report, generate_mediation_report, generate_campaign_report, list_ad_sources, list_adapters, list_mediation_groups, list_ad_unit_mappings
  • 7 write tools: create_app, create_ad_unit, create_ad_unit_mapping, create_mediation_group, update_mediation_group, create_mediation_ab_experiment, stop_mediation_ab_experiment
  • Toolset selection (--toolsets) and read-only mode (--read-only)
  • Three authentication paths: built-in browser OAuth flow (admob-mcp-server auth), environment-variable refresh token, and Application Default Credentials
  • Report responses flattened to row tables with micros-to-currency conversion
  • Analysis prompts and report-spec reference resources

Install: claude mcp add admob -- npx -y admob-mcp-server — see the README for the full setup guide.