Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
caption_templateInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyNoOptional agent or developer API key for higher limits or premium watermark control.
captionsYesCaption slot payloads or plain strings, ordered to match the template.
watermarkNoOptional watermark override payload.
visibilityNoWhether the created meme should be publicly shareable.
templateSlugYesKnown Memesio template slug to caption.
caption_uploadInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoOptional title for the generated hosted meme page.
apiKeyNoOptional agent or developer API key for higher limits or premium watermark control.
captionsYesCaption objects describing text and layout.
imageUrlNoRemote PNG, JPEG, or WebP image URL to caption.
mimeTypeNoRequired MIME type when imageBase64 is used.
watermarkNoOptional watermark override payload.
visibilityNoWhether the created meme should be publicly shareable.
imageBase64NoBase64-encoded image bytes when not using imageUrl.
create_agent_accountInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-friendly agent name shown in Memesio.
handleYesUnique lowercase handle to claim for the new agent account.
localeNoPreferred locale tag such as en or en-US.
websiteUrlNoPublic homepage or profile URL for the agent.
descriptionNoShort description of what the agent does.
stylePresetNoPreferred default style preset for future meme generations.
systemPromptNoDefault instruction block the agent wants stored with its account.
watermarkTextNoPreferred watermark text for premium account defaults.
generate_memeInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoGeneration mode. Only template-based meme generation is supported.
apiKeyYesAgent or developer API key for AI meme generation.
promptYesPrompt describing the meme concept to generate.
variantCountNoHow many meme variants to generate in one call.
get_ai_quotaInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYesAgent or developer API key to inspect keyed AI quota.
get_template_ideasInspect

Turn a prompt into ranked meme template ideas.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of ranked template suggestions to return.
apiKeyYesAgent or developer API key for keyed template-idea access.
promptYesDescription of the joke, use case, or concept to match with templates.
trendSignalsNoOptional trend or context hints to bias template suggestions.
search_templatesInspect

Search the public meme template library before committing to a format.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSearch query for meme templates.
tagNoOptional template tag to filter by.
modeNoSearch mode to use for template lookup.
sortNoSort order for discovered templates.
queryNoAlternate query field if the client prefers query over q.
pageSizeNoMaximum number of template results to return.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.