MCP
Model Context Protocol — the open standard that lets AI agents use external tools. Tierux exposes its entire platform over MCP so your agent sets up billing.
Definition
MCP (Model Context Protocol) is an open protocol, originally developed by Anthropic, that standardizes how AI models interact with external tools and data sources. Instead of building custom integrations for each AI coding agent (Claude Code, Cursor, Codex, etc.), tools implement the MCP specification once and work across all MCP-compatible agents.
Tierux is MCP-first — every operation available in the dashboard (creating products, mapping entitlements, building paywalls, running test purchases) is also available as an MCP tool. Your AI agent can set up the entire billing stack by calling these tools, previewing the results, and committing when you confirm.
Examples
- A developer connects the Tierux MCP server to Claude Code with one JSON config file. They then type "Set up a $9.99/month Pro subscription" — the agent handles the entire setup.
create_play_productaccepts{ productId, billingPeriod, price, currency, appId? };create_product_mappingaccepts{ productId, entitlementId, productType, appId? }, whereproductTypeissubscriptionorone_time.create_paywallaccepts a fully authored paywall object:id,theme,accent,badge,headline,subtitle,features,packages,recommended, both CTA labels,localizations, and optional URLs /appId. There is no template shortcut. Each write returns a preview; you confirm before anything is persisted.- MCP tools also support read operations — the agent can list existing products, check paywall configurations, and verify entitlements for debugging.
Entitlement
The MCP setup flow ultimately produces verified entitlements — the user-facing output of the billing system.
Paywall
MCP tools can create and configure paywalls, which are then fetched by the client SDK at runtime.
Google Play Billing
MCP tools automate the Google Cloud setup — enabling APIs, creating service accounts, configuring Pub/Sub.
Let your AI agent set up billing over MCP
Free tier — unlimited apps, 1 paywall. No credit card, no revenue share.
Start free