srdcheck
Rank #5,735io.github.chaoz23/srdcheck
Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.
srdcheck is a Model Context Protocol (MCP) server published by chaoz23. It ranks #5,735 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. srdcheck is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Jul 16, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 109,856 of 115,591 servers on MCP Toplist.
Use srdcheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add srdcheck -- uvx --from srdcheck srdcheck-mcp srdcheck[mcp_servers.srdcheck]
command = "uvx"
args = ["--from", "srdcheck", "srdcheck-mcp", "srdcheck"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"srdcheck": {
"command": "uvx",
"args": [
"--from",
"srdcheck",
"srdcheck-mcp",
"srdcheck"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"srdcheck": {
"command": "uvx",
"args": [
"--from",
"srdcheck",
"srdcheck-mcp",
"srdcheck"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"srdcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"srdcheck",
"srdcheck-mcp",
"srdcheck"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"srdcheck": {
"command": "uvx",
"args": [
"--from",
"srdcheck",
"srdcheck-mcp",
"srdcheck"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"srdcheck": {
"command": "uvx",
"args": [
"--from",
"srdcheck",
"srdcheck-mcp",
"srdcheck"
]
}
}
}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.chaoz23%2Fsrdcheck)<a href="https://mcptoplist.com/server/io.github.chaoz23%2Fsrdcheck"><img src="https://mcptoplist.com/badge/io.github.chaoz23%2Fsrdcheck.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chaoz23
Other servers by chaoz23
- inkcheck#7,520 · 5 vers
- charactercheck-mcp#10,444 · 4 vers
- dmcheck-mcp#14,517 · 3 vers
- loudcheck#43,759 · 1 ver
Available versions (5)
| Version | Published |
|---|---|
| 0.8.0 | Aug 3, 2026 |
| 0.4.0 | Jul 27, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.2.0 | Jul 25, 2026 |
| 0.1.1 | Jul 17, 2026 |
Frequently asked questions
- Who maintains srdcheck?
- srdcheck is maintained by chaoz23, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is srdcheck listed on the Official MCP Registry?
- Yes — srdcheck is listed on the Official MCP Registry, alongside Glama.
- How many versions does srdcheck have?
- MCP Toplist tracks 5 versions of srdcheck, most recently published on Aug 3, 2026.
- Where can I find the source code for srdcheck?
- The source code for srdcheck is hosted at github.com/chaoz23/srdcheck.