Kluster.ai Verify MCP

Kluster.ai Verify MCP

Enables fact-checking of AI responses against reliable sources and validation of responses against document content to ensure accuracy and reliability.

Category
Visit Server

README

Self-hosted MCP

kluster.ai's HTTP Streamable MCP self-hosted server. Deploy locally with two powerful tools: verify for fact-checking a prompt from a user and response from the agent, and verify_document for document validation.

Need easier hosting? Try our Cloud MCP for instant setup without deployment.

Prerequisites

  • A kluster.ai account: Sign up on the kluster.ai platform if you don't have one.
  • A kluster.ai API key: After signing in, go to the API Keys section and create a new key. For detailed instructions, check out the Get an API key guide.
  • Docker or Node.js 18+.
  • Git for cloning the repository.
  • Claude desktop for testing the integration but you can use your preffered MCP client.

Get started

1. Clone and setup

Download the MCP server code to your local machine:

git clone https://github.com/kluster-ai/verify-mcp
cd verify-mcp

2. Deploy server

Start your local MCP server using Docker or Node.js. Replace YOUR_API_KEY with your actual kluster.ai API key:

Docker (recommended):

docker build -t kluster-verify-mcp .
docker run --rm -p 3001:3001 kluster-verify-mcp --api-key YOUR_API_KEY

Node.js:

npm install
npm run build
npm start -- --api-key YOUR_API_KEY

The server starts on http://localhost:3001 with MCP endpoint at /stream.

3. Add to Claude Desktop

Connect Claude Desktop to your local server by adding this configuration to your claude_desktop_config.json file:

{
  "mcpServers": {
    "kluster-verify": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:3001/stream"
      ]
    }
  }
}

Important: Restart Claude desktop after modifying the configuration file for changes to take effect.

Add server to Claude Desktop

4. Start verifying

Once connected, you can use the verification tools directly in Claude desktop conversations:

Start using verification tools

Available tools

  • verify - Fact-check a prompt from a user and response from the agent against reliable sources.
  • verify_document - Verify if a response from the agent accurately reflects document content based on the user's prompt.

For detailed parameters and response formats, see the Tools reference.

Configuration

CLI options:

  • --api-key <key> - kluster.ai API key.
  • --base-url <url> - kluster.ai base URL.
  • --port <port> - Server port (default: 3001).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured