$ man creature-lore
/creature-lore
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
bestiaryCATEGORY
uncategorized
STATUS
● live
NAME
creature-lore — an encyclopedia of creatures, monsters, spirits, and beings from any world or source
SYNOPSIS
POST https://x402.agentutility.ai/creature-lore
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
An encyclopedia of creatures, monsters, spirits, and beings from any world or source. Covers world mythology and folklore, religion, cryptozoology, novels, films, games, comics, and song. Given a creature name (and optional source to disambiguate), returns a structured encyclopedia entry: origin, category, physical description, abilities, weaknesses, behavior, habitat, cultural significance, notable appearances, and a danger level. Reference and commentary in the model's own words. Use it as a creature lore API, monster encyclopedia, or mythical creature database.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| creature | string | Creature name, e.g. 'kitsune', 'balrog', 'chupacabra'. | required |
| source | string | Optional source/universe to disambiguate, e.g. 'Norse myth', 'Tolkien'. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| query | string | — |
| lore | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/creature-lore \
-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-lore tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- bestiarycreaturelorecreature-lore
- methods
- POST
- cluster
- bestiary
- price
- $0.01 USDC per call
ADJACENT — other endpoints in bestiary
| endpoint | description | price |
|---|---|---|
| bestiary-random | Returns a random creature with a short encyclopedia entry and a fun fact. | $0.01 |
| creature-compare | Compares any two creatures head-to-head and reasons out who would win. | $0.01 |
| creature-identify | Identifies a creature from a description, set of clues, or half-remembered details. | $0.01 |
| creature-statblock | Turns any creature from any world, book, film, game, myth, or song into an original, playable 5e-style stat block. | $0.01 |
| creature-image | Renders any creature as an image and returns a hosted PNG URL. | $0.08 |
SEE ALSO