MCP Verify Claim Server
Rank #17,816io.github.sudo-ai-git/mcp-verify-claim
Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.
MCP Verify Claim Server is a Model Context Protocol (MCP) server published by sudo-ai-git. It ranks #17,816 of 115,591 servers tracked on MCP Toplist. MCP Verify Claim Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 97,775 of 115,591 servers on MCP Toplist.
Use MCP Verify Claim Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-verify-claim -- uvx mcp-verify-claim[mcp_servers.mcp-verify-claim]
command = "uvx"
args = ["mcp-verify-claim"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-verify-claim": {
"command": "uvx",
"args": [
"mcp-verify-claim"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-verify-claim": {
"command": "uvx",
"args": [
"mcp-verify-claim"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-verify-claim": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-verify-claim"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-verify-claim": {
"command": "uvx",
"args": [
"mcp-verify-claim"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-verify-claim": {
"command": "uvx",
"args": [
"mcp-verify-claim"
]
}
}
}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.sudo-ai-git%2Fmcp-verify-claim)<a href="https://mcptoplist.com/server/io.github.sudo-ai-git%2Fmcp-verify-claim"><img src="https://mcptoplist.com/badge/io.github.sudo-ai-git%2Fmcp-verify-claim.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sudo-ai-git
Other servers by sudo-ai-git
- MCP Skill Sec Server#16,165 · 1 ver
- MCP Benchmark Hygiene Server#17,422 · 1 ver
- MCP Secret Scrub Server#39,216 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains MCP Verify Claim Server?
- MCP Verify Claim Server is maintained by sudo-ai-git, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Verify Claim Server listed on the Official MCP Registry?
- Yes — MCP Verify Claim Server is listed on the Official MCP Registry.
- How many versions does MCP Verify Claim Server have?
- MCP Toplist tracks 1 version of MCP Verify Claim Server, most recently published on Aug 27, 2026.
- Where can I find the source code for MCP Verify Claim Server?
- The source code for MCP Verify Claim Server is hosted at github.com/sudo-ai-git/mcp-verify-claim.