Veritasacta Verify
Rank #1,736io.github.tomjwxf/veritasacta-verify
Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.
Veritasacta Verify is a Model Context Protocol (MCP) server published by tomjwxf. It ranks #1,736 of 115,460 servers tracked on MCP Toplist, and its repository has 145 GitHub stars. Veritasacta Verify is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 113,724 of 115,460 servers on MCP Toplist.
Use Veritasacta Verify
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add veritasacta-verify -- npx -y @veritasacta/verify[mcp_servers.veritasacta-verify]
command = "npx"
args = ["-y", "@veritasacta/verify"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"veritasacta-verify": {
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"veritasacta-verify": {
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"veritasacta-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"veritasacta-verify": {
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"veritasacta-verify": {
"command": "npx",
"args": [
"-y",
"@veritasacta/verify"
]
}
}
}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.tomjwxf%2Fveritasacta-verify)<a href="https://mcptoplist.com/server/io.github.tomjwxf%2Fveritasacta-verify"><img src="https://mcptoplist.com/badge/io.github.tomjwxf%2Fveritasacta-verify.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tomjwxf
Other servers by tomjwxf
View all tomjwxf servers →Available versions (4)
| Version | Published |
|---|---|
| 0.4.2 | Apr 5, 2026 |
| 0.4.1 | Mar 26, 2026 |
| 0.2.1 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Veritasacta Verify?
- Veritasacta Verify is maintained by tomjwxf, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Veritasacta Verify listed on the Official MCP Registry?
- Yes — Veritasacta Verify is listed on the Official MCP Registry.
- How many versions does Veritasacta Verify have?
- MCP Toplist tracks 4 versions of Veritasacta Verify, most recently published on Apr 5, 2026.
- Where can I find the source code for Veritasacta Verify?
- The source code for Veritasacta Verify is hosted at github.com/tomjwxf/ScopeBlindD2.