loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-proxy

MCP Tool

agent-receipts/mcp-proxy

MCP proxy with agent receipts, policy engine, risk scoring, and intent tracking

Install

$ npx loaditout add agent-receipts/mcp-proxy

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-proxy"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

mcp-proxy
MCP proxy with action receipts, policy engine, and intent tracking

[](LICENSE) [](https://go.dev/)

Audit, govern, and sign every AI agent action.

SDK &bull; Spec &bull; agentreceipts.ai

</div>

---

What it does

mcp-proxy sits between an MCP client (Claude, etc.) and an MCP server, transparently intercepting every tool call. For each call it:

  1. Classifies the operation (read/write/delete/execute) and scores risk (0-100)
  2. Evaluates policy rules (pass/flag/pause/block) with approval workflows
  3. Groups related calls by temporal proximity (intent tracking)
  4. Signs a cryptographic receipt (Ed25519, hash-chained, W3C Verifiable Credential)
  5. Redacts sensitive data (JSON-aware + pattern-based) before storage
  6. Stores everything in a local SQLite audit trail

Single binary. No external dependencies. Drop-in for any MCP server.

Install
go install github.com/agent-receipts/mcp-proxy/cmd/mcp-proxy@latest
Usage
As MCP proxy
# Wrap any MCP server
mcp-proxy node /path/to/mcp-server.js

# With options
mcp-proxy \
  --name github \
  --key private.pem \
  --taxonomy taxonomy.json \
  --rules rules.yaml \
  --issuer did:agent:my-proxy \
  --principal did:user:alice \
  node /path/to/github-mcp-server.js
Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-audited": {
      "command": "mcp-proxy",
      "args": [
        "--name", "github",
        "node", "/path/to/github-mcp-server.js"
      ]
    }
  }
}
CLI subcommands
mcp-proxy list                          # List receipts
mcp-proxy list --risk high              # Filter by risk
mcp-pro

Tags

action-receiptsaiai-agentsauditgolangmcpmcp-proxypolicy-engine

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated13 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/agent-receipts/mcp-proxy)](https://loaditout.ai/skills/agent-receipts/mcp-proxy)