From 4ccfa062ba7a29311a3ae8f4c6a3f2248106760a Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:05:58 +0200 Subject: [PATCH 1/5] =?UTF-8?q?Add=20mcp-audit=20=E2=80=94=20transparent?= =?UTF-8?q?=20Go=20audit=20proxy=20for=20MCP=20tool=20calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..50eed898e 100644 --- a/README.md +++ b/README.md @@ -2178,6 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) 📇 ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From d728ab4918ffe8a415399c39d314f8f2bf912389 Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:09:14 +0200 Subject: [PATCH 2/5] Update mcp-audit entry in README.md to include icons for better visibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50eed898e..50c13003b 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) 📇 ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️ 🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From 1732ea2e2706805d86c12bcf7729ff6c70cb9cee Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:09:45 +0200 Subject: [PATCH 3/5] Update mcp-audit entry in README.md to include badge for visibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c13003b..1667e6d9c 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) 📇 ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️ 🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. +- [mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From 487f85916d9d78ec5a843bd69da97385813f9a3f Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Sun, 24 May 2026 16:10:50 +0200 Subject: [PATCH 4/5] Fix formatting of mcp-audit entry in README.md for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1667e6d9c..159849b57 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) 📇 ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. From e6b33a106b899634b9810ba7d5396ac498776b08 Mon Sep 17 00:00:00 2001 From: P4ST4S Date: Mon, 25 May 2026 16:50:19 +0200 Subject: [PATCH 5/5] Fix formatting of mcp-audit entry in README.md for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159849b57..5c662a9b3 100644 --- a/README.md +++ b/README.md @@ -2178,7 +2178,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [operantlabs/operant-mcp](https://github.com/operantlabs/operant-mcp) [![operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) 📇 ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment. - [Pentagonal-ai/pentagonal](https://github.com/Pentagonal-ai/pentagonal) [![Pentagonal-ai/pentagonal MCP server](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal/badges/score.svg)](https://glama.ai/mcp/servers/Pentagonal-ai/pentagonal) 📇 ☁️ - AI-powered smart contract security forge with 8-agent adversarial pen test. Generate, audit, fix, and compile contracts across 8 chains (Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, BSC, Avalanche). Token intelligence with honeypot detection. x402 USDC payments for autonomous agents. -- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) +- [P4ST4S/mcp-audit](https://github.com/P4ST4S/mcp-audit) [![P4ST4S/mcp-audit MCP server](https://glama.ai/mcp/servers/P4ST4S/mcp-audit/badges/score.svg)](https://glama.ai/mcp/servers/P4ST4S/mcp-audit) 🏎️🏠 - Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server. - [panther-labs/mcp-panther](https://github.com/panther-labs/mcp-panther) 🎖️ 🐍 ☁️ 🍎 - MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts. - [pullkitsan/mobsf-mcp-server](https://github.com/pullkitsan/mobsf-mcp-server) 🦀 🏠 🍎 🪟 🐧 - A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.