Anime Quotes

live Entertainment

Random and searchable anime quotes by series or character via animechan.io

3 tools
0ms auth
free tier 50 calls/day

Tools

random_quote

Get a single random quote from an anime series.

No parameters required.

Try it
search_by_anime required: anime

Get quotes from a specific anime series by name.

Parameters
Name Type Description
anime req string Name of the anime series (e.g., "Naruto", "Attack on Titan")
Try it
search_by_character required: character

Get quotes from a specific anime character by name.

Parameters
Name Type Description
character req string Name of the anime character (e.g., "Naruto Uzumaki", "Levi Ackerman")
Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/animequotes/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/animequotes/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"random_quote","arguments":{}}}'