First MCP call: run check_endpoint with url=https://example.com. Paid plan adds monitors.
claude mcp add ground-truth --transport http https://ground-truth-mcp.anishdasmail.workers.dev/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"ground-truth": {
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ground-truth": {
"serverUrl": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"ground-truth": {
"type": "http",
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ground-truth": {
"url": "https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"ground-truth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ground-truth-mcp.anishdasmail.workers.dev/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://ground-truth-mcp.anishdasmail.workers.dev/mcp |
X-API-Key: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.anish632--ground-truth/reviews or the review_server meta-tool.
POST /mcp