Create Claimr campaign drafts from structured intent
Claimr MCP lets a compatible AI workflow translate a campaign description into a schema-validated draft for review. Saving or publishing remains a separate controlled action.
ChatGPT / AI Agent │ Claimr MCP │ Claimr API │Campaign infrastructureThe problem
Campaign configuration usually means a UI, every time
Even simple campaigns typically require a human to click through a builder UI. That doesn't compose well with AI-assisted workflows or agents that need to configure things programmatically from intent.
How Claimr solves it
An MCP server purpose-built for campaign generation
Claimr MCP takes a natural-language description of a quest or campaign and returns a structured, valid configuration — the same configuration the REST API and dashboard use underneath.
How it works
- 01
Describe intent
An AI agent or developer describes the desired quest or campaign in plain language.
- 02
MCP call
The request goes through Claimr MCP, which understands Claimr's campaign primitives.
- 03
API validation
Generated configuration is validated against the same schema the REST API enforces.
- 04
Ready to use
The result is a structured, ready-to-save campaign configuration.
What MCP can do
Quest generation
Turn a plain-language description into trigger/condition/reward configuration.
Campaign scaffolding
Generate multi-step campaigns like onboarding sequences from a single prompt.
Schema-validated output
Every generated configuration is validated before it's usable.
Sandbox integration
Try generation live in the sandbox before wiring it into your own agent.
Composable with the API
Generated configuration saves through the same API as manually built campaigns.
Server-side secrets
API keys and MCP credentials never reach the browser — the sandbox proxies through a server endpoint.
From prompt to configuration in one step
A single natural-language prompt can produce a complete campaign shape.
PROMPT"Create a seven-day onboardingcampaign with XP, tiers anda referral bonus."RESULTCampaign: 7-Day OnboardingDay 1-7 XP: +50 XP / dayTiers: Bronze → Silver → GoldReferral Bonus: +150 XPWhere teams use this
AI-assisted campaign design
Let a growth team describe intent and get a starting configuration instantly.
Agent-driven operations
Wire Claimr MCP into an internal agent that manages campaigns programmatically.
Rapid prototyping
Explore campaign ideas in the sandbox before committing to a build.
Support & onboarding tooling
Help new customers get a working first campaign without a manual walkthrough.
Traditional and AI-native, side by side
MCP sits alongside the REST API, SDK and webhooks — use whichever fits a given workflow.