Wraps loripsum.net to generate placeholder text on demand, no authentication required. Part of the Pipeworx gateway ecosystem that bundles 673+ data sources behind a single MCP endpoint. You can add it standalone or connect to the full gateway for broader access. Includes an ask_pipeworx tool that lets you make natural language requests instead of calling specific functions. Useful when you need programmatic access to Lorem Ipsum generation in your AI workflows, though the source documentation doesn't detail which specific operations or parameters are exposed. Runs over streamable HTTP, so no local process needed.
Lorem MCP — wraps loripsum.net (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"lorem": {
"url": "https://gateway.pipeworx.io/lorem/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Lorem data" })
The gateway picks the right tool and fills the arguments automatically.
MIT