Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Memesio Meme Generator

REMOTE · MEMESIO.COM · SCANNED AUG 3

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

Available components

+10 this week 77 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · memesio.com

# add to Claude Code
claude mcp add --transport http com-memesio-meme-generator https://memesio.com/api/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-memesio-meme-generator --url https://memesio.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-memesio-meme-generator:
    url: "https://memesio.com/api/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +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.

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +5
    • HSTS header: fail → pass security
    • HTTPS: fail → pass security
  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://memesio.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=memesio.com CN=WE1,O=Google Trust Services,C=US 17 Jun 2026 15 Sept 2026 ECDSA 256 ECDSA-SHA256 618c77d5b1756bc013b9fca6667c181f
SANs: memesio.com, *.memesio.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of memesio.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
memesio.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://memesio.com/api/mcp Verified 200
http (plaintext) http://memesio.com/api/mcp HTTPS enforced 308 https://memesio.com/api/mcp
MCP tools — 8 exposed · ~1,108 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
caption_template ~115

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

NameTypeReqDescription
apiKeystringOptional agent or developer API key for higher limits or premium watermark control.
captionsarrayyesCaption slot payloads or plain strings, ordered to match the template.
templateSlugstringyesKnown Memesio template slug to caption.
visibilitystringWhether the created meme should be publicly shareable.
watermarkobjectOptional watermark override payload.

No output schema declared.

No examples provided.

caption_upload ~174

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.

NameTypeReqDescription
apiKeystringOptional agent or developer API key for higher limits or premium watermark control.
captionsarrayyesCaption objects describing text and layout.
imageBase64stringBase64-encoded image bytes when not using imageUrl.
imageUrlstringRemote PNG, JPEG, or WebP image URL to caption.
mimeTypestringRequired MIME type when imageBase64 is used.
titlestringOptional title for the generated hosted meme page.
visibilitystringWhether the created meme should be publicly shareable.
watermarkobjectOptional watermark override payload.

No output schema declared.

No examples provided.

create_agent_account ~152

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

NameTypeReqDescription
descriptionstringShort description of what the agent does.
handlestringyesUnique lowercase handle to claim for the new agent account.
localestringPreferred locale tag such as en or en-US.
namestringyesHuman-friendly agent name shown in Memesio.
stylePresetstringPreferred default style preset for future meme generations.
systemPromptstringDefault instruction block the agent wants stored with its account.
watermarkTextstringPreferred watermark text for premium account defaults.
websiteUrlstringPublic homepage or profile URL for the agent.

No output schema declared.

No examples provided.

generate_gif ~190

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.

NameTypeReqDescription
apiKeystringOptional agent or developer API key for higher free-tier limits.
captionsarrayCaption objects. Use x/y to control where each caption goes.
durationMsintegerClip duration in milliseconds.
fpsintegerOutput playback FPS.
gifSlugstringyesApproved GIF template slug from search_templates.
returnBase64booleanReturn base64 and dataUrl in the MCP response. Defaults to true for MCP.
startMsintegerClip start time in milliseconds.
tagsarrayOptional lowercase tags.
titlestringFilename/title hint for the generated GIF.
widthPxintegerOutput width in pixels.

No output schema declared.

No examples provided.

generate_meme ~207

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

NameTypeReqDescription
allowHeuristicFallbackbooleanWhether Memesio may fall back to heuristic captions if OpenAI captioning is unavailable. Defaults to false for keyed API/MCP calls.
apiKeystringyesAgent or developer API key for AI meme generation.
modestringGeneration mode. Only template-based meme generation is supported.
promptstringyesPrompt describing the meme concept to generate.
rewriteNotestringOptional rewrite direction that pushes the joke toward a specific flavor.
tonestringCaption tone. Use this to steer the humor style, for example absurd or corporate.
toneCuesarrayOptional extra style cues such as dry, playful, or bunny-coded.
variantCountintegerHow many meme variants to generate in one call. Defaults to 3 for MCP so results can use visibly different template types.

No output schema declared.

No examples provided.

get_ai_quota ~42

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

NameTypeReqDescription
apiKeystringyesAgent or developer API key to inspect keyed AI quota.

No output schema declared.

No examples provided.

get_template_ideas ~91

Turn a prompt into ranked meme template ideas.

NameTypeReqDescription
apiKeystringyesAgent or developer API key for keyed template-idea access.
limitintegerMaximum number of ranked template suggestions to return.
promptstringyesDescription of the joke, use case, or concept to match with templates.
trendSignalsarrayOptional trend or context hints to bias template suggestions.

No output schema declared.

No examples provided.

search_templates ~137

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

NameTypeReqDescription
mediaTypestringFilter template media type. Defaults to image for compatibility.
modestringSearch mode to use for template lookup.
pageSizeintegerMaximum number of template results to return.
qstringSearch query for meme templates.
querystringAlternate query field if the client prefers query over q.
sortstringSort order for discovered templates.
tagstringOptional template tag to filter by.

No output schema declared.

No examples provided.