Skip to main content
Glama
Zest-Global

mcp-activeview

Official
by Zest-Global

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACTIVEVIEW_API_KEYYesYour ActiveView API key in token:secret format
ACTIVEVIEW_NETWORK_CODENoOptional default network code for reports

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_price_rulesA

Get all price (pricing) rules configured for a site.

Returns an array of rule objects with fields such as ad_unit, country, device, ecpm, impressions, match_rate, desired_match_rate, revenue, rule, state and utm_source.

get_report_by_domainA

Metrics report for a single domain (same metrics used by the pricing service).

Returns per-request_uri rows with ad_unit, country, device, ecpm, impressions, eligible_ad_requests, match_rate, responses_served, revenue and utm_source.

get_kvp_report_by_domainB

Key-value-pair (KVP) metrics for a domain, grouped by a GAM key.

Returns rows keyed by key/value with GAM ad-exchange metrics. Note: ad_exchange_line_item_level_revenue is in micros (divide by 1,000,000).

get_session_kvp_report_by_domainB

Session-based KVP report for a domain (sessions data from Snowflake).

Returns rows with COUNTRY_CODE, COUNTRY_NAME, KEY, VALUE, RECORDED_DATE and TOTAL, filtered by the given key.

get_custom_gam_report_by_domainA

Custom GAM report for a domain with caller-chosen dimensions and metrics.

Availability of dimension/metric combinations matches GAM itself; combos that GAM cannot report will also fail here. Revenue fields are in micros.

get_report_by_networkA

Metrics report across a whole network, optionally filtered to some domains.

Same row shape as get_report_by_domain.

get_kvp_report_by_networkB

KVP metrics across a network, grouped by a GAM key. Revenue in micros.

get_custom_gam_report_by_networkA

Custom GAM report across a network with caller-chosen dimensions and metrics.

Same constraints as get_custom_gam_report_by_domain. Revenue fields in micros.

list_redirect_domainsA

List redirect domains created in the web interface, each with its paths.

Returns {"redirectDomains": [{id, name, createdAt, redirectPaths:[{id, path}]}]}. Returns an empty list if none exist.

get_redirect_pathA

Get details of a specific redirect path, including its current mappings.

get_redirect_path_mappingsA

Get the traffic-split mappings (url + percentage) for a redirect path.

get_redirect_path_mapping_logsB

Get the change logs (CREATE/UPDATE/DELETE) for a redirect path's mappings.

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/Zest-Global/mcp-activeview'

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