VerifyAPI — fact-check with signed receipts for Windsurf
io.github.kythekitty/verifyapi
Fact-check any claim with live web sources. Ed25519-signed receipts. Catches hallucinations.
client:Windsurf
transport:stdio
runtime:npm
Install VerifyAPI — fact-check with signed receipts in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"verifyapi": {
"command": "npx",
"args": [
"-y",
"@verify-api/mcp"
],
"env": {
"VERIFYAPI_API_KEY": "<VERIFYAPI_API_KEY>",
"VERIFYAPI_BASE_URL": "<VERIFYAPI_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs