# GenMagic (remote · genmagic.co)

Generate text, images, speech, music, and video with any AI model, from one credit balance.

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

## Components

- remote · `genmagic.co`: 74/100 (this document), [markdown](https://verifymcp.io/servers/yumaheymans-genmagic/api-mcp.md), [page](https://verifymcp.io/servers/yumaheymans-genmagic/api-mcp)

## Channel facts

- Endpoint: `https://genmagic.co/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- 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-09-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 912 tokens (~152/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the GenMagic MCP server?

GenMagic is a hosted endpoint at https://genmagic.co/api/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 yumaheymans-genmagic 'https://genmagic.co/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "yumaheymans-genmagic": {
      "url": "https://genmagic.co/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "yumaheymans-genmagic": {
      "type": "http",
      "url": "https://genmagic.co/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.yumaheymans-genmagic]
url = "https://genmagic.co/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add yumaheymans-genmagic --url 'https://genmagic.co/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  yumaheymans-genmagic:
    url: "https://genmagic.co/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "yumaheymans-genmagic": {
      "Transport": "http",
      "Url": "https://genmagic.co/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add yumaheymans-genmagic -t streamable-http -u 'https://genmagic.co/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "yumaheymans-genmagic": {
      "type": "http",
      "url": "https://genmagic.co/api/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-19 (score 74, +1)

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

### 2026-09-17 (score 73, +1)

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

### 2026-09-15 (score 72, +1)

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

### 2026-09-12 (score 71, +1)

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

### 2026-09-10 (score 70, +1)

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

### 2026-09-08 (score 69, +1)

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

### 2026-09-06 (score 68, +1)

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

### 2026-09-04 (score 67, +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.

## MCP tools (6)

### `generate_text` (~272 tokens)

Generate text

Generate text with GenMagic: copy, an answer, a draft, code, an SVG graphic, or a complete web page. Pass 'type' to make a specific artifact ("website" for a full self-contained HTML page, "svg" for a vector graphic, "code" for a code snippet, "writing" for prose); omit it for plain text. Attach files for the model to read via 'attachments' (PDF, Word/Excel/PowerPoint, CSV, text/code, images, audio); GenMagic converts anything a model cannot ingest natively. If the caller's account has brand personalization on, the output comes out on-brand automatically, and a website or svg also picks up the brand's palette and typeface.

Input parameters:

- `attachments` (array): Files for the model to read. Each item is { name, mime, dataUrl } where dataUrl is a base64 data URL (data:<mime>;base64,...). Any type is accepted: PDF, docx/xlsx/pptx, csv, text/code, images, audio.
- `prompt` (string, required): What to write or produce.
- `system` (string): Optional system instruction to steer tone, role, or format.
- `type` (string): The kind of artifact to make. Omit for plain text.

### `generate_image` (~197 tokens)

Generate an image

Generate an image from a text description with GenMagic. Pass 'image' (an https or data URL) to transform THAT image instead of generating from scratch (image-to-image), and type "logo" to make a brand mark. Returns the image inline plus a hosted URL. On-brand automatically when the account has brand personalization on.

Input parameters:

- `image` (string): Optional reference image (an https URL or a data:image URL) to transform (image-to-image), e.g. a character to keep consistent.
- `prompt` (string, required): A description of the image to create (or the edit to make when 'image' is given).
- `size` (string): Image size, e.g. 1024x1024 (square), 1792x1024 (wide), 1024x1792 (tall).
- `type` (string): Set to 'logo' to generate a brand mark instead of a picture.

### `generate_speech` (~71 tokens)

Generate speech (text to speech)

Turn text into spoken audio with GenMagic. Returns the audio inline plus a hosted URL. The text is voiced verbatim.

Input parameters:

- `input` (string, required): The text to speak, read aloud verbatim.
- `voice` (string): Optional voice name (e.g. alloy). Defaults to a neutral voice.

### `generate_music` (~65 tokens)

Generate music

Generate an original music track from a text description with GenMagic. Returns the audio inline plus a hosted URL. On-brand in mood automatically when the account has brand personalization on.

Input parameters:

- `prompt` (string, required): A description of the music to create (genre, mood, instruments, tempo).

### `create_video` (~126 tokens)

Create a video

Start generating a video from a text description with GenMagic. Video is asynchronous, so this returns a job id immediately (nothing is charged yet). Poll it with the get_video tool every few seconds until the status is "completed" to get the hosted video URL. On-brand automatically when the account has brand personalization on.

Input parameters:

- `aspect_ratio` (string): Aspect ratio: 16:9 (landscape), 9:16 (portrait), or 1:1 (square). Defaults to 16:9.
- `prompt` (string, required): A description of the video to create.

### `get_video` (~97 tokens)

Check a video job

Check a video started with create_video. Returns "queued" or "processing" while it renders, "completed" with the hosted video URL when it is ready, or a terminal failure if the render failed. Poll every few seconds until it is either completed or failed (both are terminal: stop polling once you see one). The clip is charged once, on completion.

Input parameters:

- `id` (string, required): The video job id returned by create_video.

## Diagnostics

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

## Score history

- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 73
- 2026-09-17: 73
- 2026-09-16: 72
- 2026-09-15: 72
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 71
- 2026-09-11: 70
- 2026-09-10: 70
- 2026-09-09: 69
- 2026-09-08: 69
- 2026-09-07: 68
- 2026-09-06: 68
- 2026-09-05: 67
- 2026-09-04: 67
- 2026-09-03: 66
- 2026-09-02: 66
- 2026-09-01: 65

## Common questions

### What is the GenMagic MCP server?

GenMagic is an MCP server listed in the public MCP registry as io.github.yumaheymans/genmagic. Generate text, images, speech, music, and video with any AI model, from one credit balance. This page covers its hosted endpoint (https://genmagic.co/api/mcp).

### Is the GenMagic MCP server safe to use?

GenMagic scores 74 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 GenMagic MCP server expose?

GenMagic exposes 6 tools: generate_text, generate_image, generate_speech, generate_music, create_video, get_video. Their descriptions and schemas cost roughly 828 tokens of context every time the server is loaded.

### Does the GenMagic MCP server require authentication?

No. We connected to GenMagic without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GenMagic MCP server still maintained?

GenMagic is still listed as active in the MCP registry. We last reached this channel on 20 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://genmagic.co/api/mcp
- Authorisation metadata: https://genmagic.co/.well-known/oauth-protected-resource/api/mcp
- Repository: https://github.com/yumaheymans/genmagic-mcp
- Website: https://genmagic.co/developers?utm_source=mcp-registry&utm_medium=listing&utm_campaign=agent-ecosystem
- Changelog RSS feed: https://verifymcp.io/servers/yumaheymans-genmagic/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/yumaheymans-genmagic/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/yumaheymans-genmagic/api-mcp
