Images

Image generation, the daily image and its archive

Open Images →

Calling it

This is your own data, so a call has to say who you are. Make a token at /token and send it as a header.

curl -H "Authorization: Bearer $MU_TOKEN" \
  https://mu-mcp.yvangodard.me/api/v1/images/list

How every call behaves →

Methods

15 creditsPOST /api/v1/images/generate

Generate an image from a text prompt and return its URL

Needs an account. Changes something, so POST only. Draws 15 credits per call, or accepts payment.

ArgumentTypeDescription
prompt *stringWhat the image should depict
curl -X POST \
  -H "Authorization: Bearer $MU_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"prompt"}' \
  https://mu-mcp.yvangodard.me/api/v1/images/generate
Costs 15 credits

The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.