Citation Check for VS Code
io.github.secondstageturbine/citation-check
Does a cited URL exist, and does the source name what your claim names? Two answers.
client:VS Code
transport:streamable-http
tools:2
Install Citation Check in VS Code
.vscode/mcp.json
{
"servers": {
"citation-check": {
"type": "http",
"url": "https://exmachina-ai.fly.dev/verify"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs