Skip to main content
Glama

Lorem Ipsum MCP Server

by ssv445

image

Generate or fetch images from picsum.photos using customizable parameters like dimensions, filters, and output formats. Retrieve specific images, metadata, or lists of available images.

Instructions

Generate or fetch images from picsum.photos with various options

Input Schema

NameRequiredDescriptionDefault
blurNoApply blur filter (1-10)
formatNoImage format
grayscaleNoApply grayscale filter to the image
heightNoThe height of the image in pixels
idNoThe ID of a specific image to retrieve
infoNoFetch metadata for a specific image
limitNoNumber of results per page for list
listNoFetch list of available images
outputNoOutput type: url returns string URL, file returns binary dataurl
pageNoPage number for list results
seedNoA seed for generating a static random image
widthNoThe width of the image in pixels

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blur": { "description": "Apply blur filter (1-10)", "maximum": 10, "minimum": 1, "type": "integer" }, "format": { "description": "Image format", "enum": [ "jpg", "webp" ], "type": "string" }, "grayscale": { "description": "Apply grayscale filter to the image", "type": "boolean" }, "height": { "description": "The height of the image in pixels", "exclusiveMinimum": 0, "type": "integer" }, "id": { "description": "The ID of a specific image to retrieve", "type": "string" }, "info": { "description": "Fetch metadata for a specific image", "type": "boolean" }, "limit": { "description": "Number of results per page for list", "exclusiveMinimum": 0, "type": "integer" }, "list": { "description": "Fetch list of available images", "type": "boolean" }, "output": { "default": "url", "description": "Output type: url returns string URL, file returns binary data", "enum": [ "url", "file" ], "type": "string" }, "page": { "description": "Page number for list results", "exclusiveMinimum": 0, "type": "integer" }, "seed": { "description": "A seed for generating a static random image", "type": "string" }, "width": { "description": "The width of the image in pixels", "exclusiveMinimum": 0, "type": "integer" } }, "type": "object" }
Install Server

Other Tools from Lorem Ipsum MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssv445/lorem-ipsum-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server