INDIVIDUAL MCP TOOL
get_code_recipe
Retrieve downloadable companion code files (SKILL.md, AGENTS.md, config JSON) attached to a published post.
LIVE ENDPOINT
https://labs.zeroshot.studio/api/mcp/sse
Connect to this endpoint to inspect the live schema for get_code_recipe and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zerolabs-public-mcp": {
"type": "http",
"url": "https://labs.zeroshot.studio/api/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zerolabs-public-mcp
Remote MCP URL: https://labs.zeroshot.studio/api/mcp/sse
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/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zerolabs-public-mcp": {
"type": "http",
"url": "https://labs.zeroshot.studio/api/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zerolabs-public-mcp",
"transport": "streamable-http",
"url": "https://labs.zeroshot.studio/api/mcp/sse"
}
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.list_zones— List all technical content zones available on ZeroLabs with descriptions and post counts.get_research_benchmark— Retrieve benchmark findings, performance comparisons, and architecture evaluations from published ZeroLabs articles.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.