MCP for AI agents
Paid contest holders can connect AI assistants to list contests, read stats, and export entrants — using the same API keys as our WordPress plugin.
What you get on paid plans
- AI contest assistant — chat-based builder in the dashboard for contests, entry methods, rules, and widget copy
- MCP server — standard Model Context Protocol endpoint for Cursor, Claude Desktop, and other MCP clients
Free accounts can run unlimited contests with core features; upgrade to unlock assistant + MCP. Compare plans.
Setup
- Sign in to the dashboard and subscribe to any paid plan.
- Open Account → API keys & integrations and generate a key.
- Add the MCP server to your agent (example below).
Endpoint
https://rewards-fuel-api.rewardsfuel.workers.dev/api/mcp Authenticate with Authorization: Bearer rf_live_…
Cursor example
{
"mcpServers": {
"rewards-fuel": {
"url": "https://rewards-fuel-api.rewardsfuel.workers.dev/api/mcp",
"headers": {
"Authorization": "Bearer rf_live_YOUR_KEY"
}
}
}
} Tools
list_contests— your contests with entry countsget_contest— details and entry methodsget_contest_stats— totals and top entrantsexport_contestants_csv— unique contestants as CSVexport_entries_csv— all entries as CSV
Full documentation lives in the project repo at docs/mcp.md.
Need help? Contact us.