# ForgeMesh Library — BF (Philosophy of Mind & Occult) Shelf

> ForgeMesh Library — BF (Philosophy of Mind & Occult) Shelf is a paid API for AI agents from library.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns a ranked, drill-down list of up to 50 public-domain books in the BF category (psychology, parapsychology, occultism, and related topics), including titles on demonology, necromancy, and esoteric traditions.

## Facts

- Endpoint: POST https://library.forgemesh.io/bf
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-library-bf-philosophy-of-mind-occult-shelf-eccd0a34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_364ppqNe2fEo2cUDbh_4Q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability forgemesh-library-bf-philosophy-of-mind-occult-shelf-eccd0a34 -d '<json body>'
```

Example prompt: Show me up to 30 public-domain books from the BF occult and parapsychology shelf — I'm interested in grimoires, demonology, and spirit-invocation texts like the Lesser Key of Solomon.

## When to prefer this

Choose this endpoint when you specifically want a curated, ranked list of public-domain books in the BF Library of Congress classification (psychology, parapsychology, occultism, demonology, witchcraft). Prefer it over full-text search when you want a broad shelf browse rather than passage-level retrieval, and over general web search when you need verified public-domain texts with drill-down full-text access.

## Known failure modes

- Limit exceeds 50 — request capped or rejected
- Network/payment failure via x402 protocol — no results returned
- Empty shelf if BF index is temporarily unavailable
- Malformed limit parameter — server returns validation error

## How this service works

Curated shelf: BF — 431 public-domain books including The lesser Key of Solomon, Goetia, the book of evil spirits : $b contains two hundred diagrams and seals for invocation and convocation of spirits, necromancy, witchcraft and black art, The spirit-rapper; an autobiography, Essay on the Creative Imagination. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain BF-category books (up to the requested limit, default 20, max 50), each with metadata (title, author) and drill-down routes for full-text retrieval. No license or API key required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max books to return (default 20, max 50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "books": [
   {
    "year": null,
    "title": "The lesser Key of Solomon, Goetia, the book of evil spirits : $b contains two hundred diagrams and seals for invocation and convocation of spirits, necromancy, witchcraft and black art",
    "author": "Unknown",
    "book_id": 72679,
    "subjects": [],
    "download_count": 16682
   }
  ],
  "count": 5,
  "shelf": "BF",
  "coverage": {
   "target": 61015,
   "indexed": 61015
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgemesh-library-bf-philosophy-of-mind-occult-shelf-eccd0a34/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.forgemesh.io](https://www.zero.xyz/host/library.forgemesh.io/llms.txt)
