bounty.index
menu

// sync across devices

public beta · v0.1

bounty.index MCP

Wire your agent — Claude Desktop, Cursor, Codex, any Model Context Protocol client — into the same index that powers this site. Eight public read-only tools. No API key, no signup. Same fallback story as the web UI: if Neon is down, the tools still answer from the upstream mirror.

endpoint
https://www.bountyindex.in//api/mcp

Streamable HTTP · stateless · rate-limited to 60 req/min per IP.

claude desktop

Add to claude_desktop_config.json, restart Claude.

{
  "mcpServers": {
    "bounty-index": {
      "url": "https://www.bountyindex.in//api/mcp"
    }
  }
}
cursor
# ~/.cursor/mcp.json (or project .cursor/mcp.json)
{
  "mcpServers": {
    "bounty-index": {
      "url": "https://www.bountyindex.in//api/mcp"
    }
  }
}

tools

  • search_programs
    Keyword + platform + reward + asset-type search.
  • get_program
    Full record for one program (headers + scope). Optional include_raw.
  • list_scope
    Just the scope rows, optionally filtered by asset type.
  • scope_lookup
    Reverse lookup: which programs cover this URL / domain?
  • whats_new
    Recent scope / reward / safe-harbor diffs across all programs.
  • similar_programs
    Rank other programs by shared in-scope identifiers.
  • program_timeline
    Full snapshot timeline for one program.
  • list_platforms
    Platforms tracked + program count on each.

coming in v1.1

  • · watchlist read + write (auth'd)
  • · private notes (auth'd)
  • · saved filters (auth'd)
  • · community response-time reporting (auth'd)

Auth via personal bearer tokens issued from your signed-in dashboard.

how the index is built →

Featured on

Bounty Index on Product HuntLaunching on LaunchLeagueListed on LaunchPact