MCP SERVER LIVE

MCP Server

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.

Works with any MCP client
Built on the Gami Agent Platform
Same auth & quotas as REST API

Add to Claude

Drop this into your claude_desktop_config.jsonand restart Claude. Your AI agent now has direct access to Gami's XP and rewards system.

claude_desktop_config.json
{
  "mcpServers": {
    "gami": {
      "url": "https://mcp.gami.io/v1/sse",
      "headers": {
        "Authorization": "Bearer $GAMI_API_KEY"
      }
    }
  }
}

Available Tools

gami.track_event

Send a gamification event for a user.

gami.get_user

Read XP, level, badges, points, and streak for a user.

gami.grant_reward

Grant XP, points, or a partner reward to a user.

gami.list_quests

List active and scheduled quests for the project.

gami.generate_quest

Use the Quest Generator agent to draft a new quest.

gami.simulate_reward

Run the Value Agent to estimate a reward's ROI.