← Back to Plugins
MCP Server MCP

io.github.Franksterino/citeguard

github By github 👁 1 views ▲ 0 votes

Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...