fetch_bulk_card_images
moxfield.comCombines startup card lists and broad creature, artifact, and enchantment searches on https://moxfield.com to return over 1000 unique 488x680 card images with card metadata.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is fetch_bulk_card_images?
Combines startup card lists and broad creature, artifact, and enchantment searches on https://moxfield.com to return over 1000 unique 488x680 card images with card metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"images": [
{}
],
"image_width": 0,
"image_format": "<string>",
"image_height": 0,
"total_unique_images": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/a45df221-42d3-4f42-953d-30c6c7bfbfc1/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a45df221-42d3-4f42-953d-30c6c7bfbfc1",
"variables": {}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="a45df221-42d3-4f42-953d-30c6c7bfbfc1") — the "fetch_bulk_card_images" function, which combines startup card lists and broad creature, artifact, and enchantment searches on https://moxfield.com to return over 1000 unique 488x680 card images with card metadata.. It takes no parameters. Return the result as structured JSON.