Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man creature-statblock

/creature-statblock

agentutility / bestiary / creature-statblock
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
bestiary
CATEGORY
uncategorized
STATUS
live
NAME
creature-statblock turns any creature from any world, book, film, game, myth, or song into an original, playable 5e-style stat block
SYNOPSIS
POST https://x402.agentutility.ai/creature-statblock
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Turns any creature from any world, book, film, game, myth, or song into an original, playable 5e-style stat block. Returns AC, HP, ability scores, challenge rating, traits, and actions as original game statistics (not a copied published block). Optionally target a challenge rating. Bridges the bestiary and rollforge clusters. Use it as a creature stat block generator API or a source of homebrew monster stats for any being.

INPUTrequest schema
propertytypedescriptionreq?
creaturestringCreature to stat, e.g. 'kraken', 'jabberwock', 'a clockwork owlbear'.required
sourcestringOptional source/universe to disambiguate.optional
challenge_hintstringOptional target challenge rating or power level, e.g. 'CR 10', 'boss for level 5 party'.optional
OUTPUTresponse shape
fieldtypedescription
querystring
stat_blockstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/creature-statblock \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the creature-statblock tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
bestiarycreaturestatblockcreature-statblock
methods
POST
cluster
bestiary
price
$0.01 USDC per call
ADJACENTother endpoints in bestiary
endpointdescriptionprice
bestiary-randomReturns a random creature with a short encyclopedia entry and a fun fact.$0.01
creature-compareCompares any two creatures head-to-head and reasons out who would win.$0.01
creature-identifyIdentifies a creature from a description, set of clues, or half-remembered details.$0.01
creature-loreAn encyclopedia of creatures, monsters, spirits, and beings from any world or source.$0.01
creature-imageRenders any creature as an image and returns a hosted PNG URL.$0.08
SEE ALSO
agentutility · bestiary · x402 · mcp · llms.txt · registry.json · bazaar.x402.org