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

Gravity AI UI

tech.ydb-qdrant/gravity-ai-ui

Search public Gravity AI UI drafts and generate Gravity UI interface payloads.

Uptime
100.0%
2 direct probes · 30d
Response
1099ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_interfaces

Use to discover public liked Gravity AI UI interface drafts by title, summary, or id. This returns public gallery metadata only. Use get_interface when you need the full payload or React code for a kn…

get_interface

Use 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.

generate_interface

Use to generate a new Gravity AI UI composed interface from a prompt. This calls the public generator with the server OpenAI configuration and does not save or publish the result.

refine_interface

Use to refine a previously generated Gravity AI UI composed payload with a natural-language instruction. This does not save or publish the result.

How to use

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

{
  "mcpServers": {
    "gravity_ai_ui": {
      "url": "https://gravity-ai.ydb-qdrant.tech/mcp",
      "transport": "streamable-http"
    }
  }
}