Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ParkSangGwon/admob-mcp-server

NPM · ADMOB-MCP-SERVER · SCANNED SEP 20

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

Available components

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 46 of 152 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to ParkSangGwon/admob-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 47 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 955 tokens (~79/item across 12 items; 9 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ParkSangGwon/admob-mcp-server server?

io.github.ParkSangGwon/admob-mcp-server runs locally as an npm package, launched with npx -y admob-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · admob-mcp-server

# add to Claude Code
claude mcp add parksanggwon-admob-mcp-server -- npx -y admob-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "parksanggwon-admob-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "admob-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "parksanggwon-admob-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "admob-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add parksanggwon-admob-mcp-server -- npx -y admob-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "parksanggwon-admob-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "admob-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add parksanggwon-admob-mcp-server --command npx --arg -y --arg admob-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  parksanggwon-admob-mcp-server:
    command: "npx"
    args: ["-y", "admob-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "parksanggwon-admob-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "admob-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add parksanggwon-admob-mcp-server -t stdio -c npx -a -y admob-mcp-server
// mcp.json
{
  "mcpServers": {
    "parksanggwon-admob-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "admob-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1
    • Security disclosure: unverified → fail functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/admob-mcp-server@0.2.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo ParkSangGwon/admob-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/ParkSangGwon/admob-mcp-server/.github/workflows/release.yml@refs/tags/v0.2.0
Rekor log index 2335623137
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:6db2dd0bd0bda71220ac75f3b8daea1ce8b862aca625345f515756e9683b8dbe001e1925ba32d909dd9c4c343a730a20d91a03cc961f19594ae5eecfc

Background: How many MCP packages publish verified provenance →

Dependencies 152 packages
Packages resolved 152
Deprecated 2
Stale 44
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~909 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
generate_campaign_report ~138

Generates a report for AdMob cross-promotion campaigns: impressions, clicks, installs, estimated cost. Date range must be within the last 30 days. Monetary metrics are converted from micros to whole currency units (see currencyCode).

NameTypeReqDescription
dimensionsarrayDimensions to group rows by
endDatestringyesEnd date (YYYY-MM-DD), inclusive
languageCodestringIETF language tag for localized text, e.g. "en-US"
metricsarrayyesMetrics to report
startDatestringyesStart date (YYYY-MM-DD), inclusive, within the last 30 days

No output schema declared.

No examples provided.

generate_mediation_report ~192

Generates an AdMob Mediation report across ad sources (waterfall/bidding): impressions, estimated earnings, observed eCPM per AD_SOURCE, MEDIATION_GROUP, and more. Monetary metrics are converted from micros to whole currency units (see currencyCode).

NameTypeReqDescription
currencyCodestringISO 4217 currency for monetary metrics (default: account currency)
dimensionFiltersarrayOnly include rows whose dimension matches one of the given values
dimensionsarrayDimensions to group rows by
endDatestringyesEnd date (YYYY-MM-DD), inclusive
maxReportRowsintegerMaximum rows to return (default 1000)
metricsarrayyesMetrics to report
sortConditionsarraySort order — set either dimension or metric per condition
startDatestringyesStart date (YYYY-MM-DD), inclusive

No output schema declared.

No examples provided.

generate_network_report ~178

Generates an AdMob Network earnings/performance report (requests, impressions, clicks, estimated earnings, match rate, RPM...). Monetary metrics are converted from micros to whole currency units (see currencyCode).

NameTypeReqDescription
currencyCodestringISO 4217 currency for monetary metrics (default: account currency)
dimensionFiltersarrayOnly include rows whose dimension matches one of the given values
dimensionsarrayDimensions to group rows by
endDatestringyesEnd date (YYYY-MM-DD), inclusive
maxReportRowsintegerMaximum rows to return (default 1000)
metricsarrayyesMetrics to report
sortConditionsarraySort order — set either dimension or metric per condition
startDatestringyesStart date (YYYY-MM-DD), inclusive

No output schema declared.

No examples provided.

get_account ~64

Gets an AdMob publisher account: publisher ID, reporting currency, and reporting time zone. Defaults to the configured or auto-discovered account.

NameTypeReqDescription
accountIdstringPublisher ID (e.g. pub-1234567890123456). Defaults to the active account.

No output schema declared.

No examples provided.

list_accounts ~61

Lists the AdMob publisher accounts accessible with the current credentials. Use this to find your publisher ID (pub-XXXXXXXXXXXXXXXX).

NameTypeReqDescription
pageSizeintegerMaximum number of items to return
pageTokenstringnextPageToken from a previous response

No output schema declared.

No examples provided.

list_ad_sources ~60

Lists the mediation ad sources (ad networks) available to the AdMob account, with their ad source IDs.

NameTypeReqDescription
pageSizeintegerMaximum number of items to return
pageTokenstringnextPageToken from a previous response

No output schema declared.

No examples provided.

list_ad_units ~70

Lists the ad units in the AdMob account, including ad unit ID (ca-app-pub-.../...), format, and the app they belong to.

NameTypeReqDescription
pageSizeintegerMaximum number of items to return
pageTokenstringnextPageToken from a previous response

No output schema declared.

No examples provided.

list_adapters ~77

Lists the adapters of a mediation ad source, including the adapter ID and the ad unit configuration keys the network expects.

NameTypeReqDescription
adSourceIdstringyesAd source ID from list_ad_sources
pageSizeintegerMaximum number of items to return
pageTokenstringnextPageToken from a previous response

No output schema declared.

No examples provided.

list_apps ~69

Lists the apps registered in the AdMob account, including app ID (ca-app-pub-...~...), platform, store link state, and approval state.

NameTypeReqDescription
pageSizeintegerMaximum number of items to return
pageTokenstringnextPageToken from a previous response

No output schema declared.

No examples provided.

Common questions

What is the io.github.ParkSangGwon/admob-mcp-server server?

io.github.ParkSangGwon/admob-mcp-server is listed in the public MCP registry as io.github.ParkSangGwon/admob-mcp-server. MCP server for the Google AdMob API, apps, ad units, mediation, and revenue reports. This page covers its npm package (admob-mcp-server).

Is the io.github.ParkSangGwon/admob-mcp-server server safe to use?

io.github.ParkSangGwon/admob-mcp-server scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ParkSangGwon/admob-mcp-server server expose?

io.github.ParkSangGwon/admob-mcp-server exposes 9 tools: list_accounts, get_account, list_apps, list_ad_units, generate_network_report, and 4 more. Their descriptions and schemas cost roughly 909 tokens of context every time the server is loaded.

Is the io.github.ParkSangGwon/admob-mcp-server server still maintained?

io.github.ParkSangGwon/admob-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ParkSangGwon/admob-mcp-server server under?

io.github.ParkSangGwon/admob-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.