Ground Truth

Created By
anish6323 months ago
Validate AI claims against live data: check endpoints, count competitors, test hypotheses.
Overview

Ground Truth MCP Server

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)

ClaimVerdict
"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

Server Config

{
  "mcpServers": {
    "ground-truth": {
      "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
2 months ago
Author Name
anish632
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Knocksandbans.com
@MessingMedia

Knocks and bans tracks which players are injured, doubtful, or suspended. Via this MCP server, AI assistants can query that data directly — returning structured cards with full source links. Who Is This For? Football Fans Ask your AI assistant which players are injured or doubtful before this weekend's matches. Fantasy & Betting Analysts Get up-to-date availability data for squad building and informed predictions. Journalists & Bloggers Pull the latest injury roundups with source links to cite in match previews or reports. Available Tools top_player_statuses The 5 players most recently updated with an injured or doubtful status. Sorted by last update, newest first. Returns: name · injury · status · last updated · source link top_club_news The 3 clubs with the most recent editorial updates. Each card includes a short excerpt and a direct link to the club page. Returns: headline · excerpt · last updated · source link Try These Prompts Copy one of these into your AI assistant when the MCP server is connected. "Which players are currently injured or doubtful? Show me the 5 most recent updates with source links." "Give me the latest club squad news, with a summary and a link to each club page." "I'm building my fantasy team. Which key players are out or doubtful this week? Link me to the details." What You Get When your AI assistant connects to this MCP server, it can return: Player availability cards Recent injured or doubtful players, including status, update time, and a direct source link. Club update cards Latest club-level squad updates with a short summary and link to the full page. Additional Links MCP server URL for remote clients: https://www.knocksandbans.com/mcp/rpc

19 hours ago