random_poems
Pack: poetrydb · Endpoint: https://gateway.pipeworx.io/poetrydb/mcp
Fetch one or more random public-domain poems from PoetryDB. Returns full poem text (capped). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
count | number | no | Number of random poems to return (default 1, max 10). |
Example call
curl -X POST https://gateway.pipeworx.io/poetrydb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"random_poems","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"poetrydb": {
"url": "https://gateway.pipeworx.io/poetrydb/mcp"
}
}
}
See Getting Started for client-specific install steps.