Drop Gami straight into any Model Context Protocol-compatible AI agent — Claude, ChatGPT, Cursor, Continue. Track events, grant rewards, and design quests in natural language.
Drop this into your claude_desktop_config.jsonand restart Claude. Your AI agent now has direct access to Gami's XP and rewards system.
{
"mcpServers": {
"gami": {
"url": "https://mcp.gami.io/v1/sse",
"headers": {
"Authorization": "Bearer $GAMI_API_KEY"
}
}
}
}gami.track_eventSend a gamification event for a user.
gami.get_userRead XP, level, badges, points, and streak for a user.
gami.grant_rewardGrant XP, points, or a partner reward to a user.
gami.list_questsList active and scheduled quests for the project.
gami.generate_questUse the Quest Generator agent to draft a new quest.
gami.simulate_rewardRun the Value Agent to estimate a reward's ROI.