MCP Hub
Back to servers

lorem

Lorem MCP — wraps loripsum.net (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-lorem

MCP server for lorem ipsum placeholder text via loripsum.net. No authentication required.

Tools

ToolDescription
generate_paragraphsGenerate plain-text lorem ipsum paragraphs
generate_with_optionsGenerate lorem ipsum HTML with headers, code blocks, and lists

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "lorem_generate_paragraphs",
      "arguments": { "count": 3, "length": "medium" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review