io.github.ParkSangGwon/admob-mcp-server
NPM · ADMOB-MCP-SERVER · SCANNED AUG 3
MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports
Available components
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 →
Supply Chain Security39
- Malware scan not yet available for this package.Unverified
- Only part of the dependency tree could be resolved (149 of 151), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (149 of 151), so this covers what we could see, not the whole tree. 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 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability0
- Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Stability & Change Management0
- Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Tool Coverage0
- Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.Unverified
Capabilities0
- Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.Unverified
Unverified: 4 categories
Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · admob-mcp-server
claude mcp add parksanggwon-admob-mcp-server -- npx -y admob-mcp-server
codex mcp add parksanggwon-admob-mcp-server -- npx -y admob-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"parksanggwon-admob-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"admob-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add parksanggwon-admob-mcp-server --command npx --arg -y --arg admob-mcp-server
mcp_servers:
parksanggwon-admob-mcp-server:
command: "npx"
args: ["-y", "admob-mcp-server"] {
"mcpServers": {
"parksanggwon-admob-mcp-server": {
"command": "npx",
"args": [
"-y",
"admob-mcp-server"
]
}
}
} 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.
- 3 Aug 26 −50
- Stability: 0.23 → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Package version: 0.1.1 → 0.2.0 functional
- 2 Aug 26 +55
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: ParkSangGwon/admob-mcp-server security
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 31 Jul 26 −9
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 53
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- 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
- Discovery method:
- attestation_endpoint
Dependencies 149 packages
149 packages in the resolved dependency tree · 119 deprecated · 42 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
generate_campaign_report Generate AdMob 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).
| Name | Type | Req | Description |
|---|---|---|---|
| dimensions | array | — | Dimensions to group rows by |
| endDate | string | yes | End date (YYYY-MM-DD), inclusive |
| languageCode | string | — | IETF language tag for localized text, e.g. "en-US" |
| metrics | array | yes | Metrics to report |
| startDate | string | yes | Start date (YYYY-MM-DD), inclusive, within the last 30 days |
No output schema declared.
No examples provided.
generate_mediation_report Generate AdMob 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).
| Name | Type | Req | Description |
|---|---|---|---|
| currencyCode | string | — | ISO 4217 currency for monetary metrics (default: account currency) |
| dimensionFilters | array | — | Only include rows whose dimension matches one of the given values |
| dimensions | array | — | Dimensions to group rows by |
| endDate | string | yes | End date (YYYY-MM-DD), inclusive |
| maxReportRows | integer | — | Maximum rows to return (default 1000) |
| metrics | array | yes | Metrics to report |
| sortConditions | array | — | Sort order — set either dimension or metric per condition |
| startDate | string | yes | Start date (YYYY-MM-DD), inclusive |
No output schema declared.
No examples provided.
generate_network_report Generate AdMob 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).
| Name | Type | Req | Description |
|---|---|---|---|
| currencyCode | string | — | ISO 4217 currency for monetary metrics (default: account currency) |
| dimensionFilters | array | — | Only include rows whose dimension matches one of the given values |
| dimensions | array | — | Dimensions to group rows by |
| endDate | string | yes | End date (YYYY-MM-DD), inclusive |
| maxReportRows | integer | — | Maximum rows to return (default 1000) |
| metrics | array | yes | Metrics to report |
| sortConditions | array | — | Sort order — set either dimension or metric per condition |
| startDate | string | yes | Start date (YYYY-MM-DD), inclusive |
No output schema declared.
No examples provided.
get_account Get AdMob account ~64
Gets an AdMob publisher account: publisher ID, reporting currency, and reporting time zone. Defaults to the configured or auto-discovered account.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | — | Publisher ID (e.g. pub-1234567890123456). Defaults to the active account. |
No output schema declared.
No examples provided.
list_accounts List AdMob accounts ~61
Lists the AdMob publisher accounts accessible with the current credentials. Use this to find your publisher ID (pub-XXXXXXXXXXXXXXXX).
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | — | Maximum number of items to return |
| pageToken | string | — | nextPageToken from a previous response |
No output schema declared.
No examples provided.
list_ad_sources List ad sources ~60
Lists the mediation ad sources (ad networks) available to the AdMob account, with their ad source IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | — | Maximum number of items to return |
| pageToken | string | — | nextPageToken from a previous response |
No output schema declared.
No examples provided.
list_ad_units List AdMob 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.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | — | Maximum number of items to return |
| pageToken | string | — | nextPageToken from a previous response |
No output schema declared.
No examples provided.
list_adapters List ad source adapters ~77
Lists the adapters of a mediation ad source, including the adapter ID and the ad unit configuration keys the network expects.
| Name | Type | Req | Description |
|---|---|---|---|
| adSourceId | string | yes | Ad source ID from list_ad_sources |
| pageSize | integer | — | Maximum number of items to return |
| pageToken | string | — | nextPageToken from a previous response |
No output schema declared.
No examples provided.
list_apps List AdMob apps ~69
Lists the apps registered in the AdMob account, including app ID (ca-app-pub-...~...), platform, store link state, and approval state.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | — | Maximum number of items to return |
| pageToken | string | — | nextPageToken from a previous response |
No output schema declared.
No examples provided.