
This server wraps Wauldo's verification API into stateless MCP tools for grounding agent outputs and extracting structured claims. You get concept extraction, long-context handling, knowledge graph operations, and planning primitives, all backed by Wauldo's fact-checking engine that returns a support score and per-claim verdicts. Use it when you need to verify RAG pipeline answers against source documents, catch hallucinations in multi-step agent chains, or ground LLM responses before they reach users. The server runs over streamable HTTP at api.wauldo.com/mcp, so no local install. Built for dropping verification into existing LangChain, CrewAI, or vanilla agent loops without rewriting your stack.