quotes
Pack: wikiquote · Endpoint: https://gateway.pipeworx.io/wikiquote/mcp
Extract sourced quotation items from a page.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
title | string | yes | |
lang | string | no | |
limit | number | no | Max quotes returned (default 50) |
Example call
curl -X POST https://gateway.pipeworx.io/wikiquote/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"quotes","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wikiquote": {
"url": "https://gateway.pipeworx.io/wikiquote/mcp"
}
}
}
See Getting Started for client-specific install steps.