EveryAILaw
Rank #38,949io.github.snapsynapse/every-ai-law
AI obligation registry: regulations, provisions, evidence, and enforcement deadlines.
EveryAILaw is a Model Context Protocol (MCP) server published by snapsynapse. It ranks #38,949 of 115,460 servers tracked on MCP Toplist. EveryAILaw is listed on Official MCP, with 4 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 76,511 of 115,460 servers on MCP Toplist.
Use EveryAILaw
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add every-ai-law -- npx -y every-ai-law[mcp_servers.every-ai-law]
command = "npx"
args = ["-y", "every-ai-law"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"every-ai-law": {
"command": "npx",
"args": [
"-y",
"every-ai-law"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"every-ai-law": {
"command": "npx",
"args": [
"-y",
"every-ai-law"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"every-ai-law": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"every-ai-law"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"every-ai-law": {
"command": "npx",
"args": [
"-y",
"every-ai-law"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"every-ai-law": {
"command": "npx",
"args": [
"-y",
"every-ai-law"
]
}
}
}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.snapsynapse%2Fevery-ai-law)<a href="https://mcptoplist.com/server/io.github.snapsynapse%2Fevery-ai-law"><img src="https://mcptoplist.com/badge/io.github.snapsynapse%2Fevery-ai-law.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
snapsynapse
Other servers by snapsynapse
View all snapsynapse servers →Available versions (4)
| Version | Published |
|---|---|
| 0.7.0 | Aug 29, 2026 |
| 0.6.0 | Aug 5, 2026 |
| 0.5.0 | Aug 3, 2026 |
| 0.3.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains EveryAILaw?
- EveryAILaw is maintained by snapsynapse, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is EveryAILaw listed on the Official MCP Registry?
- Yes — EveryAILaw is listed on the Official MCP Registry.
- How many versions does EveryAILaw have?
- MCP Toplist tracks 4 versions of EveryAILaw, most recently published on Aug 29, 2026.
- Where can I find the source code for EveryAILaw?
- The source code for EveryAILaw is hosted at github.com/snapsynapse/every-ai-law.