flin-shopify-analytics-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSL_CERT_FILE | No | Alternative environment variable for custom CA bundle | |
| SHOPIFY_CA_BUNDLE | No | Path to custom CA bundle for TLS verification | |
| SHOPIFY_CLIENT_ID | No | Client ID from Dev Dashboard App | |
| SHOPIFY_API_VERSION | No | Shopify API version (e.g., 2026-04) | 2026-04 |
| SHOPIFY_STORE_DOMAIN | No | Your Shopify store domain (e.g., your-store.myshopify.com) | |
| SHOPIFY_CLIENT_SECRET | No | Client Secret from Dev Dashboard App | |
| SHOPIFY_ADMIN_ACCESS_TOKEN | No | Admin API access token for Legacy Custom App (starts with shpat_) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| shopify_list_ordersB | List read-only Shopify orders with customer, amount and line items. |
| shopify_list_customersB | List Shopify customers (read-only) with orders count and amount spent. |
| shopify_list_productsB | List Shopify products (read-only), variants, SKU, price and inventory quantity. |
| shopify_customer_purchase_summaryB | Purchase summary for one customer: total orders, total spent, products and quantities. |
| shopify_sales_by_customer_productC | Aggregate orders to answer who bought what and how much. |
| shopify_sales_overviewC | Sales KPIs for a date range, optionally compared to the previous period. |
| shopify_sales_timeseriesC | Sales time series grouped by day, week, or month. |
| shopify_top_productsC | Top products or variants by net sales, gross sales, units sold, or orders. |
| shopify_top_customersB | Top customers by sales or volume with optional new/returning filter. |
| shopify_discount_analysisC | Discount totals, discounted order rate, and top discount codes for a date range. |
| shopify_attribution_quality_summaryC | Coverage summary for source, landing page, and UTM attribution data. |
| shopify_sales_by_sourceC | Sales grouped by normalized source or referrer. |
| shopify_sales_by_utmC | Sales grouped by UTM dimension such as source, medium, or campaign. |
| shopify_new_customers_by_attributionC | New customers grouped by source, UTM campaign, or landing page. |
| shopify_landing_page_analysisC | Landing-page performance by sales, orders, and accurately counted new customers. |
| shopify_retention_overviewC | Retention KPIs for customers whose first order happened in the selected cohort window. |
| shopify_repeat_purchase_windowsC | Repeat purchase rates for fixed 30/60/90/180-day windows. |
| shopify_time_to_second_orderC | Distribution and summary stats for days between first and second order. |
| shopify_inactive_customer_summaryC | Customer inactivity summary for fixed 30/60/90/180-day windows. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flin-agency/flin-shopify-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server