MCP Tools
When you connect Detrics to Claude, the following tools become available. Claude calls these automatically based on your prompts — you do not need to invoke them manually.query_marketing_data
query_marketing_data
Query metrics and dimensions from any connected marketing platform.Parameters:
platform_api— The platform identifier (e.g.,facebook_ads,google_ads,shopify)account_id— The platform account to querymetrics— Metrics to retrieve (e.g.,spend,impressions,revenue)dimensions— Dimensions to group by (e.g.,campaign_name,date)date_range— Time period for the querycontext_id— Optional AI Context ID to use pre-configured settings
list_connections
list_connections
See all platforms connected to your workspace.Returns the platform name, connection status, and number of accounts available.Example prompt: “What platforms do I have connected?”
list_fields
list_fields
Discover available metrics and dimensions for a specific platform.Parameters:
platform_api— The platform identifier
list_accounts
list_accounts
List all accounts (ad accounts, properties, stores) for a connected platform.Parameters:
platform_api— The platform identifier
list_contexts
list_contexts
List all AI Contexts available in your workspace.Example prompt: “What AI Contexts are available?”
get_context
get_context
Get the full details of a specific AI Context, including its query configuration.Parameters:
context_id— The context identifier
connect_platform
connect_platform
Initiate an OAuth flow to connect a new marketing platform to your workspace. Returns a URL to complete the authorization.Parameters:
platform_api— The platform to connect
check_connection_status
check_connection_status
Check whether a platform OAuth connection flow has been completed.Parameters:
connection_id— The connection identifier fromconnect_platform
Supported Platforms
Detrics connects to 30+ marketing, analytics, and e-commerce platforms: Advertising- Facebook (Meta) Ads
- Google Ads
- TikTok Ads
- LinkedIn Ads
- X (Twitter) Ads
- Pinterest Ads
- Bing (Microsoft) Ads
- Mercado Ads
- Google Display & Video 360
- Amazon Ads
- Google Analytics 4
- Google Search Console
- Instagram Insights
- Facebook Insights
- TikTok Organic
- Shopify
- WooCommerce
- TiendaNube (Nuvemshop)
- Stripe
- HubSpot
- Klaviyo
- Mailchimp
Recommended Workflow
For the best results:- Start with
list_contexts— check if there is a pre-built AI Context for what you need - Use
query_marketing_datawith acontext_id— this uses pre-configured settings, saving you from specifying every parameter - If no context fits, use
list_fieldsto discover available metrics and dimensions, then build your query manually