search_characters
ActiveTool of Disney
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 schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Character name to search for, e.g. \"Mickey Mouse\"."
},
"limit": {
"type": "number",
"description": "Max characters to return (default 10)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Disney
https://github.com/pipeworx-io/mcp-disney
1/7 registries