Skip to content
Back to search
100
MCP live v0.4.5 streamable-http

Ground Truth - First Call Activation

io.github.anish632/ground-truth

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

Uptime
16.7%
24 probes
Response
843ms
last probe
Tools
9
callable

Tools · 9

check_endpoint

Perform one live, unauthenticated fetch against a public URL or API endpoint before you recommend it, document it, or build on top of it. Use this when the question is simply whether an endpoint curre…

estimate_market

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' a…

check_pricing

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 sca…

inspect_security_headers

Fetch a public URL and inspect security-relevant response headers before you claim that a product or endpoint has a strong browser-facing security baseline. Use this for quick due diligence on public …

compare_pricing_pages

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…

compare_competitors

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', 'too…

verify_claim

Check whether a factual claim is supported by a specific set of public evidence URLs that you already have. For each source, the tool performs a case-insensitive keyword match over the fetched page bo…

assess_compliance_posture

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 …

test_hypothesis

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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