M
MemeStack
/submit_image
submit image
Submit 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 A
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 /submit_image for me.
Input
| Field | Type | Description |
|---|---|---|
| image_url* | string | HTTPS image URL, or data:image/(jpeg|png|webp);base64,... URL. Max 8MB. |
| caption | string | Optional caption hint for the AI tagger (admin-visible, never published verbatim). |
| tags | array | Optional tag hints (max 10). |
| attribution | string | Optional credit line for the original creator/source (shown to moderators, not published). |
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":"/submit_image","input":{"image_url":"..."}}'cli
npx cracked-ai run -p mcp-ai-memestack-mcp -e /submit_image -i '{"image_url":"..."}'mcp
run_tool({ provider: "mcp-ai-memestack-mcp", endpoint: "/submit_image", input: {"image_url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.