MCP Server  /  Tools & resources

Tools & resources

Tool names put the action first, like list_sites and publish_flow. They map one-to-one to the REST API, so anything you can do over HTTP an assistant can do as a tool. Reads are always safe. Tools that delete something or touch billing ask you to confirm by name first.

connect_destination is the handoff tool. It returns a secure link you open in your browser to finish the platform login, so the assistant never handles your credentials.

Sites & account

list_sites
List the sites on your account.
create_site
Create a new site.
get_subscription
Read the current plan and trial state.
list_plans
List available plans.
change_plan
Change the subscription plan. Asks you to confirm first.
add_internal_traffic_rule
Exclude internal traffic, such as an IP or email, from tracking.

Flows

list_flows
List flows, optionally for one site.
get_flow
Get a single flow.
create_flow
Create a flow.
update_flow
Edit a flow’s name, trigger, or actions.
publish_flow
Publish a flow so it starts delivering.
unpublish_flow
Return a flow to draft.
delete_flow
Delete a flow. Asks you to confirm first.
validate_flow
Check that a flow is ready to publish.

Destinations

list_destinations
List destination types and their connection state.
connect_destination
Start a connect handoff for a destination.
disconnect_destination
Disconnect a destination. Asks you to confirm first.
list_conversions
List a destination’s conversion actions.
check_handoff_status
Poll a connect handoff until it completes.

Events

list_events
List captured conversions.
get_event_detail
Get one event with its per-destination delivery detail.
send_test_event
Fire a test conversion through a flow.

Install & catalogs

get_install_snippet
Get the tracking snippet for a site.
get_install_status
Check whether the snippet is installed.
list_trigger_types
List supported trigger sources.
list_action_types
List the actions available for a destination.
list_destination_types
List destination types you can connect.