dtc.sh MCP
A suite of Model Context Protocol servers for retail and e‑commerce brands. Connect analytics, storefront, vector search, video, and messaging tools to power merchandising, CRO, and customer experience.
Showing 9 of 9 servers
/shopifyadmin
Shopify e‑commerce platform integration (Admin GraphQL, docs search, and schema introspection).
Execute GraphQL queries against Shopify Admin API
shopify_graphql_query(query, variables, ctx)
Generate images using AI (default 1024×1024)
generate_image(prompt, size, ctx)
Search shopify.dev documentation
search_shopify_dev_docs(query, ctx)
Access and search Shopify Admin GraphQL schema
introspect_admin_schema(query, filter, ctx)
/timescale
TimescaleDB time‑series database integration.
Execute SQL queries against TimescaleDB
timescale_query(query, variables, ctx)
/hotjar
Website analytics and user behavior tracking.
Get top clicked elements for a specific page
fetch_hotjar_click_data(page, version, ctx, device, dt)
Fetch a screenshot of the webpage from S3 for visual analysis
get_page_screenshot(page, ctx)
Summarize mouse movement behavior and hover hotspots
fetch_hotjar_movement_data(page, version, ctx, dt)
Analyze scroll depth metrics
fetch_hotjar_scroll_data(page, version, ctx, device, dt)
Return HTML source code of a webpage for analysis
get_page_source(page, ctx)
Check available dates for click data
check_hotjar_clicks_dates(page, version, ctx, device)
Summarize Hotjar session recordings
fetch_hotjar_recordings_data(page, version, ctx, device, dt)
/clarity
Microsoft Clarity analytics integration.
Summarize Clarity session recordings
fetch_clarity_recordings(page, ctx, device, limit)
Analyze scroll depth metrics
fetch_clarity_scrolls(page, ctx, device)
Get scroll depth and attention metrics
fetch_clarity_attention(page, ctx, device)
Top clicked elements for a specific page
fetch_clarity_clicks(page, ctx, device)
Top clicked elements filtered by wrpath
fetch_clarity_wrpath_clicks(page, wrpath, psv, ctx, device, dt)
Attention metrics filtered by wrpath
fetch_clarity_wrpath_attention(page, wrpath, psv, ctx, device, dt)
Scroll metrics filtered by wrpath
fetch_clarity_wrpath_scrolls(page, wrpath, psv, ctx, device, dt)
Summarize recordings filtered by wrpath
fetch_clarity_wrpath_recordings(page, wrpath, psv, ctx, device, limit, dt)
/pinecone
Vector database for AI/ML applications.
Ask a question about products and get an answer from the Pinecone assistant
ask_product_question(question, ctx)
Search assets in a Pinecone vector DB with filters; supports visual and audio search types
search_assets(query, ctx, metadata_filters, search_type, enable_rerank, top_k, top_n, model, namespace)
/admaker
Video editing and processing with AI‑powered tools.
Multiple transcript‑based video edits (text removal, move hooks to front)
edit_video(video_url, transcript_url, operations_json, folder_name, ctx, webhook_url)
Time‑based edits with exact start/end times (remove, reorder, volume)
time_based_video_edit(video_url, transcript_url, operations_json, folder_name, ctx, webhook_url)
/mmry
Memory and campaign management system.
List available metadata fields with descriptions and example filters
get_klaviyo_campaign_metadata_fields(ctx)
Search Klaviyo campaign memories in Pinecone; supports reranking and various params
get_klaviyo_campaign_memories(query, pinecone_api_key, pinecone_index_host, ctx, metadata_filters, enable_rerank, top_k, top_n, model, namespace)
/posthog
Product analytics and feature flags platform.
Retrieve user session recordings
Get analytics insights and metrics
Execute HogQL queries for advanced analytics
Analyze user scroll behavior patterns
Perform comprehensive session analysis
Analyze button click patterns and behavior
/creator-messaging
Creator communication and messaging system.
Conversation messages between a creator and brand, newest to oldest
get_conversation_messages(creator_insta_username, brand_slug, ctx)
Draft a reply and save to replyDrafts
draft_reply_to_creator(original_message_id, reply_text, ctx)
Get brand details from Collabsio brands collection
get_brand_details(brand_slug, ctx)
Get creator details from Collabsio creators collection
get_creator_details(creator_insta_username, ctx)