Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Ground Truth
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:26:12 AM

Ground Truth

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Verification layer for AI agents: endpoint, pricing, compliance, security, and claim checks.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "ground-truth": {
      "command": "npx",
      "args": [
        "-y",
        "ground-truth"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Ground Truth MCP

βœ… WORKING IN 15 SECONDS: NO SIGNUP. NO API KEY. JUST WORKS.


🎯 DO THIS NOW (15 seconds)

Step 1: Copy this config

config.json
{
  "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!)

config.json
{
  "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"


πŸ† 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 page
  • estimate_market - Search npm/PyPI for package counts
  • compare_competitors - Compare packages side-by-side
  • compare_pricing_pages - Compare multiple pricing pages
  • verify_claim - Verify claims against live sources
  • assess_compliance_posture - Scan trust pages for compliance signals
  • test_hypothesis - Run multi-step verification tests

πŸ’‘ Use Cases That Actually Matter

Before recommending an API

"Use the /v1/users endpoint 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

config.json
{
  "mcpServers": {
    "ground-truth": {
      "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
    }
  }
}

Add to: ~/Library/Application Support/Claude/claude_desktop_config.json

Cursor

config.json
{
  "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

config.json
{
  "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/mcp
  • Health: curl -I https://ground-truth-mcp.anishdasmail.workers.dev/.well-known/mcp/server-card.json
  • Restart MCP client after config changes

No tool calls appearing

  • Use exact tool name: check_endpoint
  • Do 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

  • API Usage Guide
  • Setup & Deployment
  • Monitors & Alerts
  • Pricing Page

🎯 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

MCP
Cloudflare Workers
Glama Score

Made by Anish Das

Last updated: July 9, 2026 - Activation-focused rewrite

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • A
    Analook β€” Competitor Intelligence

    Competitor intelligence for AI agents β€” SEO, traffic, social, Product Hunt, pricing, AI insights.

    πŸ’° Finance & Fintech0 views
    Compare vs Analook β€” Competitor Intelligence β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • A
    Agents

    Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

    πŸ’° Finance & Fintech0 views
    Compare vs Agents β†’
  • A
    Analook β€” Competitor Intelligence

    Competitor intelligence for AI agents β€” SEO, traffic, social, Product Hunt, pricing, AI insights.

    πŸ’° Finance & Fintech0 views
    Compare vs Analook β€” Competitor Intelligence β†’

Frequently Asked Questions about Ground Truth

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ground-truth": { "command": "npx", "args": ["-y", "Ground Truth"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGround Truth AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ground-truth?style=directory)](https://allmcps.com/mcp/ground-truth)
HTML Embed
<a href="https://allmcps.com/mcp/ground-truth"><img src="https://allmcps.com/api/badge/ground-truth?style=directory" alt="Ground Truth on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Ground Truth β†’Install in Claude DesktopInstall in CursorInstall in VS Code