MCP server exposing 4 tools for harrypotter.
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/harrypotter/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_characters — List Harry Potter characters (wizards, witches, and other figures). Optionally filter by Hogwarts house (Gryffindor, Slytherin, Hufflepuff, Ravenclaw) and/or a name substring.list_students — List all Hogwarts students from the Harry Potter universe.list_staff — List all Hogwarts staff (professors and other employees) from the Harry Potter universe.list_spells — List Harry Potter spells with their effects. Optionally filter by a spell-name substring.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/harrypotter/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io