The agent-native subscriptions reader
Connect any AI agent to your Shopify subscriptions. Sync your Loop subscription data — subscriptions, orders, billing attempts, and cancellation reasons — into your organization's Brain, then ask in natural language: 'what's my active subscriber count?', 'why are people cancelling?', 'how much recurring revenue is at risk from failed payments this week?'. Bounded, resumable syncs keep the picture current without re-reading everything.
How it works
From a connected subscriptions app to queryable data in four steps.
Sign up and get an API key
Create a free account at gentic.co, generate an API key from your dashboard, and use it as a Bearer token to authenticate your agent.
Connect Loop in your dashboard
Paste your Loop Admin API token once in the Gentic dashboard (Integrations → Loop). The token is encrypted at rest and validated on connect, and the Subscriptions server reads the connection automatically — your agent never has to handle the credential.
Add the MCP server to your agent
Drop https://mcp.gentic.co/subscriptions into Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, or any MCP-compatible client. Pass your Gentic API key as a Bearer token — or connect via OAuth on clients that support it.
Sync, then ask anything
Run loop_sync to pull your subscription data into your Brain — bounded and resumable, so you can page through it a chunk at a time. Then ask your agent in plain language about churn, MRR at risk, or cancellation themes, and it queries the synced tables.
Available tools
2 tools your AI agent can call through the Model Context Protocol.
loop_connection_status
Check whether the calling organization has connected Loop (the Shopify subscriptions app).
loop_sync
Sync subscription data from Loop (the Shopify subscriptions app) into this organization's data backend — READ-ONLY, verbatim, one BOUNDED chunk per call.
Connect in seconds
Sign up, connect Loop in your dashboard, grab your API key, and add the MCP server to your agent. Works with Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, and any MCP client.
claude mcp add gentic-subscriptions \
--transport http \
https://mcp.gentic.co/subscriptions \
--header "Authorization: Bearer YOUR_API_KEY"You can also connect via OAuth — just add gentic-subscriptions as a connector in Claude or ChatGPT settings. No API key needed; authentication is handled automatically.
Install the Gentic agent skill to teach your agent the optimal workflow so it gets the best results automatically.
npx skills add gentic-co/agent-skillsWorks with Claude Code, Cursor, Copilot, and 40+ other agents.
Free to sync, pay only for analysis
Syncing your Loop data and checking the connection are free. You only pay for the analytics you run over it — no monthly platform fee, no seats.
| Tool | Cost |
|---|---|
| loop_connection_status | Free |
| loop_sync | Free |
Pricing is pulled live from the Gentic MCP manifest so it always matches what you'll actually be charged.
Why agent-native subscriptions?
Subscription dashboards were built for a human clicking through charts. This one was built for an AI agent that needs to read across every subscriber, order, and failed charge, spot the pattern, and act on it programmatically.
No UI to learn
Your AI agent is the interface. Ask why subscribers are cancelling or how much revenue a payment-failure spike puts at risk — in natural language, no filters to click, no exports.
Composable workflows
Subscription data lands in your Brain alongside your other data. Chain churn analysis with your support tickets, ad performance, or a weekly retention digest — and aggregate with query_data over the loop_* tables.
Portable
Works with any MCP-compatible client — Claude Web, Claude Code, OpenClaw, ChatGPT, n8n, and more. Switch clients without changing a thing.
Free to sync
No monthly seats or platform fees. Syncing your Loop data and checking the connection are free — you only pay for the analytics you run over it (e.g. query_data on the Gentic Data MCP).