browse
Search & retrievalBrowses without a query: the most recent, or highest-ranked, passages — optionally within one vertical.
For agents whose job is to notice change rather than answer a question. A monitoring loop, a daily digest, or a first look at an unfamiliar vertical.
Arguments
| Name | Type | Description |
|---|---|---|
vertical | string | Restrict to a vertical. |
sort | string | recency or host_rank. |
limit | integer | Passage count. |
Returns:A window over the index in the standard hit shape.
Example
Prompt: “What has been published in the code vertical recently?”
{ "vertical": "code", "sort": "recency", "limit": 20 }Over HTTP
The same operation is available as GET /browse for anything that does not speak MCP.
curl -H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/browse?vertical=code&sort=recency&limit=20"Setup
One config block gives your client all 11 tools, including this one.
{
"mcpServers": {
"unlob": {
"command": "npx",
"args": ["-y", "@unlob/mcp"],
"env": { "UNLOB_API_KEY": "ulb_your_key_here" }
}
}
}Get a key and connect
10,000 free requests a month. MCP calls bill exactly like HTTP calls — one request each.