MCP

The GigBot MCP Server powers Claude and other AI agents with access to GigBot — the decentralized campaign platform for token-incentivized tasks.

📺 Watch Setup Demo Video


Claude / Cursor / Windsurf / AI Agents Setup

In your agent’s MCP configuration, add:

"gigbot": {
  "command": "npx",
  "args": [
    "mcp-remote",
    "https://gigbot.xyz/api/mcp/gigs/mcp"
  ]
}

Then simply talk to Claude (or your AI agent) using natural prompts like “Show me live gigs” or “Create a new gig.”


What You Can Do

With GigBot connected to your AI assistant (Claude, Cursor, Windsurf, etc.), you can:

  • 🔍 Browse live gigs with filters for platform and type

  • 📝 Get full details for any gig: reward, instructions, deadlines

  • 🚀 Create your own gig with token rewards (X / Farcaster)

  • đź’° See which tokens are supported for rewards


Example Prompts

✅ “Show me active gigs on Farcaster” ✅ “What’s the reward for gig #1234?” ✅ “Create a boost gig on X with 25 USD in DEGEN for this URL…” ✅ “Which tokens can I use to create a gig?” ✅ “Create another one, same token, different post”

You’ll be guided step-by-step. Everything is formatted, and easy to read. Easily understandable by all LLMs.


GigBot Tools Available

đź§© list_gigs

List current live campaigns by type or platform.

Filter by:

  • platform: x, farcaster

  • gig_type: follow, boost

Returns 5–6 gigs, platform stats, and standout opportunities.


đź§© gig_details

Show everything about a gig.

Input:

  • id: The gig number (e.g. 1234)

Returns:

  • Gig type & platform

  • Reward (e.g. 15 DEGEN)

  • Duration

  • Instructions & earning criteria

  • Links to Web, Farcaster Miniapp, Telegram Miniapp


đź§© create_gig

Start your own gig.

Claude will ask for:

  • Platform (x or farcaster)

  • Type (follow or boost)

  • Post/Profile URL

  • Token ticker (e.g. DEGEN)

  • USD reward amount (must be at least $11)

You’ll see a full summary before the gig is created. Once confirmed, you’ll get payment details to activate it.


đź§© tokens_supported

List tokens you can reward users with.

Returns each supported token’s:

  • Symbol (e.g. DEGEN, BASE)

  • Address


Demo & Resources

🎥 Watch the Setup Video (Claude) 🔧 MCP Setup Guide for Claude, Cursor, Windsurf

Last updated