Developers · MCP

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.

Claimr MCP
ChatGPT / AI Agent
Claimr MCP
Claimr API
Campaign infrastructure

The 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

  1. 01

    Describe intent

    An AI agent or developer describes the desired quest or campaign in plain language.

  2. 02

    MCP call

    The request goes through Claimr MCP, which understands Claimr's campaign primitives.

  3. 03

    API validation

    Generated configuration is validated against the same schema the REST API enforces.

  4. 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.

Automation

From prompt to configuration in one step

A single natural-language prompt can produce a complete campaign shape.

Rule example
PROMPT
"Create a seven-day onboarding
campaign with XP, tiers and
a referral bonus."
RESULT
Campaign: 7-Day Onboarding
Day 1-7 XP: +50 XP / day
Tiers: Bronze → Silver → Gold
Referral Bonus: +150 XP

Where 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.

Integration

Traditional and AI-native, side by side

MCP sits alongside the REST API, SDK and webhooks — use whichever fits a given workflow.

Claimr MCPREST APISDKWebhooksCustom events
View documentation

Frequently asked questions

No — this site's own sandbox proxies generation requests through a server endpoint, and MCP credentials stay server-side.

Describe a campaign. Get a working configuration