search_characters

Pack: rick-and-morty · Endpoint: https://gateway.pipeworx.io/rick-and-morty/mcp

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

NameTypeRequiredDescription
namestringnoCharacter name to search for (partial match, e.g., “rick”, “beth”)
statusstringnoFilter by status: “alive”, “dead”, or “unknown”.
speciesstringnoFilter by species (e.g., “Human”, “Alien”, “Mythological Creature”).
genderstringnoFilter by gender: “female”, “male”, “genderless”, or “unknown”.
pagenumbernoPage number (1-based, default 1). API returns 20 per page.

Example call

curl -X POST https://gateway.pipeworx.io/rick-and-morty/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": {
    "rick-and-morty": {
      "url": "https://gateway.pipeworx.io/rick-and-morty/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026