What is the dev.veritap/veritap MCP server?
Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.
How to install dev.veritap/veritap
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": {
"veritap": {
"command": "npx",
"args": [
"-y",
"veritap-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"veritap": {
"command": "npx",
"args": [
"-y",
"veritap-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"veritap": {
"command": "npx",
"args": [
"-y",
"veritap-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"veritap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"veritap-mcp"
]
}
}
}Claude Code
claude mcp add veritap -- npx -y veritap-mcpRelated MCP servers
dev.veritap/locker
Active
Wallet-addressed mailbox + storage for agents: pay to send (x402), read free with your key.
0
View repository →TypeScript
MIT