← tooloracle.io
INDIVIDUAL MCP TOOL
uvo_citation_check
Detect phantom or hallucinated citations in any text.
LIVE ENDPOINT
https://tooloracle.io/uvo/mcp
Connect to this endpoint to inspect the live schema for uvo_citation_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.uvo-action-gate]
url = "https://tooloracle.io/uvo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uvo-action-gate": {
"type": "http",
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uvo-action-gate
Remote MCP URL: https://tooloracle.io/uvo/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"uvo-action-gate": {
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uvo-action-gate": {
"type": "http",
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uvo-action-gate",
"transport": "streamable-http",
"url": "https://tooloracle.io/uvo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ping— Health check — returns server status, version, available tools.uvo_quick— Fast deterministic check — schema, danger patterns, containment.uvo_full— Full deterministic validation — all layers except L1 academic.uvo_academic_verify— Verify a claim against academic literature using L1 Hallucination Layer.