Breaking Bad · Capability
Breaking Bad API — Quotes
Quotes surface — Quotes. 3 operations. Lead operation: list every catalogued quote attributed to a character across both series. Self-contained Naftiko capability covering one Breaking Bad business surface. Note: upstream host (breakingbadapi.com) is deprecated and unreachable as of 2026-05-29; this capability is preserved for historical reference and for use against community mirrors or local re-implementations.
What You Can Do
GET
Listquotes
— List quotes.
/v1/quotes
GET
Getquotebyid
— Get a quote by id.
/v1/quotes/{id}
GET
Getrandomquote
— Get one random quote.
/v1/quotes/random
MCP Tools
list-quotes
List every catalogued quote.
read-only
idempotent
get-quote
Retrieve a single quote by id.
read-only
idempotent
get-random-quote
Return one randomly selected quote, optionally filtered by author.
read-only
idempotent