corpus
C
corpus
/search

search

Semantic + lexical search over the corpus. Returns verses, documents, track passages and titles matching a natural-language query, each with the id needed to fe

liveverifiedunknown~5s typical
mcpprobedcorpus
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-listentosadhu-corpus /search for me.

Input

FieldTypeDescription
author_idstringCommentator (document) / speaker (track).
date_fromstringTrack date lower bound YYYY-MM-DD.
date_tostringTrack date upper bound YYYY-MM-DD.
kindstringDocument (commentary|prose_chapter|letter) or track (lecture|conversation) subtype.
langstringResult language (ISO-639-1).
limitnumberMax results (default 10, max 50).
location_idstringTrack location.
min_scorenumberDrop hits scoring below this cosine floor (0..1, default 0 = no floor).
query*stringNatural-language query.
sourcestringRestrict to a book ("BG" / source_id).
tokensstringWith source, restrict to a reference. A bare chapter number covers the WHOLE chapter ("7"
typesarraySubset of verse|document|track|title|media (default all). A `media` hit is a short video c

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-listentosadhu-corpus","endpoint":"/search","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-app-listentosadhu-corpus -e /search -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-app-listentosadhu-corpus", endpoint: "/search", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.