For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

EdgeTag MCP provides 22 tools that give your AI assistant direct access to your EdgeTag data. These tools cover everything from domain management and analytics to real-time debugging and user data queries.

How tools work

When you ask your AI assistant a question about your EdgeTag data, it automatically selects the right tool to answer it. You don't need to know tool names or parameters - just ask in plain language.

For example:

  • "How many purchases did we get today?" -> uses domainAnalytics

  • "Show me errors for my Shopify store" -> uses domainErrors

  • "What's our Meta EMQ score?" -> uses metaEMQ

  • "Look up a user by email" -> uses domainIDGraph

Getting started

Every session starts the same way:

  1. **me** - Verify your identity and see which teams you belong to

  2. **domains** - List all your domains (tags) with their channels and IDs

The domains tool returns the IDs you need for all other tools: domainId, teamId, channelId, and providerId.

Tool categories

Account & Domain Management

Tool
Description

me

Get your user info and team memberships

domains

List all domains with their channels

domainAdd

Add a new domain to your team

dns

Verify DNS records for a domain

channel

Get channel configuration and consent settings

Analytics

Tool
Description

domainAnalytics

Traffic overview by status, event name, or channel

domainAnalyticsProvider

Event breakdown for a specific channel

domainAnalyticsEvent

Channel breakdown for a specific event

domainErrors

Error breakdown by channel and category

metaEMQ

Facebook Event Match Quality score

User Data

Tool
Description

domainIDGraph

Query the per-domain user database

Edge Lake

Requires the DataNexus Shopify app to be installed.

Tool
Description

edgeLakeQuery

Run SQL queries against your event data lake

edgeLakeCodeQuery

Run JavaScript programs for complex analysis

edgeLakeTrafficAnalysis

Browser, OS, device, and country breakdown

edgeLakeBotScore

Bot detection and scoring analysis

edgeLakeAttackAnalysis

WAF attack classification

ConsentIQ

Requires the ConsentIQ Shopify app to be installed.

Tool
Description

consentIQOverview

Consent analytics overview by region

consentIQCategories

Consent breakdown by category

Real-Time Debugging

Tool
Description

loggerStart

Start streaming live server logs

loggerMessages

Read buffered log messages

loggerStop

Stop the logger session

Token Management

Tool
Description

revokeToken

Revoke your auth token and re-authenticate

Last updated

Was this helpful?