Loading...
Loading...
Loading...
Integrate citation verification into your AI-powered research workflows.
A simple two-step API: submit references, then poll for results. Built for async verification at scale.
POST /api/verify-reference
Content-Type: application/json
Authorization: Bearer sk_...
{
"references": [
"Kuhn, T. S. (1962). The Structure of Scientific Revolutions."
]
}Using Claude for research? Add SourceVerify as your citation integrity layer. Catch hallucinated references before they make it into your work.
# Install the plugin claude mcp add sourceverify \ npx @sourceverify/claude-code-plugin
Use SourceVerify directly from Claude Code, Cursor, or any MCP-compatible AI assistant. Verify references without leaving your workflow.
{
"mcpServers": {
"sourceverify": {
"command": "npx",
"args": ["@sourceverify/mcp-server"],
"env": {
"SOURCEVERIFY_API_KEY": "sk_..."
}
}
}
}