Connection check
verified live · 27h ago
ai-guardrails
Cloudflare Workers MCP server: ai-guardrails
Tools
5
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
5 toolsRead from the running server on 27h ago.
check_hallucination
text*
Heuristic scoring of LLM hedge phrases that correlate with hallucinated outputs. Returns score 0–1 and risk level. Heuristic scoring of LLM hedge phrases that correlate with hallucinated outputs. Returns score 0–1 and risk level.
check_safety
text*
Check text for harmful content using weighted keyword detection. Returns a 0–1 score and verdict (safe/caution/unsafe). Check text for harmful content using weighted keyword detection. Returns a 0–1 score and verdict (safe/caution/unsafe).
detect_pii
text*
Detect personally identifiable information (email, phone, SSN, credit card, IP, URL, API key) in a text string. Detect personally identifiable information (email, phone, SSN, credit card, IP, URL, API key) in a text string.
full_check
text*checks
Run pii, safety, and/or hallucination checks in one call. Default: pii + safety. Specify checks=["pii","safety","hallucination"] to run all. Run pii, safety, and/or hallucination checks in one call. Default: pii + safety. Specify checks=["pii","safety","hallucination"] to run all.
redact_pii
modetext*