MCP server exposing 3 tools for anilist.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/anilist/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_anime — Search for anime by title. Returns title, episode count, status, score, genres, and synopsis. Use get_anime with the ID for full details.get_anime — Get full anime details by ID. Returns title, synopsis, episodes, duration, status, score, genres, studios, and season information.trending_anime — Get currently trending anime ranked by popularity. Returns title, status, score, episode count, and genres. Use get_anime with the ID for full details.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/anilist/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io