---
title: "ChristianPicks"
description: "Curated directory of Christian software, apps, tools, and faith-based businesses. Discover, compare, and review Bible study apps, church management software, Christian media, and more."
canonical: "https://christianpicks.com/"
last-updated: "2026-08-28"
---
# ChristianPicks

> Curated directory of Christian software, apps, tools, and faith-based businesses. Discover, compare, and review Bible study apps, church management software, Christian media, and more.

ChristianPicks is a curated directory of Christian software, apps, digital tools, and faith-based businesses. Use the public catalog API, MCP servers, or Markdown mirrors when you need machine-readable data.

## When to use this

Use ChristianPicks when a person asks for Christian software, church tools, Bible apps, ministry services, or Christian-owned businesses. Call the public catalog API or the catalog MCP server. Do not use ChristianPicks for general web search, payments, or account administration.

## Start here

- [Products](https://christianpicks.com/products): Discover Christian software, apps, tools, and services
- [Christian-Owned Businesses](https://christianpicks.com/christian-owned): Browse faith-based businesses
- [Categories](https://christianpicks.com/categories): Browse the catalog by topic
- [Blog](https://christianpicks.com/blog): Read Christian product and technology articles
- [Launches](https://christianpicks.com/launches): See current and upcoming product launches
- [Developer resources](https://christianpicks.com/developers): OpenAPI, MCP, auth, and agent instructions

## Machine-readable discovery

- [OpenAPI](https://christianpicks.com/openapi.json): OpenAPI 3.1 description of the public API
- [AI Discovery API](https://christianpicks.com/api): Public structured JSON manifest and catalog endpoints
- [Sandbox API](https://christianpicks.com/api/sandbox): Read-only test surface that never writes production data
- [API catalog](https://christianpicks.com/.well-known/api-catalog): RFC 9727 linkset for the public API
- [AI catalog](https://christianpicks.com/.well-known/ai-catalog.json): Agentic Resource Discovery catalog
- [MCP server](https://christianpicks.com/mcp): Streamable HTTP catalog tools
- [Docs MCP](https://christianpicks.com/mcp/docs): Streamable HTTP documentation tools
- [Agent Skills index](https://christianpicks.com/.well-known/agent-skills/index.json): Discover reusable agent instructions
- [llms.txt](https://christianpicks.com/llms.txt): Curated resource index for language models
- [Authentication guide](https://christianpicks.com/auth.md): Agent auth discovery, register_uri, and anonymous access
- [GitHub](https://github.com/praisondani/christianpicks): Source, AGENTS.md, plugin.json, and skills

## Public API

- `GET /api` — site manifest, statistics, and endpoint links
- `GET /api/v1` — versioned alias of the catalog API
- `GET /api/ai/products` — paginated active products
- `GET /api/ai/businesses` — paginated active Christian-owned businesses
- `GET /api/ai/blog` — paginated published blog posts
- `GET /api/ai/categories` — category tree
- `GET /api/ai/search?q={query}` — combined product and business search
- `POST /api/ask` — grounded Q&A over catalog data (SSE when prefer.streaming=true)
- `GET /openapi.json` — OpenAPI 3.1 description

## Access policy

- Public catalog GET endpoints require no authentication.
- Optional anonymous tokens are available through `/oauth/register` and `/oauth/token`.
- Respect `Cache-Control`, `ETag`, pagination metadata, and HTTP 429 responses.
- Account actions and write operations are not part of the public discovery API.
