LegalCite MCP Server
Rank #58,007io.github.Kevinx702/legalcite
Verify legal case citations against real court records; flag fake/hallucinated cites.
LegalCite MCP Server is a Model Context Protocol (MCP) server published by kevinx702. It ranks #58,007 of 115,460 servers tracked on MCP Toplist. LegalCite MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 27, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 57,453 of 115,460 servers on MCP Toplist.
Use LegalCite MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add legalcite -- npx -y legalcite-mcp[mcp_servers.legalcite]
command = "npx"
args = ["-y", "legalcite-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"legalcite": {
"command": "npx",
"args": [
"-y",
"legalcite-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"legalcite": {
"command": "npx",
"args": [
"-y",
"legalcite-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"legalcite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"legalcite-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"legalcite": {
"command": "npx",
"args": [
"-y",
"legalcite-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"legalcite": {
"command": "npx",
"args": [
"-y",
"legalcite-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.Kevinx702%2Flegalcite)<a href="https://mcptoplist.com/server/io.github.Kevinx702%2Flegalcite"><img src="https://mcptoplist.com/badge/io.github.Kevinx702%2Flegalcite.svg" alt="MCP Toplist: #58,007 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kevinx702
Other servers by kevinx702
View all kevinx702 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 27, 2026 |
Frequently asked questions
- Who maintains LegalCite MCP Server?
- LegalCite MCP Server is maintained by kevinx702, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is LegalCite MCP Server listed on the Official MCP Registry?
- Yes — LegalCite MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does LegalCite MCP Server have?
- MCP Toplist tracks 1 version of LegalCite MCP Server, most recently published on Jun 27, 2026.
- Where can I find the source code for LegalCite MCP Server?
- The source code for LegalCite MCP Server is hosted at github.com/kevinx702/legalcite.