M
MemeStack
/search_text_in_image
search text in image
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
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_text_in_image for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Text to search for in image OCR |
| limit | number | Results per page (1-50, default 10) |
| offset | number | Pagination offset |
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_text_in_image","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-memestack-mcp -e /search_text_in_image -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-memestack-mcp", endpoint: "/search_text_in_image", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.