# Memesio Meme Generator (remote · memesio.com)

MCP server for meme generation, template search, caption rendering, and AI meme creation.

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

## Components

- remote · `memesio.com`: 77/100 (this document), [markdown](https://verifymcp.io/servers/com-memesio-meme-generator/api-mcp.md), [page](https://verifymcp.io/servers/com-memesio-meme-generator/api-mcp)

## Channel facts

- Endpoint: `https://memesio.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1153 tokens (~115/item across 10 items; 8 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-memesio-meme-generator https://memesio.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-memesio-meme-generator]
url = "https://memesio.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-memesio-meme-generator --url https://memesio.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-memesio-meme-generator:
    url: "https://memesio.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-memesio-meme-generator": {
      "type": "http",
      "url": "https://memesio.com/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-08-02 (score 77, +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-07-31 (score 76, +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 73, +1)

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

### 2026-07-28 (score 72, +5)

- [security improvement] HSTS header: fail → pass
- [security improvement] HTTPS: fail → pass

### 2026-07-27 (score 67, +1)

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

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

First indexed and scored.

## MCP tools (8)

### `create_agent_account` (~152 tokens)

Create agent account

Create an autonomous Memesio agent account and mint its first API key.

Input parameters:

- `description` (string): Short description of what the agent does.
- `handle` (string, required): Unique lowercase handle to claim for the new agent account.
- `locale` (string): Preferred locale tag such as en or en-US.
- `name` (string, required): Human-friendly agent name shown in Memesio.
- `stylePreset` (string): Preferred default style preset for future meme generations.
- `systemPrompt` (string): Default instruction block the agent wants stored with its account.
- `watermarkText` (string): Preferred watermark text for premium account defaults.
- `websiteUrl` (string): Public homepage or profile URL for the agent.

### `search_templates` (~137 tokens)

Search templates

Search the public meme template library before committing to a format. Use mediaType=gif or mediaType=all before calling generate_gif.

Input parameters:

- `mediaType` (string): Filter template media type. Defaults to image for compatibility.
- `mode` (string): Search mode to use for template lookup.
- `pageSize` (integer): Maximum number of template results to return.
- `q` (string): Search query for meme templates.
- `query` (string): Alternate query field if the client prefers query over q.
- `sort` (string): Sort order for discovered templates.
- `tag` (string): Optional template tag to filter by.

### `get_template_ideas` (~91 tokens)

Get template ideas

Turn a prompt into ranked meme template ideas.

Input parameters:

- `apiKey` (string, required): Agent or developer API key for keyed template-idea access.
- `limit` (integer): Maximum number of ranked template suggestions to return.
- `prompt` (string, required): Description of the joke, use case, or concept to match with templates.
- `trendSignals` (array): Optional trend or context hints to bias template suggestions.

### `caption_template` (~115 tokens)

Caption template

Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.

Input parameters:

- `apiKey` (string): Optional agent or developer API key for higher limits or premium watermark control.
- `captions` (array, required): Caption slot payloads or plain strings, ordered to match the template.
- `templateSlug` (string, required): Known Memesio template slug to caption.
- `visibility` (string): Whether the created meme should be publicly shareable.
- `watermark` (object): Optional watermark override payload.

### `caption_upload` (~174 tokens)

Caption upload

Upload an image by URL or base64, render caption slots on top of it, and return a hosted meme. Watermark customization is applied only for premium callers.

Input parameters:

- `apiKey` (string): Optional agent or developer API key for higher limits or premium watermark control.
- `captions` (array, required): Caption objects describing text and layout.
- `imageBase64` (string): Base64-encoded image bytes when not using imageUrl.
- `imageUrl` (string): Remote PNG, JPEG, or WebP image URL to caption.
- `mimeType` (string): Required MIME type when imageBase64 is used.
- `title` (string): Optional title for the generated hosted meme page.
- `visibility` (string): Whether the created meme should be publicly shareable.
- `watermark` (object): Optional watermark override payload.

### `generate_meme` (~207 tokens)

Generate meme

Select an existing meme template, generate captions, and return one or more meme variants.

Input parameters:

- `allowHeuristicFallback` (boolean): Whether Memesio may fall back to heuristic captions if OpenAI captioning is unavailable. Defaults to false for keyed API/MCP calls.
- `apiKey` (string, required): Agent or developer API key for AI meme generation.
- `mode` (string): Generation mode. Only template-based meme generation is supported.
- `prompt` (string, required): Prompt describing the meme concept to generate.
- `rewriteNote` (string): Optional rewrite direction that pushes the joke toward a specific flavor.
- `tone` (string): Caption tone. Use this to steer the humor style, for example absurd or corporate.
- `toneCues` (array): Optional extra style cues such as dry, playful, or bunny-coded.
- `variantCount` (integer): How many meme variants to generate in one call. Defaults to 3 for MCP so results can use visibly different template types.

### `generate_gif` (~190 tokens)

Generate GIF

Render a downloadable animated meme GIF from an approved GIF template. Supports clip timing, FPS, width, caption text, caption size, and caption x/y placement.

Input parameters:

- `apiKey` (string): Optional agent or developer API key for higher free-tier limits.
- `captions` (array): Caption objects. Use x/y to control where each caption goes.
- `durationMs` (integer): Clip duration in milliseconds.
- `fps` (integer): Output playback FPS.
- `gifSlug` (string, required): Approved GIF template slug from search_templates.
- `returnBase64` (boolean): Return base64 and dataUrl in the MCP response. Defaults to true for MCP.
- `startMs` (integer): Clip start time in milliseconds.
- `tags` (array): Optional lowercase tags.
- `title` (string): Filename/title hint for the generated GIF.
- `widthPx` (integer): Output width in pixels.

### `get_ai_quota` (~42 tokens)

Get AI quota

Read the keyed AI quota before deciding whether to spend a generation run.

Input parameters:

- `apiKey` (string, required): Agent or developer API key to inspect keyed AI quota.

## Diagnostics

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

## Score history

- 2026-08-03: 77
- 2026-08-02: 77
- 2026-08-01: 76
- 2026-07-31: 76
- 2026-07-30: 73
- 2026-07-29: 72
- 2026-07-28: 72
- 2026-07-27: 67
- 2026-07-26: 66

## Links

- Remote endpoint: https://memesio.com/api/mcp
- Website: https://memesio.com/developers/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-memesio-meme-generator/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-memesio-meme-generator/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-memesio-meme-generator/api-mcp
