MCP.so
ログイン
G

Ground Truth

@anish632

Ground Truth について

Validate AI claims against live data: check endpoints, count competitors, test hypotheses.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

anish632

投稿者

anish632

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Ground Truth?

Ground Truth is an MCP server that lets AI agents fact-check their own research in real time. It probes endpoints, counts competitors from live registries, and tests hypotheses against live data so agents stop guessing and start verifying.

How to use Ground Truth?

Connect any MCP client to the URL https://ground-truth-mcp.anishdasmail.workers.dev/mcp via Streamable HTTP transport. For quick testing, use MCP Inspector (npx @modelcontextprotocol/inspector@latest), or add a ground-truth entry to your Claude Desktop configuration.

Key features of Ground Truth

  • Probes URLs and API endpoints for accessibility and structure
  • Counts packages on npm and PyPI to gauge competition
  • Tests factual claims with pass/fail verdicts against live checks
  • Returns response time, auth requirements, and rate-limit headers
  • Summarizes response content (e.g., structural summary of APIs)

Use cases of Ground Truth

  • An agent verifying whether an API it plans to recommend is actually reachable
  • Counting existing packages before claiming “competition is low”
  • Testing a factual assertion (e.g., “no one has built this”) against multiple registries

FAQ from Ground Truth

What is Ground Truth and what problem does it solve?

It validates AI claims against live data. The tool was created after an AI agent gave bad advice and then built a prototype to test its own claims — discovering several were wrong.

How do I connect to the Ground Truth MCP server?

You can use MCP Inspector by running npx @modelcontextprotocol/inspector@latest and entering the server URL. For Claude Desktop, add a "ground-truth" entry with "url" set to https://ground-truth-mcp.anishdasmail.workers.dev/mcp in your claude_desktop_config.json.

What tools does Ground Truth provide?

Three tools: check_endpoint (probe a URL/API), estimate_market (count packages on npm or PyPI), and test_hypothesis (run a factual claim against multiple live checks and return a verdict).

What claims did Ground Truth catch on its first run?

It found that “Memory MCP server competition is Medium” was actually medium but actively growing, that email/SMS MCP servers already had existing packages, that the business verification MCP space was empty, and that OpenCorporates’ API was unreachable.

コメント

「その他」の他のコンテンツ