Install
openclaw skills install @brucegutman/pipeworx-rickmortyAccess detailed information on Rick and Morty characters, locations, and episodes across all show seasons using specific IDs or searches.
openclaw skills install @brucegutman/pipeworx-rickmortyWubba lubba dub dub! Query the Rick and Morty universe -- characters, locations, and episodes from all seasons of the show.
| Tool | What it does |
|---|---|
search_characters | Find characters by name (returns status, species, gender, origin, location, episode count) |
get_character | Full character details by ID |
get_location | Location details by ID (name, type, dimension, resident count) |
get_episode | Episode details by ID (name, air date, episode code, character count) |
curl -X POST https://gateway.pipeworx.io/rickmorty/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_character","arguments":{"id":1}}}'
{
"mcpServers": {
"rickmorty": {
"url": "https://gateway.pipeworx.io/rickmorty/mcp"
}
}
}