# library.forgemesh.io – Congregational Churches Missions Periodicals Shelf

> library.forgemesh.io – Congregational Churches Missions Periodicals 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 list of up to 145 public-domain books and periodicals focused on Congregational church missions, including issues of The American Missionary, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/congregational-churches-missions-periodicals
- 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/library-forgemesh-io-congregational-churches-missions-periodicals-shelf-3d672b73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z93ZBG0HBFUny8yYne9wq

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 library-forgemesh-io-congregational-churches-missions-periodicals-shelf-3d672b73 -d '<json body>'
```

Example prompt: Can you pull up the list of public-domain books on Congregational church missions from the library.forgemesh.io shelf — give me up to 30 results so I can see what issues of The American Missionary are available?

## When to prefer this

Choose this endpoint when you specifically need to browse or list public-domain texts about Congregational church missions and related periodicals, particularly historical issues of The American Missionary. Prefer this over a full-text search endpoint when you want a curated, ranked shelf overview rather than passage-level retrieval for a specific query.

## Known failure modes

- Requesting more than 50 books returns an error or is capped
- Invalid limit value (non-integer or negative) may cause a validation error
- Payment failure via x402 protocol blocks access
- Empty result set unlikely but possible if shelf index is unavailable

## How this service works

Curated shelf: Congregational churches -- Missions -- Periodicals — 145 public-domain books including The American Missionary — Volume 42, No. 03, March, 1888, The American Missionary — Volume 34, No. 7, July, 1880, The American Missionary — Volume 49, No. 03, March, 1895. 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 books and periodicals on Congregational church missions (up to 50 entries, default 20), including titles like The American Missionary volumes, along with drill-down routes that can be used to retrieve full text for each item.

## 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 American Missionary — Volume 42, No. 03, March, 1888",
    "author": "Various",
    "book_id": 11764,
    "subjects": [],
    "download_count": 806
   }
  ],
  "count": 5,
  "shelf": "Congregational churches -- Missions -- Periodicals",
  "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/library-forgemesh-io-congregational-churches-missions-periodicals-shelf-3d672b73/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)
