# Gravity AI UI (remote · gravity-ai.ydb-qdrant.tech)

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

- Trust score: 73/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `gravity-ai.ydb-qdrant.tech`: 73/100 (this document), [markdown](https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai.md), [page](https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai)

## Channel facts

- Endpoint: `https://gravity-ai.ydb-qdrant.tech/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 11/100
  - TLS not yet verified: we couldn't open a connection to check the certificate.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http tech-ydb-qdrant-gravity-ai-ui https://gravity-ai.ydb-qdrant.tech/mcp
```

### Codex

```toml
[mcp_servers.tech-ydb-qdrant-gravity-ai-ui]
url = "https://gravity-ai.ydb-qdrant.tech/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tech-ydb-qdrant-gravity-ai-ui": {
      "type": "remote",
      "url": "https://gravity-ai.ydb-qdrant.tech/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tech-ydb-qdrant-gravity-ai-ui --url https://gravity-ai.ydb-qdrant.tech/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tech-ydb-qdrant-gravity-ai-ui:
    url: "https://gravity-ai.ydb-qdrant.tech/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tech-ydb-qdrant-gravity-ai-ui": {
      "type": "http",
      "url": "https://gravity-ai.ydb-qdrant.tech/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 73, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Authorization: partial → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 73, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (4)

### `search_interfaces` (~89 tokens)

Search Gravity AI UI 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 known id.

Input parameters:

- `limit`: Optional maximum result count. Defaults to 10 and is clamped to 1-48.
- `query` (string): Optional text matched against public interface titles and summaries.

### `get_interface` (~57 tokens)

Get Gravity AI UI 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.

Input parameters:

- `id` (string, required): Public Gravity AI UI gallery interface id.

### `generate_interface` (~72 tokens)

Generate Gravity AI UI 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.

Input parameters:

- `conversationId` (string): Optional stable conversation id for this generation.
- `prompt` (string, required): Natural-language prompt for the interface to generate.

### `refine_interface` (~98 tokens)

Refine Gravity AI UI 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.

Input parameters:

- `conversationId` (string): Optional stable conversation id for this refinement.
- `dataModel`: Optional latest data model for the previous payload.
- `history` (array): Optional short conversation history for refinement context.
- `instruction` (string, required): Natural-language refinement instruction.
- `payload` (required): Previous composed Gravity interface payload.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai#diagnostics

## Score history

- 2026-08-04: 73
- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 68

## Links

- Remote endpoint: https://gravity-ai.ydb-qdrant.tech/mcp
- Website: https://gravity-ai.ydb-qdrant.tech/
- Changelog RSS feed: https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tech-ydb-qdrant-gravity-ai-ui/gravity-ai
