You're viewing a demo portfolio

Join the waitlist
PRSM

search_characters

Active

Tool of Rick And Morty

declared in 0.1.0

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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Rick And Morty

https://github.com/pipeworx-io/mcp-rick-and-morty

2/7 registries
View full server →