list_characters
Pack: disney · Endpoint: https://gateway.pipeworx.io/disney/mcp
List/paginate the Disney character database. Returns a page of characters (id, name, image URL) plus total count and total page count. Useful for browsing the full catalog.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | number | no | Page number, 1-based (default 1). |
pageSize | number | no | Characters per page (default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/disney/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_characters","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"disney": {
"url": "https://gateway.pipeworx.io/disney/mcp"
}
}
}
See Getting Started for client-specific install steps.