memeboat-mcp
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
Scored across 3 tools
Each tool has a clearly distinct purpose: searching templates, fetching template details, and creating memes. No overlap, so an agent can easily differentiate them.
All tool names follow the verb_noun pattern in snake_case (create_meme, get_meme_template, search_meme_templates), providing a consistent naming convention.
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.
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 tool update
- Changed
create_meme7 fields changed- added
Input schema / properties / fontAdded 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" +} - added
Input schema / properties / layoutAdded value: +{ + "description": "layout:'top' puts captions in a white bar above the image; 'default' overlays them on the image", + "enum": [ + "default", + "top" + ], + "type": "string" +} - added
Input schema / properties / styleAdded value: +{ + "description": "Alternate background style name from get_meme_template's availableStyles, e.g. 'maga'", + "maxLength": 60, + "minLength": 1, + "type": "string" +} - changed
Input schema / properties / texts / descriptionPrevious 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." - added
Input schema / properties / texts / items / anyOfAdded 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" + } +] - removed
Input schema / properties / texts / items / maxLengthRemoved value: -200 - removed
Input schema / properties / texts / items / typeRemoved value: -"string"
3 tool updates
- First observed
create_meme - First observed
get_meme_template - First observed
search_meme_templates
Related MCP Connectors
Search millions of sound and soundboards on 101soundboards.com
Search and browse a curated gallery of memes, infographics, and visual content.
MCP server for meme generation, template search, caption rendering, and AI meme creation.
Generate, edit, and explore AI images. Flux, Imagen, LoRA identity swap, upscale, and more.
Related MCP Servers
- AlicenseBqualityDmaintenanceGenerates custom memes with text overlays using pre-configured templates. Supports multiple meme formats with customizable text positioning, fonts, and automatic word wrapping.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to create memes by selecting from a library of templates and rendering captions with proper typesetting.AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables browsing popular meme templates and generating captioned memes through the Imgflip API.1 npmMIT
- AlicenseNot gradedqualityBmaintenanceLets users describe a situation and get five captioned memes in an editable editor, with optional server-side PNG rendering for hosts that cannot display the editor.2MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.