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
| Field | Type | Description |
|---|---|---|
| query* | string | Search query — combines semantic AI and keyword matching automatically. Alias: `q` (matche |
| q | string | Alias for `query`. Provided so REST-API muscle memory (?q=...) works on the MCP tool too. |
| tag | string | Filter results by a single tag slug (backward compat) |
| tags | string | Filter results by multiple tag slugs (comma-separated, AND logic — e.g. "bitcoin,meme") |
| limit | number | Results per page (1-50, default 10) |
| offset | number | Pagination offset (default 0) |
| sort | string (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.