MCP — Tool reference
Tools are team-scoped. Setup and OAuth: MCP overview.
Optional on most tools: team_id (otherwise current team). Lists typically capped at 50 items.
Account & team
Section titled “Account & team”| Tool | Description |
|---|---|
list_teams | Your teams (id, name, plan, has_mcp_access, has_mcp_ab_testing) — visible even without MCP plan |
get_usage | Limits and usage |
Analytics
Section titled “Analytics”| Tool | Description |
|---|---|
get_dashboard | Overview + time series; compact recent_conversions |
list_conversions | Conversion list with filters |
get_conversion_rate | Conversion-rate metrics |
list_sessions / get_session | Sessions |
list_domains | Domains (no auth_key) |
Profiles & funnel
Section titled “Profiles & funnel”| Tool | Purpose |
|---|---|
list_profiles | List and search visitor profiles |
get_profile | One profile with traits, session and conversion timeline |
get_conversion_funnel | Cohort funnel: how many profiles with event A later had event B |
Profiles connect repeat visits by the same person. Every conversion and session carries a profile_id that opens the full journey via get_profile — even when the signup and the purchase happened in separate sessions.
get_conversion_funnel answers questions like “how many signups from the Meta campaign layout-cta bought later?” in a single call. The cohort can be filtered by channel, UTM parameters and click id presence; usertrax never returns click id values over MCP. Default window between the two events: 90 days.
UTM filters match exactly and are case-insensitive. Conversions without a profile are reported separately as unprofiled_a_count and stay out of the rate.
Feedback
Section titled “Feedback”Requires plan feature feedback.
| Tool | Description |
|---|---|
list_feedback / get_feedback | Feedback list and detail |
Surveys
Section titled “Surveys”Requires plan feature surveys (from Pro).
| Tool | Description |
|---|---|
list_surveys / get_survey | Surveys |
list_survey_responses | Responses / aggregates |
A/B tests
Section titled “A/B tests”Requires plan feature mcp_ab_testing (Business; also trial/free). Dashboard A/B tests use ab_testing separately.
| Tool | Description |
|---|---|
list_ab_tests | Tests with short summary |
get_ab_test | Single test + variants (config) |
get_ab_test_analytics | Analytics including significance |
create_ab_test | Create draft (+ optional CSS/JS fields) |
update_ab_test | Update / change status |
delete_ab_test | Delete |
All A/B tools require Business. create_ab_test always starts as draft. Activate with update_ab_test and status=active. Optional custom_css / custom_js are stored as sent — generate them in the client if needed.
Not available
Section titled “Not available”No funnels, no ad-export triggers, no secrets, no raw SQL.