GetABrain
@getabrain/mcp-server
MCP server for GetABrain.ai — give your AI agent real human judgment as native tools.
Use with Claude Desktop / Cursor
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"getabrain": {
"command": "npx",
"args": ["-y", "@getabrain/mcp-server"],
"env": {
"GETABRAIN_API_KEY": "gab_k_…",
"GETABRAIN_API_SECRET": "gab_s_…"
}
}
}
}Get your API key by signing up at https://getabrain.ai.
Related MCP server: humansurvey-mcp
Tools
get_balance— check your prepaid balance.submit_query— ask real humans a question (16 query types: A/B test, rating, ranking, sentiment, yes/no, image/video/audio review, voice/video/photo capture, …). Returns aquery_id.get_responses— fetch the human answers for a query.wait_for_responses— poll (bounded) until enough humans answer; call again while it returnspending.list_queries— your recent queries.rate_response— rate a worker's answer 1–5.
Example agent flow
get_balance→ ensure funds.submit_query→ getquery_id.wait_for_responses(repeat whilepending) → read the human answers.
Full API docs: https://getabrain.ai/docs/api
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Guitarmaniac24/getabrain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server