Semantix-Verify is an MCP server for semantic validation of AI/LLM outputs. It exposes a single tool, verify_text_intent(text, intent_description, threshold), which uses a local quantized NLI cross-en…
{
"mcpServers": {
"semantix-verify": {
"command": "uvx",
"args": [
"semantix-ai"
]
}
}
}