MemeStack
M
MemeStack
/search_images

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 URL

liveverifiedunknown~5s typical
mcpprobedmemestack
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-memestack-mcp /search_images for me.

Input

FieldTypeDescription
query*stringSearch query — combines semantic AI and keyword matching automatically. Alias: `q` (matche
qstringAlias for `query`. Provided so REST-API muscle memory (?q=...) works on the MCP tool too.
tagstringFilter results by a single tag slug (backward compat)
tagsstringFilter results by multiple tag slugs (comma-separated, AND logic — e.g. "bitcoin,meme")
limitnumberResults per page (1-50, default 10)
offsetnumberPagination offset (default 0)
sortstring (newest | popular | oldest)Sort order (default: relevance)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-memestack-mcp","endpoint":"/search_images","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-ai-memestack-mcp -e /search_images -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-ai-memestack-mcp", endpoint: "/search_images", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.