{
  "markdown": "# mcp-rickmorty\n\nRick and Morty MCP — wraps The Rick and Morty API (free, no auth)\n\nPart of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 250+ live data sources.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `get_character` | Get full character details by ID. Returns name, species, status, origin world, current location, and episode list. |\n| `get_location` | Get location details by ID. Returns name, type, dimension, and list of characters found there. |\n| `get_episode` | Get episode details by ID. Returns title, air date, season and episode number, and character appearances. |\n\n## Quick Start\n\nAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"rickmorty\": {\n      \"url\": \"https://gateway.pipeworx.io/rickmorty/mcp\"\n    }\n  }\n}\n```\n\nOr connect to the full Pipeworx gateway for access to all 250+ data sources:\n\n```json\n{\n  \"mcpServers\": {\n    \"pipeworx\": {\n      \"url\": \"https://gateway.pipeworx.io/mcp\"\n    }\n  }\n}\n```\n\n## Using with ask_pipeworx\n\nInstead of calling tools directly, you can ask questions in plain English:\n\n```\nask_pipeworx({ question: \"your question about Rickmorty data\" })\n```\n\nThe gateway picks the right tool and fills the arguments automatically.\n\n## More\n\n- [All tools and guides](https://github.com/pipeworx-io/examples)\n- [pipeworx.io](https://pipeworx.io)\n\n## License\n\nMIT\n",
  "bytes": 1397,
  "sha": "cdba6ac16500a47c739b05d6442bf2d1b25d76694662ecfbed8467f810d0e63c",
  "repo_slug": "pipeworx-io/mcp-rickmorty",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pipeworx_io_rickmorty_7a2b2a0a/readme"
}