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/mcpStreamable 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_programsKeyword + platform + reward + asset-type search.
- get_programFull record for one program (headers + scope). Optional include_raw.
- list_scopeJust the scope rows, optionally filtered by asset type.
- scope_lookupReverse lookup: which programs cover this URL / domain?
- whats_newRecent scope / reward / safe-harbor diffs across all programs.
- similar_programsRank other programs by shared in-scope identifiers.
- program_timelineFull snapshot timeline for one program.
- list_platformsPlatforms 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.
