Your agent guesses,
fix it

Coding agents pick developer tools from stale training data. Add the Zaira Guide and give them structured, validated answers instead. Setup takes less than a minute.

What's the difference

before zaira
 
after zaira
 

See a full sample entry in the Guide.

Add to your agent

Copy this config into your MCP settings. Restart your agent. Done.

Claude Code / Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "zaira": {
      "url": "https://zairalabs.ai/guide/mcp"
    }
  }
}

Any MCP-compatible agent

Point your agent at this URL. No API key required:

https://zairalabs.ai/guide/mcp

REST API

Same data, HTTP endpoints:

https://zairalabs.ai/guide/api/v1

Try it. Ask your agent: "Use the Zaira Guide to find the best auth library for a serverless API." The MCP prefix tells your agent to query the Guide instead of guessing from training data.

Building an agent platform or deeper integration? Keep reading.

MCP tools

Endpoint: https://zairalabs.ai/guide/mcp · Streamable HTTP transport · No API key required

Tool When to use
zaira_search_tools Find tools matching constraints: "free database with edge support"
zaira_get_tool Get full details for a tool you already know by slug
zaira_compare_tools Side-by-side comparison of 2-3 tools
zaira_list_categories Discover available categories for filtering
zaira_get_docs Pull reference docs on demand: endpoints, MCP tools, schema, errors

REST API

Base URL: https://zairalabs.ai/guide/api/v1 · No authentication required

Endpoints

Method Endpoint Description
GET /tools Search and filter tools
GET /tools/:slug Full entry for a single tool
GET /tools/:slug/alternatives Comparable tools, enriched for triage
GET /compare?tools=a,b Side-by-side comparison
GET /categories List all categories
GET /search?q= Full-text search
GET /health Service status and tool count
GET /versions API version lifecycle registry

Filter parameters

Parameter Type Example
categorystring?category=relational-database
hasFreeTierboolean?hasFreeTier=true
edgeCompatibleboolean?edgeCompatible=true
selfHostableboolean?selfHostable=true
mcpSupportenum?mcpSupport=official
compliancestring?compliance=SOC2
qstring?q=serverless+database

Example requests

Search by category

curl /guide/api/v1/tools?category=relational-database

Get a single tool

curl /guide/api/v1/tools/supabase-cloud

Markdown format (higher LLM accuracy)

curl -H "Accept: text/markdown" /guide/api/v1/tools/supabase-cloud

Compare two tools

curl /guide/api/v1/compare?tools=supabase-cloud,firebase

Response format

JSON by default. Markdown-KV via Accept: text/markdown on tool detail. CSV via Accept: text/csv on tool lists. Markdown-KV returns higher LLM accuracy (60.7% vs. 52.3% for JSON).

What's in each entry

Section Fields What it answers
Identityname, tagline, description, vendor, categoryWhat is this tool?
Decision logicuseWhen, avoidWhen, bestFor, tradeoffs, alternatives, worksWith, conflictsWith, faqsShould I use this tool?
Constraintspricing, license, deployment, languages, edgeCompatible, selfHostable, complianceDoes it fit my requirements?
Healthstars, downloads, releases, contributors, openSSFScoreIs it maintained?
Agent-readinesstier, score, activatedModulesHow does it score on agent-readiness?
Get startedhomepage, docs, installCommand, pricingPageHow do I start using it?

Developer tools across 42 categories. Scored against the Zaira Standard. Health metrics auto-refreshed. Editorial content reviewed regularly. See a full sample entry →

Free to start

The MCP server and API launch free with rate limits. Paid tiers for high-volume access will be introduced based on usage patterns.

For enterprise or custom integration needs: team@zairalabs.ai

Usage is subject to our Terms of Service.

what's_free
  • MCP server access
  • REST API access
  • All tool data and scores
  • JSON, Markdown-KV, CSV formats
  • Rate limits apply