bouncer
Rank #16,231io.github.nugehs/bouncer
Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.
bouncer is a Model Context Protocol (MCP) server published by nugehs. It ranks #16,231 of 115,460 servers tracked on MCP Toplist. bouncer is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 7, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 99,229 of 115,460 servers on MCP Toplist.
Use bouncer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bouncer -- npx -y @nugehs/bouncer mcp[mcp_servers.bouncer]
command = "npx"
args = ["-y", "@nugehs/bouncer", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bouncer": {
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bouncer": {
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bouncer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bouncer": {
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bouncer": {
"command": "npx",
"args": [
"-y",
"@nugehs/bouncer",
"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.nugehs%2Fbouncer)<a href="https://mcptoplist.com/server/io.github.nugehs%2Fbouncer"><img src="https://mcptoplist.com/badge/io.github.nugehs%2Fbouncer.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nugehs
Other servers by nugehs
View all nugehs servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jun 16, 2026 |
| 0.1.0 | Jun 7, 2026 |
Frequently asked questions
- Who maintains bouncer?
- bouncer is maintained by nugehs, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
- Is bouncer listed on the Official MCP Registry?
- Yes — bouncer is listed on the Official MCP Registry, alongside Glama.
- How many versions does bouncer have?
- MCP Toplist tracks 2 versions of bouncer, most recently published on Jun 16, 2026.
- Where can I find the source code for bouncer?
- The source code for bouncer is hosted at github.com/nugehs/bouncer.