citation-verifier-api
Cloudflare Workers MCP server: citation-verifier. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/citation-verifier
by lazymac2x
Cloudflare Workers MCP server: citation-verifier
Verifies accuracy and validity of citations and sources.
Captured live from the server via tools/list.
Extract URLs, paper refs, DOIs, arXiv ids, and statistics from text
Extract + probe URLs + return trust score
Probe a single URL for reachability and final destination
Cloudflare Workers MCP server: citation-verifier. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/citation-verifier
claude_desktop_config.json
{
"mcpServers": {
"citation-verifier": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/citation-verifier/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.