groundtruth

aniketshaw748-hub/groundtruth
★ 0 stars TypeScript AI/LLM Updated 3d ago
Let your AI agent ask real humans a question and get real answers back. API + MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "groundtruth": {
      "command": "npx",
      "args": [
        "-y",
        "aniketshaw748-hub/groundtruth"
      ]
    }
  }
}