Skip to main content
Glama

Server Details

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

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
2.9% over 37 days
Last Tested
Transport
Streamable HTTP
URL
Repository
memebo-at/memeboat-mcp
GitHub Stars
1
Server Listing
Memeboat MCP

TDQS

A4.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching templates, fetching template details, and creating memes. No overlap, so an agent can easily differentiate them.

Naming Consistency5/5

All tool names follow the verb_noun pattern in snake_case (create_meme, get_meme_template, search_meme_templates), providing a consistent naming convention.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of meme creation. Each tool is essential and there are no redundant or missing core operations.

Completeness5/5

The tool set covers the full workflow: search for a template, get its details, and create a meme. No obvious gaps for the intended domain.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedcreate_meme7 fields changed
      • addedInput schema / properties / font
        Added value: +{
        +  "$ref": "#/properties/texts/items/anyOf/1/properties/font",
        +  "description": "Default font for all captions, one of: impact, arial, helvetica, times, courier, titillium, thick, kalam, comic, notosans, notosanshebrew"
        +}
      • addedInput schema / properties / layout
        Added value: +{
        +  "description": "layout:'top' puts captions in a white bar above the image; 'default' overlays them on the image",
        +  "enum": [
        +    "default",
        +    "top"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / style
        Added value: +{
        +  "description": "Alternate background style name from get_meme_template's availableStyles, e.g. 'maga'",
        +  "maxLength": 60,
        +  "minLength": 1,
        +  "type": "string"
        +}
      • changedInput schema / properties / texts / description
        Previous value: -"Caption strings, top-to-bottom. At least one must be non-empty."New value: +"Captions, top-to-bottom. Each is a string or { text, color?, outline?, font? } for per-caption styling. At least one must be non-empty."
      • addedInput schema / properties / texts / items / anyOf
        Added value: +[
        +  {
        +    "maxLength": 200,
        +    "type": "string"
        +  },
        +  {
        +    "additionalProperties": false,
        +    "properties": {
        +      "color": {
        +        "description": "Caption fill color: hex or white/black/red/yellow/blue/green",
        +        "type": "string"
        +      },
        +      "font": {
        +        "description": "Caption font, one of: impact, arial, helvetica, times, courier, titillium, thick, kalam, comic, notosans, notosanshebrew",
        +        "type": "string"
        +      },
        +      "outline": {
        +        "description": "Caption outline color; omit for an auto-picked readable outline",
        +        "type": "string"
        +      },
        +      "text": {
        +        "maxLength": 200,
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "text"
        +    ],
        +    "type": "object"
        +  }
        +]
      • removedInput schema / properties / texts / items / maxLength
        Removed value: -200
      • removedInput schema / properties / texts / items / type
        Removed value: -"string"
  2. 3 tool updates
    • First observedcreate_meme
    • First observedget_meme_template
    • First observedsearch_meme_templates

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.