# at.memebo/memeboat-mcp (npm · memeboat-mcp)

Search 25,000+ meme templates and create shareable memes on memebo.at. Free, anonymous, no API key.

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

## Components

- remote · `memebo.at`: 68/100, [markdown](https://verifymcp.io/servers/at-memebo-memeboat-mcp/memebo.md), [page](https://verifymcp.io/servers/at-memebo-memeboat-mcp/memebo)
- npm · `memeboat-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp.md), [page](https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp)

## Channel facts

- Registry: `npm`
- Package: `memeboat-mcp`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 440 tokens (~146/item across 3 items; 3 tools + 0 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 at-memebo-memeboat-mcp -- npx -y memeboat-mcp
```

### Codex

```bash
codex mcp add at-memebo-memeboat-mcp -- npx -y memeboat-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "at-memebo-memeboat-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "memeboat-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add at-memebo-memeboat-mcp --command npx --arg -y --arg memeboat-mcp
```

### Hermes

```yaml
mcp_servers:
  at-memebo-memeboat-mcp:
    command: "npx"
    args: ["-y", "memeboat-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "at-memebo-memeboat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "memeboat-mcp"
      ]
    }
  }
}
```

## 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 69, +64)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 5, −15)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 20, −8)

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

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (3)

### `search_meme_templates` (~99 tokens)

Search meme templates

Search memebo.at's catalog of 25,000+ meme templates by name or topic (e.g. "drake", "distracted boyfriend", "cat"). Returns matching templates with their slug (use it with create_meme), image URL and a suggested caption count.

Input parameters:

- `limit` (integer): Max results (default 10)
- `query` (string, required): Search terms, e.g. "surprised pikachu"

### `get_meme_template` (~62 tokens)

Get meme template details

Fetch one meme template by its slug (from search_meme_templates or a memebo.at/templates/<slug> URL): dimensions, image URL and suggested caption count.

Input parameters:

- `slug` (string, required): Template slug, e.g. "x-x-everywhere"

### `create_meme` (~279 tokens)

Create a meme

Create a real, shareable meme on memebo.at by captioning a template. texts are placed top-to-bottom: 1 caption = bottom text, 2 captions = classic top/bottom, N captions fill the template's boxes in order (match suggestedCaptionCount when possible). Captions can be plain strings or objects with per-caption color/outline/font; optional global font and layout ("top" = captions in a white bar above the image). Returns the meme page URL and a direct image URL. Rate-limited per IP — space out repeated calls.

Input parameters:

- `font` (string): Default font for all captions, one of: impact, arial, helvetica, times, courier, titillium, thick, kalam, comic, notosans, notosanshebrew
- `layout` (string): layout:"top" puts captions in a white bar above the image; "default" overlays them on the image
- `style` (string): Alternate background style name from get_meme_template's availableStyles, e.g. "maga"
- `template` (string, required): Template slug, e.g. "x-x-everywhere"
- `texts` (array, required): Captions, top-to-bottom. Each is a string or { text, color?, outline?, font? }. At least one must be non-empty.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 5
- 2026-07-31: 20
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/memeboat-mcp
- Socket report: https://socket.dev/npm/package/memeboat-mcp
- Repository: https://github.com/memebo-at/memeboat-mcp
- Website: https://memebo.at/
- Changelog RSS feed: https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/at-memebo-memeboat-mcp/memeboat-mcp
