Sign In

@getabrain/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getabrain/mcp-server

MCP server for GetABrain.ai — real human judgment as agent tools

Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@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.

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 a query_id.
  • get_responses — fetch the human answers for a query.
  • wait_for_responses — poll (bounded) until enough humans answer; call again while it returns pending.
  • list_queries — your recent queries.
  • rate_response — rate a worker's answer 1–5.

Example agent flow

  • get_balance → ensure funds.
  • submit_query → get query_id.
  • wait_for_responses (repeat while pending) → read the human answers.

Full API docs: https://getabrain.ai/docs/api

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts