Protect MCP
Rank #29,249io.github.tomjwxf/protect-mcp
Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.
Protect MCP is a Model Context Protocol (MCP) server published by tomjwxf. It ranks #29,249 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Protect MCP is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 86,211 of 115,460 servers on MCP Toplist.
Use Protect MCP
claude mcp add protect-mcp -- npx -y protect-mcp[mcp_servers.protect-mcp]
command = "npx"
args = ["-y", "protect-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"protect-mcp": {
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"protect-mcp": {
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"protect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"protect-mcp": {
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"protect-mcp": {
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tomjwxf%2Fprotect-mcp)<a href="https://mcptoplist.com/server/io.github.tomjwxf%2Fprotect-mcp"><img src="https://mcptoplist.com/badge/io.github.tomjwxf%2Fprotect-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
tomjwxf
Other servers by tomjwxf
View all tomjwxf servers →Available versions (6)
| Version | Published |
|---|---|
| 0.5.3 | Apr 5, 2026 |
| 0.5.2 | Apr 3, 2026 |
| 0.4.5 | Mar 31, 2026 |
| 0.4.0 | Mar 26, 2026 |
| 0.3.3 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Protect MCP?
- Protect MCP is maintained by tomjwxf, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Protect MCP listed on the Official MCP Registry?
- Yes — Protect MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Protect MCP have?
- MCP Toplist tracks 6 versions of Protect MCP, most recently published on Apr 5, 2026.
- Where can I find the source code for Protect MCP?
- The source code for Protect MCP is hosted at github.com/tomjwxf/scopeblind-gateway.