ZL
Zaira Labs Guide
/zaira_search_tools
zaira search tools
Search and filter developer tools by category, features, and constraints. Returns up to 10 matching tools with decision summaries. Guide entries are kept curren
liveverifiedunknown~5s typical
mcpprobedzairalabsguide
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-zairalabs-guide /zaira_search_tools for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text search across tool names, descriptions, and use cases. Example: "serverless data |
| category | string | Filter by category slug (lowercase, hyphenated). Example: "relational-database", "auth", " |
| hasFreeTier | boolean | Set to true to only return tools with a free tier |
| edgeCompatible | boolean | Set to true to only return tools that work in edge runtimes (Cloudflare Workers, Vercel Ed |
| selfHostable | boolean | Set to true to only return tools that can be self-hosted |
| hasArdCatalog | boolean | Set to true to only return tools whose vendor publishes an ARD (Agentic Resource Discovery |
| mcpSupport | string (none | community | official) | Filter by MCP server availability. `none` means we verified no MCP server exists for the t |
| artifactKind | string (open_source | managed_service) | Filter by tool type. `hybrid` was retired 2026-04-18 — split tools have separate -cloud/-o |
| pricingModel | string (free | freemium | paid) | Filter by pricing model. Note: `open_source` is a license, not a pricing model — filter by |
| vendor | string | Filter by vendor name (partial match). Example: "Google", "AWS", "Stripe" |
| language | string | Filter by supported language or SDK language. Example: "TypeScript", "Python", "Go" |
| compliance | string | Filter by compliance certification. Matching is space/dash/case-insensitive ("SOC2" matche |
| agentReadinessTier | string (base | agent_ready | agent_native | none) | Filter by Zaira Standard agent readiness tier. Snake-case canonical values — display label |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-zairalabs-guide","endpoint":"/zaira_search_tools","input":{}}'cli
npx cracked-ai run -p mcp-ai-zairalabs-guide -e /zaira_search_tools -i '{}'mcp
run_tool({ provider: "mcp-ai-zairalabs-guide", endpoint: "/zaira_search_tools", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.