
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@getabrain/mcp-server
Advanced tools
MCP server for GetABrain.ai — give your AI agent real human judgment as native tools.
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.
get_balance — check your prepaid balance.submit_query — ask real humans a question (13 query types: A/B test, rating, ranking, sentiment, yes/no, image/video/audio review, …). 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.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
MCP server for GetABrain.ai — real human judgment as agent tools
The npm package @getabrain/mcp-server receives a total of 94 weekly downloads. As such, @getabrain/mcp-server popularity was classified as not popular.
We found that @getabrain/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.