search_characters
ActiveTool of Rick And Morty
Search Rick and Morty characters by name with optional filters for status (alive/dead/unknown), species (Human/Alien/etc.), and gender. Returns up to 20 matching characters per page with status, species, origin, current location, and episode appearances.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "rick"
},
{
"name": "morty",
"gender": "male",
"status": "alive",
"species": "Human"
}
],
"required": [],
"properties": {
"name": {
"type": "string",
"description": "Character name to search for (partial match, e.g., \"rick\", \"beth\")"
},
"page": {
"type": "number",
"description": "Page number (1-based, default 1). API returns 20 per page."
},
"gender": {
"type": "string",
"description": "Filter by gender: \"female\", \"male\", \"genderless\", or \"unknown\"."
},
"status": {
"type": "string",
"description": "Filter by status: \"alive\", \"dead\", or \"unknown\"."
},
"species": {
"type": "string",
"description": "Filter by species (e.g., \"Human\", \"Alien\", \"Mythological Creature\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Rick And Morty
https://github.com/pipeworx-io/mcp-rick-and-morty
2/7 registries