PluginBench
MCP Server
Active

io.github.Kevinx702/legalcite MCP Server

io.github.Kevinx702/legalcite

What is the io.github.Kevinx702/legalcite MCP server?

Verify legal case citations against real court records; flag fake/hallucinated cites.

How to install io.github.Kevinx702/legalcite

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "legalcite": {
      "command": "npx",
      "args": [
        "-y",
        "legalcite-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "legalcite": {
      "command": "npx",
      "args": [
        "-y",
        "legalcite-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "legalcite": {
      "command": "npx",
      "args": [
        "-y",
        "legalcite-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "legalcite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "legalcite-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add legalcite -- npx -y legalcite-mcp

Related MCP servers

Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.

0
HTML
View repository →