Skip to main content

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 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 query
  • metrics — Metrics to retrieve (e.g., spend, impressions, revenue)
  • dimensions — Dimensions to group by (e.g., campaign_name, date)
  • date_range — Time period for the query
  • context_id — Optional AI Context ID to use pre-configured settings
Example prompt: “What was my Meta Ads ROAS last week?”
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?”
Discover available metrics and dimensions for a specific platform.Parameters:
  • platform_api — The platform identifier
Example prompt: “What metrics are available for Shopify?”
List all accounts (ad accounts, properties, stores) for a connected platform.Parameters:
  • platform_api — The platform identifier
Example prompt: “Show me my Google Ads accounts”
List all AI Contexts available in your workspace.Example prompt: “What AI Contexts are available?”
Get the full details of a specific AI Context, including its query configuration.Parameters:
  • context_id — The context identifier
Example prompt: “Show me the details of my weekly performance context”
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
Example prompt: “Connect my Pinterest Ads account”
Check whether a platform OAuth connection flow has been completed.Parameters:
  • connection_id — The connection identifier from connect_platform
Example prompt: “Did my Pinterest connection go through?”

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
Web Analytics and Organic
  • Google Analytics 4
  • Google Search Console
  • Instagram Insights
  • Facebook Insights
  • TikTok Organic
E-commerce and Payments
  • Shopify
  • WooCommerce
  • TiendaNube (Nuvemshop)
  • Stripe
CRM and Email
  • HubSpot
  • Klaviyo
  • Mailchimp
For the best results:
  1. Start with list_contexts — check if there is a pre-built AI Context for what you need
  2. Use query_marketing_data with a context_id — this uses pre-configured settings, saving you from specifying every parameter
  3. If no context fits, use list_fields to discover available metrics and dimensions, then build your query manually