M
MemeStack
/browse_by_tag
browse by tag
Browse images for a specific tag. Returns the tag profile (description, stats) and optionally a paginated list of images tagged with it.
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 /browse_by_tag for me.
Input
| Field | Type | Description |
|---|---|---|
| tag* | string | Tag slug (e.g. "bitcoin", "meme", "lightning") |
| limit | number | Images per page (1-50, default 10). When provided, images are included in the response. |
| offset | number | Pagination offset (default 0) |
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":"/browse_by_tag","input":{"tag":"..."}}'cli
npx cracked-ai run -p mcp-ai-memestack-mcp -e /browse_by_tag -i '{"tag":"..."}'mcp
run_tool({ provider: "mcp-ai-memestack-mcp", endpoint: "/browse_by_tag", input: {"tag":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.