VerifyAPI — fact-check with signed receipts for Cursor
io.github.kythekitty/verifyapi
Fact-check any claim with live web sources. Ed25519-signed receipts. Catches hallucinations.
client:Cursor
transport:stdio
runtime:npm
Install VerifyAPI — fact-check with signed receipts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verifyapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verify-api/mcp"
],
"env": {
"VERIFYAPI_API_KEY": "<VERIFYAPI_API_KEY>",
"VERIFYAPI_BASE_URL": "<VERIFYAPI_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs