Bounty Radar
БесплатноНе проверенMCP server for the Bounty Radar feed — query live ZK + AI bounties across 11 ecosystems from any MCP client
Описание
MCP server for the Bounty Radar feed — query live ZK + AI bounties across 11 ecosystems from any MCP client
README
MCP server for the live Bounty Radar feed; query ZK + AI bounties across 11 ecosystems from inside Claude Desktop, Claude Code, Cursor, Windsurf, LibreChat, or any MCP client.
Why use this MCP server
Free for everyone. The same bounty feed available at battam1111.github.io/bounty-radar-data/ (but accessible from inside your IDE without leaving Claude / Cursor / Windsurf). You can ask "show me ZK bounties matching Noir > $500" without context-switching.
When you'd want to upgrade beyond this free MCP:
- You want push, not poll. This MCP returns data on request. $19/mo Hobbyist pushes new bounties to your Telegram the moment they appear.
- You want webhook delivery. $97/mo Pro signs each new-match event with HMAC-SHA256 and POSTs to your URL.
- You're a team. $497/mo Team adds shared Slack/Discord delivery + custom detector requests + 5 seats.
Why
There are 11+ ZK / AI bounty platforms (Algora, Drips Wave, Code4rena, Cantina, Sherlock, Immunefi, Bountycaster, plus per-ecosystem GitHub label-search). Manually monitoring them is slow. We aggregate them 24/7 and expose the firehose as MCP tools so an LLM can search, filter, and summarize directly from your editor.
Install
# Recommended: uvx (no install, runs from GitHub):
uvx --from git+https://github.com/Battam1111/bounty-radar-mcp.git bounty-radar-mcp
# Or with pipx:
pipx install git+https://github.com/Battam1111/bounty-radar-mcp.git
Configure in Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"bounty-radar": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Battam1111/bounty-radar-mcp.git", "bounty-radar-mcp"]
}
}
}
(Or, if you already ran pipx install above, just "command": "bounty-radar-mcp".)
Restart Claude Desktop. Type / to see the new tools.
Configure in Claude Code
claude mcp add bounty-radar -- uvx --from git+https://github.com/Battam1111/bounty-radar-mcp.git bounty-radar-mcp
Configure in Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"bounty-radar": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Battam1111/bounty-radar-mcp.git", "bounty-radar-mcp"]
}
}
}
(Or, if you already ran pipx install above, just "command": "bounty-radar-mcp".)
Tools exposed
| Tool | What it does |
|---|---|
search_bounties |
Search the live feed by query / source / ecosystem / minimum reward |
get_bounty |
Get full details of one bounty by ID |
list_ecosystems |
Which ecosystems are currently represented |
list_sources |
Which source platforms feed the radar |
radar_summary |
Top-level status: total open bounties, last refresh time |
upgrade_info |
Pricing for real-time alerts / private API / competitor heat-map tiers |
Example LLM prompts
"Use bounty-radar to find any open ZK bounty paying over $500 in the Aleo ecosystem."
"Search for Noir tutorials I could write; sort by merge_probability."
"What's the latest from Midnight Network bounty board?"
"Get the full details for bounty
gh-midnightntwrk-contributor-hub-312."
Free tier vs paid tier
Free: top 200 open bounties, refreshed every 30 min.
For:
- Real-time alerts (Telegram bot or webhook delivery, sub-30-second latency)
- Private API with full eval scoring + competitor heat-map
- Merge-probability scoring per bounty
- White-label & team seats
→ Subscribe at $19 / $97 / $497 monthly tiers
The free MCP server is more than enough for casual bounty hunting; the paid tiers are for full-time hunters, audit firms, and dev shops.
Architecture
- Pure stdio MCP, no DB, no auth
- Caches feed locally for 60 seconds to avoid hammering the public endpoint
- Public feed: https://battam1111.github.io/bounty-radar-data/feed.json
- Updated every 30 minutes by a 24/7 scanner that aggregates 5 sources + 11 ecosystems
Sibling projects
- Midnight ZK Cookbook; 11 tutorials across Midnight, Aleo, Noir
- zk-pipeline-doctor; OSS CLI that diagnoses ZK circuit projects
License
MIT.
Author
Yanjun Chen (@Battam1111). PRs and detector suggestions welcome.
Related projects
- bounty-radar-data; Source-of-truth feed this server queries
- midnight-zk-cookbook; currently in rollback; see DISCLOSURE there
- zk-pipeline-doctor; OSS CLI for auditing ZK projects
Установка Bounty Radar
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Battam1111/bounty-radar-mcpFAQ
Bounty Radar MCP бесплатный?
Да, Bounty Radar MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bounty Radar?
Нет, Bounty Radar работает без API-ключей и переменных окружения.
Bounty Radar — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bounty Radar в Claude Desktop, Claude Code или Cursor?
Открой Bounty Radar на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare Bounty Radar with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
