MCP Server
MCP
io.github.Franksterino/citeguard
Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://citeguard.boundy.workers.dev/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "citeguard",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LLM judge preset: qwen | openai | anthropic",
"format": "string",
"name": "CITEGUARD_JUDGE_PRESET"
},
{
"description": "API key for the judge LLM (required for verify_claims/check_document; check_links works without it)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CITEGUARD_JUDGE_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment