mcpserver.lol
registry/memestack-mcp
Connection check verified live · 20h ago

memestack-mcp

Search and browse a curated gallery of memes, infographics, and visual content.

Tools 20
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

20 tools

Read from the running server on 20h ago.

browse_by_category read-only category*
Get a category and its featured images. Categories group related tags (e.g. "charts", "memes", "lightning-network").
browse_by_tag read-only tag*limitoffset
Browse images for a specific tag. Returns the tag profile (description, stats) and optionally a paginated list of images tagged with it.
browse_images read-only tagsortlimitoffset
Browse and filter the image gallery without a search query. Useful for discovering content by tag, trending, or recent uploads.
cite_image read-only image_ids*
Generate canonical attribution blocks for one or more MemeStack images. Returns markdown, HTML, and plain-text citation strings ready to paste into your output, plus a combined blo…
find_meme_for_text read-only vibe*limit
Find a meme that captures a vibe, idea, or concept. Returns ready-to-embed images with citation blocks. Use this when writing posts, articles, or social content and you need a meme…
find_related read-only id*limit
Find semantically related images using AI embedding similarity. Returns images with similar meaning/topic.
find_similar read-only id*limit
Find visually similar images using perceptual hash matching. Returns images that look alike.
generate_meme modeprompt*aspect_ratio
Generate a new image from a text prompt using AI (Grok Imagine). Paid tool — billed per call via the agent payment rails (x402/L402); not covered by any free quota. Generation runs…
get_image read-only id*
Get full metadata for a specific image by ID, including caption, alt text, tags, OCR text, zap stats, and URLs.
get_leaderboard read-only type*period
Get top-ranked images by zaps received, or top zappers by amount zapped, over a time period.
get_mutation_group read-only image_id*
Get all variants of a meme template tracked on MemeStack. Returns the dominant image plus every variant in the same mutation group, with citation blocks for each. Use this to resea…
get_tag_profile read-only tag*
Get the profile for a tag (description, image count, total zaps, related tags) without fetching any images. Use browse_by_tag to also retrieve images.
get_user_profile read-only identifier*
Get a user's public profile including display name, stats, and avatar info.
list_categories read-only
List all available image categories. Use this to discover what categories exist before calling browse_by_category.
popular_tags read-only limit
List the most-used tags on MemeStack by all-time usage count. (Time-period filtering is not yet supported — tag usage is currently counted across the full lifetime of each tag.)
reverse_image_search read-only url*limit
Find MemeStack images that look visually similar to a given image. Accepts an HTTPS image URL or a `data:image/...;base64,...` URL for bytes pasted into agent context. Returns visu…
search_images read-only qtagsorttagslimitquery* +1
Search the MemeStack image gallery. Runs semantic AI and keyword matching in parallel and merges results. Returns images with captions, tags, zap stats, and URLs.
search_text_in_image read-only limitquery*offset
Search for images by the text written or printed in them (OCR). Different from regular search — only matches the text_in_image field, not captions or tags. Use this to find screens…
submit_image tagscaptionimage_url*attribution
Submit an image to the MemeStack review queue. Paid tool — 100 sats (or USDC equivalent) per submission via the agent payment rails (x402/L402); no account or API key. IMPORTANT: t…
tag_autocomplete read-only limitprefix*
Suggest tag slugs matching a prefix. Use this to verify a tag exists before filtering by it, or to discover related tags. Prefix must be ≥ 2 characters.