@pipeworx/mcp-rickmorty
v1.0.0
Published
MCP server for Rick and Morty characters, locations, and episodes
Downloads
129
Maintainers
Readme
mcp-rickmorty
MCP server for The Rick and Morty API. Free, no auth required.
Tools
| Tool | Description |
|------|-------------|
| search_characters | Search for characters by name |
| get_character | Get detailed info about a character by ID |
| get_location | Get details about a location by ID |
| get_episode | Get details about an episode by ID |
Quickstart (Pipeworx Gateway)
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "rickmorty_search_characters",
"arguments": { "name": "Rick" }
},
"id": 1
}'License
MIT
