list_startup_card_images
moxfield.comReturns every standard-resolution 488x680 WebP card image URL represented in the anonymous startup card lists from https://moxfield.com, including each card's curated-list memberships.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_startup_card_images?
Returns every standard-resolution 488x680 WebP card image URL represented in the anonymous startup card lists from https://moxfield.com, including each card's curated-list memberships. 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": [
{
"card_id": "<string>",
"image_url": "<string>",
"curated_lists": [
"<string>"
]
}
],
"image_width": 0,
"image_format": "<string>",
"image_height": 0,
"total_images": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/5ed010da-549c-4046-bf01-72d80e3f7658/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "5ed010da-549c-4046-bf01-72d80e3f7658",
"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="5ed010da-549c-4046-bf01-72d80e3f7658") — the "list_startup_card_images" function, which returns every standard-resolution 488x680 WebP card image URL represented in the anonymous startup card lists from https://moxfield.com, including each card's curated-list memberships.. It takes no parameters. Return the result as structured JSON.