Let your AI agent ask real humans a question and get real answers back. API + MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add groundtruth npx -y aniketshaw748-hub/groundtruth
Add to .cursor/mcp.json:
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"aniketshaw748-hub/groundtruth"
]
}
}
}