PluginBench
MCP Server

EveryAILaw MCP Server

io.github.snapsynapse/every-ai-law

What is the EveryAILaw MCP server?

AI obligation registry: regulations, provisions, evidence, and enforcement deadlines.

How to install EveryAILaw

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EVERYAILAW_API_KEY
    secret

    Optional Pro tier API key (https://app.everyailaw.com/). Free tier works without it.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "every-ai-law": {
      "command": "npx",
      "args": [
        "-y",
        "every-ai-law"
      ],
      "env": {
        "EVERYAILAW_API_KEY": "<YOUR_EVERYAILAW_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "every-ai-law": {
      "command": "npx",
      "args": [
        "-y",
        "every-ai-law"
      ],
      "env": {
        "EVERYAILAW_API_KEY": "<YOUR_EVERYAILAW_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "every-ai-law": {
      "command": "npx",
      "args": [
        "-y",
        "every-ai-law"
      ],
      "env": {
        "EVERYAILAW_API_KEY": "<YOUR_EVERYAILAW_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "every-ai-law": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "every-ai-law"
      ],
      "env": {
        "EVERYAILAW_API_KEY": "<YOUR_EVERYAILAW_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add every-ai-law --env EVERYAILAW_API_KEY=<YOUR_EVERYAILAW_API_KEY> -- npx -y every-ai-law

Related MCP servers

Public-record corpus of AI litigation, regulation, and enforcement, anchored to EveryAILaw.

View repository →

Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.

View repository →