MCP server exposing 10 tools for studio-ghibli.
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/studio-ghibli/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
films — List all Studio Ghibli films (up to optional limit), returning title, director, producer, release year, running time, Rotten Tomatoes score, and related character/location/vehicle URLs.film — Single film by id.people — List Studio Ghibli characters (up to optional limit), returning name, gender, age, eye/hair color, species, and the films they appear in.person — Single person by id.locations — List fictional locations from Studio Ghibli films (up to optional limit), returning name, climate, terrain, surface water, and the films they appear in.location — Single location by id.species — List species that appear in Studio Ghibli films (up to optional limit), returning name, classification, eye/hair colors, and the films and characters associated with that species.species_one — Single species by id.vehicles — List vehicles from Studio Ghibli films (up to optional limit), returning name, description, vehicle class, length, pilot, and the film it appears in.vehicle — Single vehicle by id.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/studio-ghibli/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io