← zeroshot.studio

INDIVIDUAL MCP TOOL

get_research_benchmark

Retrieve benchmark findings, performance comparisons, and architecture evaluations from published ZeroLabs articles.

zeroshot.studionone authenticationAvailability not checked

LIVE ENDPOINT

https://labs.zeroshot.studio/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_research_benchmark and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zeroshot.studio

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zerolabs-public-mcp]
url = "https://labs.zeroshot.studio/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zerolabs-public-mcp": {
      "type": "http",
      "url": "https://labs.zeroshot.studio/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zerolabs-public-mcp
Remote MCP URL: https://labs.zeroshot.studio/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zerolabs-public-mcp": {
      "url": "https://labs.zeroshot.studio/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zerolabs-public-mcp": {
      "type": "http",
      "url": "https://labs.zeroshot.studio/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zerolabs-public-mcp",
  "transport": "streamable-http",
  "url": "https://labs.zeroshot.studio/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search ZeroLabs published engineering research, benchmarks, architecture guides, and agent blueprints.
  • get_article — Retrieve full article text, architectural patterns, and verified code implementations for a published ZeroLabs post.
  • get_code_recipe — Retrieve downloadable companion code files (SKILL.md, AGENTS.md, config JSON) attached to a published post.
  • list_zones — List all technical content zones available on ZeroLabs with descriptions and post counts.
  • get_install_snippet — Get the exact configuration JSON snippet or CLI command to install ZeroLabs Remote MCP Server into Cursor, Claude Desktop, Claude Code, or Windsurf.