# hallucination-detector

Hallucination Detector — scores AI-generated output for hallucination risk. Detects fabricated citations, entity confusion, and overconfident absolutes. Returns a 0-1 risk score with signals so you k…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/hallucination-detector

# Browse available tools
npx -y @smithery/cli@latest tool list found402/hallucination-detector

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/hallucination-detector detect_hallucinations

# Call a tool
npx -y @smithery/cli@latest tool call found402/hallucination-detector detect_hallucinations '{}'
```

## Direct MCP Connection

Endpoint: `https://hallucination-detector--found402.run.tools`

## Tools (1)

- `detect_hallucinations` — Scores AI-generated text for likely hallucinated facts. Detects fabricated precision, invented citations, temporal impo…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/hallucination-detector <tool-name>
```
