Skip to content

Commit dfd8f0b

Browse files
feat: register bounty-radar-mcp in the catalog (#97)
Public deployed service; no npm field because it does not publish. Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f91aac7 commit dfd8f0b

6 files changed

Lines changed: 34 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ Static HTML/CSS/JS. No build step. No external CDN. The `pages.yml` workflow cop
9292
| Screencast MCP | MCP Server | 0 | 0 | 25 |
9393
| Tailscale MCP | MCP Server | 0 | 0 | 6 |
9494
| Godot Correctness MCP | MCP Server | 0 | 0 | 10 |
95+
| Bounty Radar MCP | MCP Server | 0 | 0 | 1 |
9596
<!-- registry:tools:end -->
9697

9798
<!-- registry:stats:start -->
98-
**Totals:** 189 skills, 77 rules, 435 MCP tools across 16 repos
99+
**Totals:** 189 skills, 77 rules, 436 MCP tools across 17 repos
99100
<!-- registry:stats:end -->
100101

101102
## Development Workflow

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- registry:stats:start -->
3333
<p align="center">
34-
16 repos &nbsp;&bull;&nbsp; 189 skills &nbsp;&bull;&nbsp; 77 rules &nbsp;&bull;&nbsp; 435 MCP tools
34+
17 repos &nbsp;&bull;&nbsp; 189 skills &nbsp;&bull;&nbsp; 77 rules &nbsp;&bull;&nbsp; 436 MCP tools
3535
</p>
3636
<!-- registry:stats:end -->
3737

@@ -69,6 +69,7 @@ flowchart LR
6969
| **Screencast MCP** | MCP Server | - | - | 25 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/screencast-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/screencast-mcp/) |
7070
| **Tailscale MCP** | MCP Server | - | - | 6 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/tailscale-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/tailscale-mcp/) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/tailscale-mcp) |
7171
| **Godot Correctness MCP** | MCP Server | - | - | 10 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/godot-correctness-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/godot-correctness-mcp/) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/godot-correctness-mcp) |
72+
| **Bounty Radar MCP** | MCP Server | - | - | 1 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/bounty-radar-mcp) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/bounty-radar-mcp/) |
7273
<!-- registry:tools:end -->
7374

7475
<details>
@@ -95,6 +96,7 @@ flowchart LR
9596
| **Screencast MCP** | MCP server for Windows screen recording, frame sampling, and minimal ffmpeg edits (capture, watch, trim/concat/convert). |
9697
| **Tailscale MCP** | MCP server for safe programmatic access to the local Tailscale daemon: tailnet discovery, SSH config generation, port sharing via Serve/Funnel, and latency matrices. |
9798
| **Godot Correctness MCP** | Offline static correctness for Godot 4.x GDScript projects: anti-pattern linting via tree-sitter, cross-version API lookup and diff (4.4/4.5), and scene/resource/registry validation. Headless, offline, CI-first. |
99+
| **Bounty Radar MCP** | Paid MCP server exposing a GitHub bounty radar tool. One tool, github_bounty_radar, priced at $0.05 USDC on Base and settled over x402 via the CDP facilitator. |
98100
<!-- registry:descriptions:end -->
99101

100102
</details>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.2
1+
1.18.0

0 commit comments

Comments
 (0)