# ai.presentations/presentations-ai (remote · api.presentations.ai)

Presentations.AI MCP server — create designed slide decks from a topic, text, or document.

- Trust score: 63/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.presentations.ai`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ai-presentations-presentations-ai/api.md), [page](https://verifymcp.io/servers/ai-presentations-presentations-ai/api)

## Channel facts

- Endpoint: `https://api.presentations.ai/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-03.

- **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 ai-presentations-presentations-ai https://api.presentations.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-presentations-presentations-ai]
url = "https://api.presentations.ai/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-presentations-presentations-ai --url https://api.presentations.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-presentations-presentations-ai:
    url: "https://api.presentations.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-presentations-presentations-ai": {
      "type": "http",
      "url": "https://api.presentations.ai/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-07-31 (score 63, 0)

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

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

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

### 2026-07-28 (score 63, 0)

- [security regression] Endpoint reachability: reachable → unreachable

### 2026-07-27 (score 63, 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 63)

First indexed and scored.

## MCP tools (5)

### `create_presentation_from_topic` (~146 tokens)

Generate a full AI-powered presentation from a topic or brief. Returns a document URL and ID in the requested export format.

Input parameters:

- `callback_url` (string): HTTPS webhook URL for async processing
- `domain` (string): Company domain for branding context
- `exportType` (string, required): Output format
- `immediatePollUrl` (boolean): When true, returns a job ID immediately for polling via check_job_status
- `language` (string): ISO language code
- `slideCount` (integer, required): Number of slides to generate
- `target_audience` (string)
- `tone` (string)
- `topic` (string, required): Topic or brief for the presentation

### `create_single_slide` (~81 tokens)

Generate a single AI-designed slide from a topic. Returns the slide in the requested export format.

Input parameters:

- `callback_url` (string)
- `domain` (string)
- `exportType` (string, required)
- `language` (string)
- `target_audience` (string)
- `tone` (string)
- `topic` (string, required)

### `create_presentation_from_content` (~168 tokens)

Transform raw text (articles, notes, reports, outlines) into a professional presentation. Supports multiple content-handling modes via preservationMode.

Input parameters:

- `callback_url` (string)
- `content` (string, required): Raw text content to transform
- `domain` (string)
- `exportType` (string, required)
- `language` (string)
- `preservationMode` (string): How to handle the content. enhance/summarize/instruction require slideCount; preserve auto-determines.
- `slideCount` (integer): Number of slides. Omit when preservationMode is 'preserve'.
- `target_audience` (string)
- `tone` (string)
- `topic` (string): Title override. When preservationMode is 'instruction', this is the instruction text.

### `create_presentation_from_file` (~168 tokens)

Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation. Max 5 MB. Supports the same preservation modes as content transformation.

Input parameters:

- `callback_url` (string)
- `domain` (string)
- `exportType` (string, required)
- `file_data` (string, required): Base64-encoded file content (max 5 MB)
- `file_name` (string, required): Original filename with extension
- `language` (string)
- `mime_type` (string, required)
- `preservationMode` (string)
- `slideCount` (integer)
- `target_audience` (string)
- `tone` (string)
- `topic` (string): Topic override, or instruction text when preservationMode is 'instruction'.

### `check_job_status` (~55 tokens)

Poll for the result of an async presentation job. Returns current status and, when complete, the presentation details.

Input parameters:

- `jobId` (string, required): The job ID returned from an async operation (callback_url or immediatePollUrl flow).

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://api.presentations.ai/mcp
- Repository: https://github.com/slidecraft-in/presentations-ai-mcp-server
- Website: https://presentations.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-presentations-presentations-ai/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-presentations-presentations-ai/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-presentations-presentations-ai/api
