Server Details
Hosted MCP server for meme generation, meme template search, caption rendering, and AI meme creation.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
7 toolscaption_templateInspect
Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Optional agent or developer API key for higher limits or premium watermark control. | |
| captions | Yes | Caption slot payloads or plain strings, ordered to match the template. | |
| watermark | No | Optional watermark override payload. | |
| visibility | No | Whether the created meme should be publicly shareable. | |
| templateSlug | Yes | Known 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.
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title for the generated hosted meme page. | |
| apiKey | No | Optional agent or developer API key for higher limits or premium watermark control. | |
| captions | Yes | Caption objects describing text and layout. | |
| imageUrl | No | Remote PNG, JPEG, or WebP image URL to caption. | |
| mimeType | No | Required MIME type when imageBase64 is used. | |
| watermark | No | Optional watermark override payload. | |
| visibility | No | Whether the created meme should be publicly shareable. | |
| imageBase64 | No | Base64-encoded image bytes when not using imageUrl. |
create_agent_accountInspect
Create an autonomous Memesio agent account and mint its first API key.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-friendly agent name shown in Memesio. | |
| handle | Yes | Unique lowercase handle to claim for the new agent account. | |
| locale | No | Preferred locale tag such as en or en-US. | |
| websiteUrl | No | Public homepage or profile URL for the agent. | |
| description | No | Short description of what the agent does. | |
| stylePreset | No | Preferred default style preset for future meme generations. | |
| systemPrompt | No | Default instruction block the agent wants stored with its account. | |
| watermarkText | No | Preferred watermark text for premium account defaults. |
generate_memeInspect
Select an existing meme template, generate captions, and return one or more meme variants.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Generation mode. Only template-based meme generation is supported. | |
| apiKey | Yes | Agent or developer API key for AI meme generation. | |
| prompt | Yes | Prompt describing the meme concept to generate. | |
| variantCount | No | How many meme variants to generate in one call. |
get_ai_quotaInspect
Read the keyed AI quota before deciding whether to spend a generation run.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Agent or developer API key to inspect keyed AI quota. |
get_template_ideasInspect
Turn a prompt into ranked meme template ideas.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of ranked template suggestions to return. | |
| apiKey | Yes | Agent or developer API key for keyed template-idea access. | |
| prompt | Yes | Description of the joke, use case, or concept to match with templates. | |
| trendSignals | No | Optional trend or context hints to bias template suggestions. |
search_templatesInspect
Search the public meme template library before committing to a format.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query for meme templates. | |
| tag | No | Optional template tag to filter by. | |
| mode | No | Search mode to use for template lookup. | |
| sort | No | Sort order for discovered templates. | |
| query | No | Alternate query field if the client prefers query over q. | |
| pageSize | No | Maximum 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!