MemeStack.ai

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Search Images: 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.
  • Get Image: Get full metadata for a specific image by ID, including caption, alt text, tags, OCR text, zap stats, and URLs.
  • Find Similar: Find visually similar images using perceptual hash matching. Returns images that look alike.

What data it sees

Do you need an account

No: the server works without sign-in

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

Tools

  • search_images — Semantic AI or keyword search with tag filtering
  • browse_images — Discover content by tag, trending, or recent
  • get_image — Full metadata: caption, tags, OCR text, zap stats
  • find_similar — Visually similar images via perceptual hashing
  • find_related — Semantically related images via AI embeddings
  • get_leaderboard — Top images by zaps or top zappers by period
  • get_user_profile — Public user profiles and stats

Transport

Streamable HTTP at https://mcp.memestack.ai/mcp

Server tool list (20)

Raw names from tools/list. Only developers need these.

search_imagesSearch the MemeStack image gallery. Runs semantic AI and keyword matching in parallel and merges results. Returns images with captions, tags, zap stats, and URLs.
get_imageGet full metadata for a specific image by ID, including caption, alt text, tags, OCR text, zap stats, and URLs.
find_similarFind visually similar images using perceptual hash matching. Returns images that look alike.
find_relatedFind semantically related images using AI embedding similarity. Returns images with similar meaning/topic.
browse_imagesBrowse and filter the image gallery without a search query. Useful for discovering content by tag, trending, or recent uploads.
get_user_profileGet a user's public profile including display name, stats, and avatar info.
get_leaderboardGet top-ranked images by zaps received, or top zappers by amount zapped, over a time period.
browse_by_tagBrowse images for a specific tag. Returns the tag profile (description, stats) and optionally a paginated list of images tagged with it.
browse_by_categoryGet a category and its featured images. Categories group related tags (e.g. "charts", "memes", "lightning-network").
list_categoriesList all available image categories. Use this to discover what categories exist before calling browse_by_category.
get_tag_profileGet 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_mutation_groupGet 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 research how a meme has evolved or to find variants of a known image.
search_text_in_imageSearch 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 screenshots of specific quotes, signs, watermarks, or memes with specific embedded text.
find_meme_for_textFind 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 to illustrate a point.
popular_tagsList 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.)
tag_autocompleteSuggest 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.
cite_imageGenerate 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 block for citing multiple images at once.
reverse_image_searchFind 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 visually-similar matches via perceptual-hash (dHash) hamming distance, with citation blocks. Heavily rate-limited (10/min/IP) since each call hashes the input.
submit_imageSubmit 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: there is NO refund if moderation rejects the submission (duplicate, nsfw/spam, low quality) — the fee is the anti-spam mechanism. Accepted images await human review before publication. Accepts an HTTPS image URL or a data:image/...;base64 URL (JPEG/PNG/WebP, max 8MB). Optional caption/tags/attribution are hints shown to the AI tagger and moderators — never published verbatim. If the call fails or times out, retry with the SAME payment proof to resume — one payment delivers at most one submission and is never charged twice (up to 10 delivery attempts per payment; a corrected image_url is allowed while no submission has been created yet). Note for x402 clients: 100 sats exceeds the agents-SDK default per-call cap of $0.10 whenever BTC trades above $100k — raise maxPaymentValue in withX402Client if payment is refused client-side.
generate_memeGenerate 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 asynchronously on the server and this call polls until it completes, up to ~90 seconds. If you get a "still running" error, call the tool again with the SAME payment proof to resume polling — you will never be charged twice for one payment. Note for x402 clients: "quality" mode (~$0.15) exceeds the agents-SDK default per-call cap of $0.10 — raise maxPaymentValue in withX402Client to use it.