Breaking Bad · Capability
Breaking Bad API — Deaths
Deaths surface — Deaths. 3 operations. Lead operation: list every catalogued on-screen death across the series, plus an aggregate death-count operation and a random death sampler. 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
Listdeaths
— List deaths.
/v1/deaths
GET
Getdeathcount
— Get the total death count.
/v1/deaths/count
GET
Getrandomdeath
— Get one random death.
/v1/deaths/random
MCP Tools
list-deaths
List every catalogued on-screen death.
read-only
idempotent
get-death-count
Return aggregate death count, optionally filtered by responsible character.
read-only
idempotent
get-random-death
Return one randomly selected death record.
read-only
idempotent