Veridict
Rank #49,724io.github.xkumakichi/veridict
MCP server providing veridict capabilities
Veridict is a Model Context Protocol (MCP) server published by xkumakichi. It ranks #49,724 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Veridict is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Mar 30, 2026.
Ranks ahead of 82,389 of 132,113 servers on MCP Toplist.
Use Veridict
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add veridict -- npx -y veridict[mcp_servers.veridict]
command = "npx"
args = ["-y", "veridict"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"veridict": {
"command": "npx",
"args": [
"-y",
"veridict"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"veridict": {
"command": "npx",
"args": [
"-y",
"veridict"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"veridict": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"veridict"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"veridict": {
"command": "npx",
"args": [
"-y",
"veridict"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"veridict": {
"command": "npx",
"args": [
"-y",
"veridict"
]
}
}
}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.xkumakichi%2Fveridict)<a href="https://mcptoplist.com/server/io.github.xkumakichi%2Fveridict"><img src="https://mcptoplist.com/badge/io.github.xkumakichi%2Fveridict.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
xkumakichi
Other servers by xkumakichi
View all xkumakichi servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Veridict?
- Veridict is maintained by xkumakichi, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Veridict listed on the Official MCP Registry?
- Yes — Veridict is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Veridict have?
- MCP Toplist tracks 2 versions of Veridict, most recently published on Mar 30, 2026.
- Where can I find the source code for Veridict?
- The source code for Veridict is hosted at github.com/xkumakichi/veridict.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.