Skip to main content
Glama
jimsimoy

AdMob MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADMOB_CLIENT_IDYesOAuth client ID for the Google AdMob API
ADMOB_CLIENT_SECRETYesOAuth client secret for the Google AdMob API
ADMOB_REFRESH_TOKENYesRefresh token obtained via interactive authorization

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List AdMob publisher accounts accessible to this credential.

get_accountA

Fetch one account's details. account_name looks like 'accounts/pub-1234567890123456'.

list_appsA

List apps under an account. account_name looks like 'accounts/pub-1234567890123456'.

list_ad_unitsB

List ad units under an account. account_name looks like 'accounts/pub-1234567890123456'.

generate_network_reportA

Generate an AdMob network (own ad serving) performance report.

account_name looks like 'accounts/pub-1234567890123456'. start_date/end_date
are 'YYYY-MM-DD', inclusive.

dimensions default to ["DATE", "APP"]; valid values: DATE, MONTH, WEEK,
AD_UNIT, APP, AD_TYPE, COUNTRY, FORMAT, PLATFORM, MOBILE_OS_VERSION,
GMA_SDK_VERSION, APP_VERSION_NAME, SERVING_RESTRICTION.

metrics default to ["ESTIMATED_EARNINGS", "IMPRESSIONS", "CLICKS",
"AD_REQUESTS"]; valid values: AD_REQUESTS, CLICKS, ESTIMATED_EARNINGS,
IMPRESSIONS, IMPRESSION_CTR, IMPRESSION_RPM, MATCHED_REQUESTS, MATCH_RATE,
SHOW_RATE.
generate_mediation_reportA

Generate an AdMob mediation performance report (earnings across ad sources).

account_name looks like 'accounts/pub-1234567890123456'. start_date/end_date
are 'YYYY-MM-DD', inclusive.

dimensions default to ["DATE", "AD_SOURCE"]; valid values: DATE, MONTH,
WEEK, AD_SOURCE, AD_SOURCE_INSTANCE, AD_UNIT, APP, MEDIATION_GROUP,
COUNTRY, FORMAT, PLATFORM, MOBILE_OS_VERSION, GMA_SDK_VERSION,
APP_VERSION_NAME, SERVING_RESTRICTION.

metrics default to ["ESTIMATED_EARNINGS", "IMPRESSIONS", "CLICKS"]; valid
values: AD_REQUESTS, CLICKS, ESTIMATED_EARNINGS, IMPRESSIONS,
IMPRESSION_CTR, MATCHED_REQUESTS, MATCH_RATE, OBSERVED_ECPM.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimsimoy/admob-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server