# Lorem Ipsum Generator — Paragraphs, Sentences, Words

Lorem Ipsum placeholder text generator API for AI agents. Generate paragraphs, sentences, or words with exact count control. Classic Latin placeholder text for mockups and prototypes.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/lorem-ipsum

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/lorem-ipsum

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/lorem-ipsum text_generate_lorem_ipsum

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/lorem-ipsum text_generate_lorem_ipsum '{}'
```

## Direct MCP Connection

Endpoint: `https://lorem-ipsum--axel-belfort.run.tools`

## Tools (1)

- `text_generate_lorem_ipsum` — Use this when you need to generate placeholder text for mockups, wireframes, UI prototypes, or content templates. Retur…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/lorem-ipsum <tool-name>
```
