← ydb-qdrant.tech

INDIVIDUAL MCP TOOL

get_install_instructions

Use for a known approved pet slug when the user wants CLI or manual install instructions.

ydb-qdrant.technone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ydb-qdrant.tech

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.codex-pets-registry]
url = "https://pets.ydb-qdrant.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "codex-pets-registry": {
      "type": "http",
      "url": "https://pets.ydb-qdrant.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: codex-pets-registry
Remote MCP URL: https://pets.ydb-qdrant.tech/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "codex-pets-registry": {
      "url": "https://pets.ydb-qdrant.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "codex-pets-registry": {
      "type": "http",
      "url": "https://pets.ydb-qdrant.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "codex-pets-registry",
  "transport": "streamable-http",
  "url": "https://pets.ydb-qdrant.tech/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_pets — Use to discover one or more approved public Codex pet packs by query, kind, tags, author, or Codex compatibility.
  • 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.
  • get_badge_code — Use for a known approved pet slug when the user needs README badge Markdown, HTML, or SVG URL.
  • get_embed_code — Use for a known approved pet slug when the user needs website iframe embed HTML or an embed URL.
  • get_card_code — Use for a known approved pet slug when the user needs animated README card Markdown, HTML, or GIF URL.
  • 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.