Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Codex Pets Registry

tech.ydb-qdrant.pets/codex-pets-ydb-qdrant

Search, preview, install community Codex pet packs, and discover the pet request flow.

Uptime
100.0%
1 direct probes · 30d
Response
913ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

search_pets

Use to discover one or more approved public Codex pet packs by query, kind, tags, author, or Codex compatibility. Prefer this over get_pet when you do not already have an exact slug or need multiple c…

get_pet

Use when you already have an exact approved pet slug and need the sanitized public pet card, asset URLs, page URL, and install command for that one pet. Use search_pets first when you only have a name…

get_install_instructions

Use for a known approved pet slug when the user wants CLI or manual install instructions. Do not use to search for pets or inspect general metadata; use search_pets or get_pet instead. This tool is re…

get_badge_code

Use for a known approved pet slug when the user needs README badge Markdown, HTML, or SVG URL. Do not use for animated README cards, website iframe embeds, install instructions, or pet discovery; use …

get_embed_code

Use for a known approved pet slug when the user needs website iframe embed HTML or an embed URL. Do not use for README badges/cards, install instructions, or pet discovery; use get_badge_code, get_car…

get_card_code

Use for a known approved pet slug when the user needs animated README card Markdown, HTML, or GIF URL. Do not use for simple badges, website iframe embeds, install instructions, or pet discovery; use …

get_pet_request_info

Use when the user wants to request a new Codex pet or understand the public request form fields and reference image limits. Do not use to create, submit, update, or inspect private generation requests…

Resources · 1

Codex Pets browser

Interactive Codex Pets search and detail result view.

ui://codex-pets/pet-browser.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codex_pets_registry": {
      "url": "https://pets.ydb-qdrant.tech/mcp",
      "transport": "streamable-http"
    }
  }
}