Sign In

mcp-audit-proxy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-audit-proxy

A transparent audit proxy for MCP servers: records every tool call, detects tool poisoning and rug pulls

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
40
-66.94%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-audit-proxy

A transparent audit proxy for MCP servers. Put it in front of any MCP server and every tool call is recorded — what was called, by whom, with which arguments, and what came back.

npx mcp-audit-proxy run -- npx -y @modelcontextprotocol/server-filesystem /tmp

Or install it so the mcp-audit command is on your PATH:

npm install -g mcp-audit-proxy
mcp-audit run -- npx -y @modelcontextprotocol/server-filesystem /tmp

This package is a thin launcher. The real program is a single Go binary, shipped as a per-platform optional dependency — there is no postinstall download, so npm install --ignore-scripts works normally.

Prefer not to involve npm at all? The binary stands alone:

go install github.com/firatmio/mcp-audit-proxy/cmd/mcp-audit@latest

Full documentation, configuration and the security detectors: https://github.com/firatmio/mcp-audit-proxy

Keywords

mcp

FAQs

Package last updated on 13 Aug 2026

Related posts