search_characters
Pack: disney · Endpoint: https://gateway.pipeworx.io/disney/mcp
Search the Disney character database by name (e.g. “Mickey Mouse”, “Elsa”, “Stitch”). Returns matching characters with their film, TV-show, video-game and theme-park-attraction appearances plus an image URL. Matching is exact-ish on the name field.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Character name to search for, e.g. “Mickey Mouse”. |
limit | number | no | Max characters to return (default 10). |
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":"search_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.