AgentHubAgentHub

Ground Truth - First Tool Call

MCP ServerMCP Registry官方收录

io.github.anish632/ground-truth · v0.5.1

✅ Try check_endpoint with url=https://example.com - no API key needed for activation test.

概览

Ground Truth - First Tool Call 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.anish632/ground-truth",
  "type": "mcp-server",
  "version": "0.5.1",
  "displayName": "Ground Truth - First Tool Call",
  "description": "✅ Try check_endpoint with url=https://example.com - no API key needed for activation test.",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.anish632/ground-truth",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.anish632%2Fground-truth/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Ground Truth - First Tool Call — MCP Server 安装与配置 · AgentHub