From 8170bb16877788bde008baa3a3b74083afd60b2b Mon Sep 17 00:00:00 2001 From: tommylauren Date: Sun, 8 Mar 2026 22:14:49 -0400 Subject: [PATCH 1/4] =?UTF-8?q?Add=20scopeblind-mcp=20=E2=80=94=20agent-sa?= =?UTF-8?q?fe=20API=20abuse=20protection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds scopeblind-mcp to the Security section. 4 tools for scanning API endpoints, provisioning tenants, getting abuse reports, and generating integration code. Device-level rate limiting via DPoP/TPM. npm: https://npmjs.com/package/scopeblind-mcp Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d49b98db..22df5fa7 100644 --- a/README.md +++ b/README.md @@ -1512,6 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) 📇 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager RestFul Data Protection service. +- [scopeblind/scopeblind-mcp](https://github.com/tomjwxf/scopeblind-gateway/tree/main/scopeblind-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent-safe API abuse protection. Scan endpoints for vulnerabilities, provision tenants, get real-time abuse reports, and generate framework-specific integration code (Express, FastAPI, Next.js). Device-level rate limiting via DPoP/TPM — no CAPTCHAs. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations. From 77f3c901c72e2fb3ac553653d852973cfea5285d Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Mon, 23 Mar 2026 22:16:25 -0400 Subject: [PATCH 2/4] Update MCP server links and descriptions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22df5fa7..ab2d6621 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) 📇 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- [scopeblind/scopeblind-mcp](https://github.com/tomjwxf/scopeblind-gateway/tree/main/scopeblind-mcp) 📇 ☁️ 🍎 🪟 🐧 - Agent-safe API abuse protection. Scan endpoints for vulnerabilities, provision tenants, get real-time abuse reports, and generate framework-specific integration code (Express, FastAPI, Next.js). Device-level rate limiting via DPoP/TPM — no CAPTCHAs. +- [protect-mcp](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) 🔒 🏠 📇 — Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. Receipts are independently verifiable offline. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations. From 5c5f3712667781d33f3201fcd7e603d27a04d86f Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Tue, 24 Mar 2026 04:19:40 -0400 Subject: [PATCH 3/4] Update README with new MCP server entries --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2d6621..547f88d4 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,8 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) 📇 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- [protect-mcp](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) 🔒 🏠 📇 — Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. Receipts are independently verifiable offline. +- **[protect-mcp](https://www.npmjs.com/package/protect-mcp)** — Local-first MCP security gateway/wrapper for existing stdio servers. Per-tool access policies, approval gates, rate limiting, and Ed25519-signed decision receipts. Source-available (FSL-1.1-MIT). [Docs](https://scopeblind.com/docs/mcp) + - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations. From baf38e3da36534e749cff76c9b40405c46786e1f Mon Sep 17 00:00:00 2001 From: ScopeBlind Date: Wed, 25 Mar 2026 07:33:41 -0400 Subject: [PATCH 4/4] Fix entry format: GitHub repo link, Glama badge, correct emojis --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 547f88d4..eac5f834 100644 --- a/README.md +++ b/README.md @@ -1512,8 +1512,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [sanyambassi/ciphertrust-manager-mcp-server](https://github.com/sanyambassi/ciphertrust-manager-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants. - [sanyambassi/thales-cdsp-cakm-mcp-server](https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server) 🐍 ☁️ 🏠 🐧 🪟 - MCP server for Thales CDSP CAKM integration, enabling secure key management, cryptographic operations, and compliance monitoring through AI assistants for Ms SQL and Oracle Databases. - [sanyambassi/thales-cdsp-crdp-mcp-server](https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server) 📇 ☁️ 🏠 🐧 🪟 - MCP server for Thales CipherTrust Manager RestFul Data Protection service. -- **[protect-mcp](https://www.npmjs.com/package/protect-mcp)** — Local-first MCP security gateway/wrapper for existing stdio servers. Per-tool access policies, approval gates, rate limiting, and Ed25519-signed decision receipts. Source-available (FSL-1.1-MIT). [Docs](https://scopeblind.com/docs/mcp) - +- [tomjwxf/scopeblind-gateway](https://github.com/tomjwxf/scopeblind-gateway) [![tomjwxf/scopeblind-gateway MCP server](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway/badges/score.svg)](https://glama.ai/mcp/servers/tomjwxf/scopeblind-gateway) 📇 🏠 — Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. - [semgrep/mcp](https://github.com/semgrep/mcp) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [slouchd/cyberchef-api-mcp-server](https://github.com/slouchd/cyberchef-api-mcp-server) 🐍 ☁️ - MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations.