Developer Tools
ydb-qdrant.tech
Retrieve information and code snippets for Codex pet packs, including search, installation instructions, and embed/badge codes.
ENDPOINT 1
https://pets.ydb-qdrant.tech/mcp
MCP server metadata
- Name
- codex-pets-registry
- Version
- 1.0.0
Known tools 7
search_petsUse to discover one or more approved public Codex pet packs by query, kind, tags, author, or Codex compatibility.
Inferred read-onlyget_petUse 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.
Potential side effectsget_install_instructionsUse for a known approved pet slug when the user wants CLI or manual install instructions.
Inferred read-onlyget_badge_codeUse for a known approved pet slug when the user needs README badge Markdown, HTML, or SVG URL.
Inferred read-onlyget_embed_codeUse for a known approved pet slug when the user needs website iframe embed HTML or an embed URL.
Inferred read-onlyget_card_codeUse for a known approved pet slug when the user needs animated README card Markdown, HTML, or GIF URL.
Inferred read-onlyget_pet_request_infoUse when the user wants to request a new Codex pet or understand the public request form fields and reference image limits.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://gravity-ai.ydb-qdrant.tech/mcp
MCP server metadata
- Name
- gravity-ai-ui
- Version
- 1.0.0
Gravity AI UI exposes public tools for searching liked interface drafts, reading public gallery payloads, and generating or refining validated A2UI + Gravity UI interface payloads. Generated results are returned to the caller and are not saved or published by MCP tools.
Known tools 4
search_interfacesUse to discover public liked Gravity AI UI interface drafts by title, summary, or id.
Inferred read-onlyget_interfaceUse when you already have a public Gravity AI UI gallery id and need the sanitized public interface metadata, composed payload, thumbnail URLs, page URL, and copyable React code.
Inferred read-onlygenerate_interfaceUse to generate a new Gravity AI UI composed interface from a prompt.
Inferred read-onlyrefine_interfaceUse to refine a previously generated Gravity AI UI composed payload with a natural-language instruction.
Inferred read-onlyCONNECT 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.gravity-ai-ui]
url = "https://gravity-ai.ydb-qdrant.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gravity-ai-ui": {
"type": "http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gravity-ai-ui
Remote MCP URL: https://gravity-ai.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": {
"gravity-ai-ui": {
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gravity-ai-ui": {
"type": "http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gravity-ai-ui",
"transport": "streamable-http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.