ground-truth-mcp
Ground Truth is an MCP server that gives AI agents read-only tools to verify facts, pricing, endpoints, and market assumptions against live public data.
check_endpoint(Free): Probe any URL/API endpoint to verify reachability — reports status code, auth requirements, response time, content type, rate limit headers, and a sample response structure.check_pricing(Pro): Fetch a product's live pricing page to extract price points, plan names, and free-tier signals.estimate_market(Pro): Count packages on npm or PyPI matching a search term, returning total count and top results with version and activity signals.compare_competitors(Pro): Compare 2–10 npm or PyPI packages side by side using version, description, and npm score.verify_claim(Pro): Cross-reference a factual claim against multiple live URLs using keyword/substring matching to determine if each source supports or contradicts it.test_hypothesis(Pro): Run structured pass/fail tests against live data — supportsendpoint_exists,npm_count_above,npm_count_below, andresponse_contains— returning per-test results and an overall verdict.
Ground Truth MCP
✅ WORKING IN 15 SECONDS: NO SIGNUP. NO API KEY. JUST WORKS.
🎯 DO THIS NOW (15 seconds)
Step 1: Copy this config
{
"mcpServers": {
"ground-truth": {
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}Step 2: Paste this prompt to your AI
Use Ground Truth check_endpoint tool with url=https://example.com. Do not answer from memory. Call the tool.
Step 3: You should see this (✅ SUCCESS!)
{
"url": "https://example.com/",
"accessible": true,
"status": 200,
"contentType": "text/html",
"responseTimeMs": 89
}If you see this JSON, Ground Truth is working perfectly.
If your AI answers from memory instead of using the tool, try: "Use the check_endpoint MCP tool right now with url=https://example.com"
Related MCP server: Demaciains MCP Server
🏆 That's It! You're Done.
You've successfully connected to Ground Truth MCP and verified it works.
What just happened:
✅ You proved MCP connection works
✅ You verified a live endpoint in real-time
✅ You got structured data, not hallucinated answers
No signup. No API key. No credit card. Just verification.
🌟 What Ground Truth Does
Ground Truth stops AI agents from being wrong by verifying live public data before they use it in answers, code, or decisions.
Free Tools (No signup required)
check_endpoint- Verify any URL/API responds (100 calls/month free)inspect_security_headers- Check security posture of any site
Paid Tools (Unlock with team key)
check_pricing- Extract prices from any pricing pageestimate_market- Search npm/PyPI for package countscompare_competitors- Compare packages side-by-sidecompare_pricing_pages- Compare multiple pricing pagesverify_claim- Verify claims against live sourcesassess_compliance_posture- Scan trust pages for compliance signalstest_hypothesis- Run multi-step verification tests
💡 Use Cases That Actually Matter
Before recommending an API
"Use the
/v1/usersendpoint for user management"
→ Verify first: check_endpoint url=https://api.example.com/v1/users
Before quoting a price
"Stripe costs $8/user/month for teams"
→ Verify first: check_pricing url=https://stripe.com/pricing
Before claiming compliance
"This vendor supports SOC 2 and GDPR"
→ Verify first: assess_compliance_posture url=https://vendor.example.com/security
Before saying a competitor doesn't exist
"There are no good edge ORM alternatives to Prisma"
→ Verify first: estimate_market query="edge orm" registry="npm"
📊 Activation Challenge
Current Baseline: 1,075 profile views → 0 tool calls = 0% activation
Target: >1% activation (10+ successful first calls per 1,000 views)
You just became a data point! By completing the 15-second test above, you're helping solve this.
🔧 Setup (Only after activation works)
Claude Desktop
{
"mcpServers": {
"ground-truth": {
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}Add to: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor
{
"mcpServers": {
"ground-truth": {
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}Add to: .cursor/mcp.json or ~/.cursor/mcp.json
Any MCP Client
URL: https://ground-truth-mcp.anishdasmail.workers.dev/mcp
🚀 Advanced Features (After activation)
Team Plans
$9/month: All paid tools, 5,000 calls/month, saved monitors
$29/month: Team features, higher limits, alerts
$99/month: Enterprise, Slack/email alerts, audit history
Monitoring Example
{
"name": "Stripe pricing watch",
"target_type": "pricing_page",
"target_value": "https://stripe.com/pricing",
"schedule": "daily"
}Pay-per-use
For x402-compatible clients: $0.01-0.06 per paid tool call via USDC stablecoin
🛠️ Troubleshooting
Server not connecting
URL:
https://ground-truth-mcp.anishdasmail.workers.dev/mcpHealth:
curl -I https://ground-truth-mcp.anishdasmail.workers.dev/.well-known/mcp/server-card.jsonRestart MCP client after config changes
No tool calls appearing
Use exact tool name:
check_endpointDo NOT add X-API-Key for first call
Try: "Use the check_endpoint MCP tool right now with url=https://example.com"
AI answered from memory
Your MCP client may not be properly configured. Try a different client or be explicit: "Use the MCP check_endpoint tool, do not answer from memory."
📖 More Info
🎯 Quick Summary
Copy → Paste → See JSON → ✅ SUCCESS
That's it. Now try a real URL:
Use Ground Truth check_endpoint tool with url=[your-url]
Live: https://ground-truth-mcp.anishdasmail.workers.dev
Status: ✅ Operational
Support: anishdasmail@gmail.com
License: MIT
Made by Anish Das
Last updated: July 9, 2026 - Activation-focused rewrite
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anish632/ground-truth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server