ZeroLabs Public MCP Server
Connect Cursor IDE, Claude Code, OpenAI Codex, and autonomous AI agents directly to ZeroLabs. Seamlessly search published guides, analyze real-world benchmarks, and retrieve companion code recipes inside your workflow.
Connect to ZeroLabs Remote MCP
Select your development environment to grab ready-to-use configuration files or 1-click terminal commands.
Add to workspace configuration (.cursor/mcp.json) or global Cursor Settings
{
"mcpServers": {
"zerolabs": {
"url": "https://labs.zeroshot.studio/api/mcp/sse"
}
}
}Transports & Auto-Discovery Standards
ZeroLabs exposes standards-compliant endpoints for autonomous agent handshakes.
Live SSE & JSON-RPC
Standard Server-Sent Events (SSE) transport allows persistent agent connections, while HTTP POST handles direct JSON-RPC 2.0 tool calls.
Agent Discovery Endpoints
AI agents probe standard policy files, MCP server cards, and HTTP Link headers to discover tools without manual user configuration.
Public & Read-Only
Zero authentication tokens required. All operations are strictly read-only and safe for public agent access with input sanitization and rate limits.
✓ SQL Injection Immune
✓ CORS Enabled (*)
Public MCP Tool Catalog
These 6 tools are exposed to any connected model, Cursor, Claude, or Codex assistant.
Search ZeroLabs published engineering research, benchmarks, architecture guides, and agent blueprints with rich agent metadata and facet filters.
Search keyword or topic (e.g., 'agentic memory', 'vps setup')
Filter by technical zone: agents, openclaw, vps-infra, ai-workflows, nextjs, devops
Filter by topic tags (e.g., ['skill', 'openclaw'])
Filter by content type: ['article', 'recipe', 'benchmark', 'skill', 'news']
Freshness filter (YYYY-MM-DD)
Max results (1-20, default 10)
search_articles({ "query": "openclaw", "content_type": [ "recipe" ], "limit": 5 })Retrieve full article text, architectural patterns, frontmatter, and verified code implementations for a published ZeroLabs post.
The article URL slug (e.g., 'frontend-design-agent-skill')
get_article({ "slug": "frontend-design-agent-skill" })Validate specific technical claims or hypotheses against the ZeroLabs knowledge graph without fetching entire articles.
Specific technical statement or hypothesis to validate
Contextual topic filter (optional)
Max evidence excerpts to return (1-10, default 3)
get_evidence({ "claim": "MCP SSE requires persistent streaming controllers" })Retrieve an executable implementation recipe with problem statement, prerequisites, environment variables, multi-file code blocks, and deterministic verification command.
Target recipe or article slug
Optional specific file name to extract (e.g., 'SKILL.md')
get_recipe({ "slug": "frontend-design-agent-skill" })Generate authoritative citation formats (markdown, apa, chicago, bibtex, plaintext) for a published ZeroLabs article.
Target article slug
Format: 'markdown' | 'bibtex' | 'apa' | 'chicago' | 'plaintext'
get_citation({ "slug": "openclaw-custom-skills-masterclass", "format": "bibtex" })Traverse the ZeroLabs content graph to find prerequisites, companion implementation guides, benchmarks, and related concepts.
Target article slug
get_related({ "slug": "claude-code-spec-first-workflows" })List all active topic tags across ZeroLabs with post counts and content zones.
Max topics to return (1-100, default 50)
list_topics({ "limit": 20 })List all technical content zones available on ZeroLabs with descriptions and post counts.
list_zones({})Validate runtime compatibility and test commands for an implementation recipe on Node, Python, Bun, Docker, or agent environments.
Recipe slug
Calling runtime ('node' | 'python' | 'bun' | 'docker' | 'cursor' | 'claude-code')
Runtime version (e.g., '22', '3.12')
verify_recipe({ "recipe": "openclaw-custom-skills-masterclass", "runtime": "node", "version": "22" })Retrieve benchmark findings, performance comparisons, and architecture evaluations from published ZeroLabs articles.
Benchmark subject (e.g., 'gemini', 'coding agents', 'context window')
Max results (1-10, default 5)
get_research_benchmark({ "topic": "coding agents", "limit": 3 })Compare performance benchmarks, throughput, latency, and context efficiency across agent systems or architectures.
Comparison subject
List of system names to compare
compare_benchmarks({ "topic": "mcp sse vs http", "systems": [ "SSE Streaming", "Stateless HTTP" ] })Deterministic high-level research workflow: combines search, evidence retrieval, and executive synthesis into a single structured packet.
Technical question or research objective
Research depth: 'standard' | 'deep'
research({ "question": "How to deploy autonomous agents with scoped PIDs safely?", "depth": "deep" })Retrieve downloadable companion code files (SKILL.md, AGENTS.md, config JSON) attached to a published post (MCP v1 compatibility).
The article URL slug
Optional specific file name (e.g., 'SKILL.md')
get_code_recipe({ "slug": "frontend-design-agent-skill", "filename": "SKILL.md" })Get the exact configuration JSON snippet or CLI command to install ZeroLabs Remote MCP Server into Cursor, Claude Desktop, Claude Code, or Windsurf.
Target client: 'cursor' | 'claude-desktop' | 'claude-code' | 'windsurf' | 'generic-sse'
get_install_snippet({ "client": "cursor" })Exposed Resources & Pre-Built Prompts
Agents can directly mount resources and run standardized evaluation prompts.
- •
zerolabs://welcome— Agent onboarding guide - •
zerolabs://zones— All content taxonomy & zones - •
zerolabs://recent-posts— Live list of newest guides - •
zerolabs://tools-schema— Full JSON schema of all tools
- •
search-and-implement— Find and apply a code recipe - •
benchmark-compare— Evaluate framework throughput & cost - •
architecture-review— Audit system against ZeroLabs best practices
Why Connect Your Coding Assistant to ZeroLabs MCP?
Coding assistants and LLMs are constrained by outdated pre-training cutoff dates and generic boilerplate. By binding to ZeroLabs' remote MCP server, your assistant gains specialized context directly from production engineering environments.
Fresh Engineering Context
ZeroLabs guides cover cutting-edge agent runtimes, Next.js App Router patterns, OpenClaw topologies, and VPS infrastructure with zero training latency.
Verified Runnable Recipes
Retrieve battle-tested SKILL.md agent manifests, system prompts, and configuration files directly into your IDE workspace with get_code_recipe.
Zero Configuration Overhead
No sign-up tokens, no rate payment hurdles, and no API secrets. Add the SSE URL to your configuration or run a single CLI command to connect immediately.
Interactive MCP Configuration Generator
Looking to configure local SQLite, PostgreSQL, GitHub, or custom stdio servers for Cursor, Claude Desktop, Claude Code, or Windsurf? Use our free client-side tool.
Building Custom Enterprise MCP Infrastructure?
We design deterministic agent state machines, secure remote MCP gateways, and prompt-injection guardrails for engineering teams and AI ventures.