Ground Truth MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http ground-truth https://ground-truth-mcp.anishdasmail.workers.dev/mcp
README.md

Validate AI claims against live data.

Ground Truth MCP Server

Validate AI claims against live data.

An MCP server that lets AI agents fact-check their own research in real time — probing endpoints, counting competitors, and testing hypotheses against live registries instead of guessing.

Origin

This tool was born from an AI agent catching itself giving bad advice. During a research conversation about MCP business opportunities, the agent recommended building products based on claims like "competition is low" and "this API is freely available" — then built a prototype to test those claims and discovered several were wrong. Competitors it said didn't exist already had packages on npm. An API it recommended building on top of couldn't even be reached.

Ground Truth is the tool that conversation needed.

Tools

`check_endpoint`

Probe a URL or API endpoint. Returns HTTP status, content type, response time, auth requirements, rate limit headers, and a structural summary of the response.

"Is this API actually accessible, or am I recommending something that doesn't work?"

`estimate_market`

Count packages/servers in a space on npm or PyPI. Returns total count, top results with version history and update dates, and activity signals.

"I'm about to say 'competition is low' — is that actually true?"

`test_hypothesis`

Test a factual claim against multiple live checks. Returns pass/fail per test and an overall verdict: SUPPORTED, REFUTED, or PARTIALLY SUPPORTED.

"Before I present this conclusion, let me verify it."

Connect

MCP Inspector (quickest test)

npx @modelcontextprotocol/inspector@latest
# Enter: https://ground-truth-mcp.anishdasmail.workers.dev/mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ground-truth": {
      "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
    }
  }
}

Any MCP Client

Connect to https://ground-truth-mcp.anishdasmail.workers.dev/mcp via Streamable HTTP transport.

Develop

npm install
npm start          # local dev server at http://localhost:8787/mcp
npm run deploy     # deploy to Cloudflare Workers

What It Caught (First Run)

Claim Verdict
"Memory MCP server competition is Medium" ⚠️ Medium but actively growing — 12+ packages, several updated this week
"Email/SMS MCP servers: very low competition" ❌ Wrong — twilio-mcp and mcp-send-email already exist
"Business verification MCP space is empty" ✅ Confirmed — no relevant packages found
"OpenCorporates has a free API" ❌ Could not verify — API unreachable

License

MIT

Tools (3)

check_endpointProbe a URL or API endpoint to verify accessibility and return structural response data.
estimate_marketCount packages or servers in a space on npm or PyPI to analyze competition.
test_hypothesisTest a factual claim against multiple live checks to receive a verdict.

Configuration

claude_desktop_config.json
{"mcpServers": {"ground-truth": {"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"}}}

Try it

Check if the API at https://api.example.com is currently accessible and what its response structure looks like.
Estimate the current market competition for 'image processing' packages on npm.
Verify the claim that 'there are no existing MCP servers for email automation' by checking package registries.
Test the hypothesis that the OpenCorporates API is free and publicly reachable.

Frequently Asked Questions

What are the key features of Ground Truth?

Real-time fact-checking for AI agents. Endpoint probing for HTTP status and response analysis. Market competition estimation via npm and PyPI package counts. Hypothesis testing with automated pass/fail verdicts.

What can I use Ground Truth for?

Validating technical claims before recommending APIs to users. Analyzing market saturation for new software product ideas. Debugging broken API integrations by checking endpoint availability. Automating research tasks to ensure AI agents provide accurate, verified information.

How do I install Ground Truth?

Install Ground Truth by running: Add to claude_desktop_config.json

What MCP clients work with Ground Truth?

Ground Truth works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Ground Truth docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare