# Ground Truth - First Call Activation MCP server

First MCP call: run check_endpoint with url=https://example.com. Paid plan adds monitors.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-anish632-ground-truth
- Repository: https://github.com/anish632/ground-truth-mcp

## Install
- Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-API-Key (secret)
- Remote endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- Header: X-API-Key

## Tools
- check_endpoint (Endpoint Reachability Check) - Preflight an unfamiliar public URL or API before an AI agent relies on it. It performs one live fetch and returns a PASS/WARN/FAIL verdict with HTTP status, content type, response time, final URL/redirect behavior, auth and rate-limit signals, and a short response sample. A PASS proves only that this fetch succeeded at check time; it does not validate authenticated flows, POST side effects, JavaScript execution, or business logic. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- preflight_endpoint (Endpoint Preflight) - Run reachability/response and security-header checks together for an unfamiliar URL or API before an AI agent trusts or acts on it. Returns one combined PASS/WARN/FAIL verdict with evidence from both checks. It does not prove that a service is safe, authenticated, or correct. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- estimate_market (Package Market Search) - Search npm or PyPI to estimate how crowded a package category is before you claim that a market is empty, niche, or competitive. Use this when you have a category or search phrase such as 'edge orm' and want live result counts plus representative matches. Do not use it to compare exact known package names or to infer adoption from downloads; it reflects search results, not market share. Registry responses are cached for 5 minutes. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- check_pricing (Pricing Page Scan) - Fetch a public pricing page and extract first-pass pricing signals before you quote plan costs, free tiers, or plan names. Use this when you already have a likely pricing URL and need a quick live scan of visible page text. It returns price-like strings, heuristic plan labels, free or free-trial signals, and cache information. It does not map prices to exact plans, normalize currencies, execute checkout flows, or guarantee that a price applies to a specific region or customer type. JavaScript-rendered, logged-in, or heavily obfuscated pricing details can be missed. Results are cached for 5 minutes. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- inspect_security_headers (Security Header Inspection) - Inspect security-related HTTP response headers for an unfamiliar public URL before an agent trusts or recommends it. It identifies missing or weak HSTS, CSP, framing, referrer, permissions, and cross-origin headers. It reports observable configuration only and does not prove that a site is secure or vulnerability-free. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- preview_monitor (Preview Source Monitor) - Capture a free live baseline for a source that should remain trustworthy over time. Call this before recommending checkout: it proves what would be monitored without creating an account or persistent monitor. After a successful preview, offer create_monitor only when the user wants scheduled checks, history, or change alerts. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- list_resources (Server Resource Discovery) - List all available Ground Truth tools and their access tiers. Zero-cost schema discovery. Call this to explore what verification tools are available before making a tool call. No quota consumption, no API key required. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- compare_pricing_pages (Pricing Page Comparison) - Compare two to five public pricing pages side by side before you make competitive pricing or packaging claims. Use this when you want a quick, live comparison of visible prices, free-plan signals, and plan-name hints across vendors. The output is heuristic and page-level: it does not map every price to every plan or normalize regional billing differences. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- compare_competitors (Named Package Comparison) - Compare two or more exact package names side by side using live npm or PyPI metadata. Use this when you already know the candidate packages and need evidence for claims such as 'tool A is newer', 'tool B is still maintained', or 'these packages use different licenses'. It returns per-package registry metadata in input order, with field availability varying by registry. Missing or unpublished packages return found=false. Do not use it to discover unknown alternatives, estimate market size, or compare packages across different registries. Registry responses are cached for 5 minutes. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- verify_claim (Claim Support Check) - Verify a factual claim against specific public evidence URLs before an agent repeats it or acts on it. The tool checks whether supplied keywords appear in each fetched source and reports per-source evidence. It does not perform open-ended search, semantic contradiction analysis, or prove a claim true when a page is silent; choose direct evidence URLs and interpret the result as a support signal. Fetched pages are cached for 5 minutes. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- assess_compliance_posture (Compliance Signal Scan) - Scan a public security, trust, compliance, or legal page for common enterprise buying signals before you claim a vendor supports a particular compliance posture. It looks for public references to SOC 2, ISO 27001, GDPR, HIPAA, DPA terms, subprocessors, SSO, SCIM, encryption, and data residency language. This is a signal scanner, not proof of certification or legal sufficiency. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- test_hypothesis (Multi-step Hypothesis Test) - Run a small verification plan made of concrete live checks and summarize whether a hypothesis is supported. Use this when one conclusion depends on multiple simple checks such as endpoint reachability, npm search counts, or whether a page contains an exact substring. This is a coordination tool, not an open-ended research agent: every test must be explicitly defined in advance, and tests run in order with no branching or early exit. The final verdict is mechanical: all tests passing => SUPPORTED, zero passing => REFUTED, otherwise PARTIALLY SUPPORTED. Use verify_claim when you already have evidence URLs, estimate_market for category sizing, and compare_competitors when you already know exact package names. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- create_monitor (Create Monitor) - Create a persistent monitor that tracks a URL, pricing page, package version, endpoint status, vendor claim, or custom keyword pattern over time. Monitors run automatically on their configured schedule (hourly/daily/weekly) via the Cloudflare cron trigger, or on demand with run_monitor_now. Results are stored in the Durable Object SQLite database. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- list_monitors (List Monitors) - List all monitors owned by this API key, with last run status and schedule. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- run_monitor_now (Run Monitor Now) - Immediately run a monitor's verification check outside its normal schedule. Records the result and returns whether the observed value changed since the last run. Counts against your monthly quota. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- get_monitor_result (Get Monitor Results) - Retrieve the most recent run results for a monitor, including change details, confidence score, evidence URLs, and any error information. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- delete_monitor (Delete Monitor) - Permanently delete a monitor and all its stored results. This action cannot be undone. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- generate_change_report (Generate Change Report) - Generate a summary report of monitor activity for a time window. Shows monitors run, changes detected, failures, risk levels, and recommended follow-up actions. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
- create_share_link (Create Shareable Evidence Link) - Create a read-only public link to the latest result for one of your monitors. The link contains monitor metadata and evidence, never the API key, and expires automatically. Use it to share a verified change with a teammate, customer, or agent. Requires a team API key. Endpoint: https://ground-truth-mcp.anishdasmail.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.anish632
- Version: 0.5.3
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 21, 2026
- Source: https://registry.modelcontextprotocol.io
