MCP.so
Sign In

Codex PetsVerifiedFeatured

@astandrik

About Codex Pets

Public read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.

Connection details

https://pets.ydb-qdrant.tech/mcp

Setup

claude mcp add codex-pets --transport http https://pets.ydb-qdrant.tech/mcp

Tools

7

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 candidates. Do not use for private generation requests or known-slug install/share snippets; use get_pet_request_info or a slug-specific get_* tool instead.

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/query or need multiple results. Do not use for focused install, badge, embed, card, or request workflow details; use the matching get_* tool instead.

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 read-only and does not increment install or download counters.

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_card_code, get_embed_code, get_install_instructions, or search_pets instead.

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_card_code, get_install_instructions, or search_pets instead.

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_badge_code, get_embed_code, get_install_instructions, or search_pets instead.

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; no MCP tool exposes those operations. Use search_pets or get_pet for existing approved pets.

Overview

What is Codex Pets?

Codex Pets is a public, read-only MCP server and community gallery for approved Codex-compatible animated pet packs. Coding agents can discover pets, inspect public metadata, get installation commands, and generate shareable badges, embeds, and animated cards.

MCP tools

  • search_pets — discover approved pets
  • get_pet — inspect one public pet by slug
  • get_install_instructions — generate install commands
  • get_badge_code, get_embed_code, and get_card_code — create sharing snippets
  • get_pet_request_info — discover the public new-pet request workflow

Connect

Remote Streamable HTTP endpoint (no authentication required):

codex mcp add codexPets --url https://pets.ydb-qdrant.tech/mcp

Local stdio proxy from npm:

npx -y @astandrik/codex-pets mcp

Repository: https://github.com/astandrik/codex-pets

Frequently asked questions

What is the Codex Pets remote MCP server?

The Codex Pets remote MCP server is a hosted Model Context Protocol endpoint at https://pets.ydb-qdrant.tech/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Codex Pets MCP server?

Add the endpoint https://pets.ydb-qdrant.tech/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Codex Pets MCP server require authentication?

No. Codex Pets's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the Codex Pets MCP server use?

Codex Pets exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments