# AIfra — temporary static previews (remote · api.aifra.ru)

48-hour HTTPS previews of prebuilt static sites and HTML slides. No server builds or backends.

- Trust score: 63/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `api.aifra.ru`: 63/100 (this document), [markdown](https://verifymcp.io/servers/nickbasharin-aifra/api.md), [page](https://verifymcp.io/servers/nickbasharin-aifra/api)
- npm · `aifra`: 34/100, [markdown](https://verifymcp.io/servers/nickbasharin-aifra/aifra.md), [page](https://verifymcp.io/servers/nickbasharin-aifra/aifra)

## Channel facts

- Endpoint: `https://api.aifra.ru/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0-beta.3`

## 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-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (update_preview).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 491 tokens (~81/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 88/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 1 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "get_deploy_instructions" implies "deploy" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the AIfra — temporary static previews MCP server?

AIfra — temporary static previews is a hosted endpoint at https://api.aifra.ru/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http nickbasharin-aifra 'https://api.aifra.ru/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "nickbasharin-aifra": {
      "url": "https://api.aifra.ru/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "nickbasharin-aifra": {
      "type": "http",
      "url": "https://api.aifra.ru/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.nickbasharin-aifra]
url = "https://api.aifra.ru/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nickbasharin-aifra": {
      "type": "remote",
      "url": "https://api.aifra.ru/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nickbasharin-aifra --url 'https://api.aifra.ru/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nickbasharin-aifra:
    url: "https://api.aifra.ru/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "nickbasharin-aifra": {
      "Transport": "http",
      "Url": "https://api.aifra.ru/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add nickbasharin-aifra -t streamable-http -u 'https://api.aifra.ru/mcp'
```

### Other

```json
{
  "mcpServers": {
    "nickbasharin-aifra": {
      "type": "http",
      "url": "https://api.aifra.ru/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-09-25 (score 63, +1)

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

### 2026-09-23 (score 62, +1)

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

### 2026-09-21 (score 61, +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-09-20 (score 60, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-19 (score 60)

First indexed and scored.

## MCP tools (6)

### `get_deploy_instructions` (~30 tokens)

Explain remote browser-confirmed AIfra publication of ready static files, limits and current terms.

### `create_preview` (~92 tokens)

Prepare a new temporary static preview. Supply exactly one of small files, ZIP archive_base64, or an allowed provider ZIP file reference. No backend/build. Requires explicit consent; returns an approval link, not a published URL. User must confirm in their browser.

Input parameters:

- `accept_terms` (boolean, required)
- `archive` (object)
- `archive_base64` (string)
- `files` (array)

### `update_preview` (~114 tokens)

Prepare replacement of an existing temporary static preview. Supply exactly one of small files, ZIP archive_base64, or an allowed provider ZIP file reference. No backend/build. Requires explicit consent; returns an approval link, not a published URL. User must confirm in their browser. Requires the browser holding the existing management key; expiry is unchanged.

Input parameters:

- `accept_terms` (boolean, required)
- `archive` (object)
- `archive_base64` (string)
- `files` (array)
- `preview_id` (string, required)

### `delete_preview` (~46 tokens)

Prepare deletion of an existing preview. Does not delete until its owner confirms in the browser holding the management key.

Input parameters:

- `confirm_delete` (boolean, required)
- `preview_id` (string, required)

### `get_operation_status` (~45 tokens)

Read whether a prepared operation is pending, complete, failed or uncertain. Returns no file content or management key. Never assume pending means published.

Input parameters:

- `operation_id` (string, required)

### `get_preview_status` (~30 tokens)

Read public status, URL and original expiry of an existing preview.

Input parameters:

- `preview_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nickbasharin-aifra/api#diagnostics

## Score history

- 2026-09-26: 63
- 2026-09-25: 63
- 2026-09-24: 62
- 2026-09-23: 62
- 2026-09-22: 61
- 2026-09-21: 61
- 2026-09-20: 60
- 2026-09-19: 60

## Common questions

### What is the AIfra — temporary static previews MCP server?

AIfra — temporary static previews is an MCP server listed in the public MCP registry as io.github.nickbasharin/aifra. 48-hour HTTPS previews of prebuilt static sites and HTML slides. No server builds or backends. This page covers its hosted endpoint (https://api.aifra.ru/mcp).

### Is the AIfra — temporary static previews MCP server safe to use?

AIfra — temporary static previews scores 63 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AIfra — temporary static previews MCP server expose?

AIfra — temporary static previews exposes 6 tools: get_deploy_instructions, create_preview, update_preview, delete_preview, get_operation_status, get_preview_status. Their descriptions and schemas cost roughly 357 tokens of context every time the server is loaded.

### Does the AIfra — temporary static previews MCP server require authentication?

No. We connected to AIfra — temporary static previews without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AIfra — temporary static previews MCP server still maintained?

AIfra — temporary static previews is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.aifra.ru/mcp
- Website: https://aifra.ru/docs/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/nickbasharin-aifra/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/nickbasharin-aifra/api.json
- HTML version of this page: https://verifymcp.io/servers/nickbasharin-aifra/api
