Breaking Bad · Capability
Breaking Bad API — Characters
Characters surface — Characters. 3 operations. Lead operation: list every character from the Breaking Bad and Better Call Saul universe with optional name and category filters. 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
Listcharacters
— List characters.
/v1/characters
GET
Getcharacterbyid
— Get a character by id.
/v1/characters/{id}
GET
Getrandomcharacter
— Get one random character.
/v1/characters/random
MCP Tools
list-characters
List every character with optional pagination and filters.
read-only
idempotent
get-character
Retrieve a single character by numeric id.
read-only
idempotent
get-random-character
Return one randomly selected character.
read-only
idempotent