keenable-cli is a single-binary CLI for Keenable — configure MCP for your AI clients, search the web, and manage API keys from the terminal.
No API key is needed to get started with the CLI. To raise rate limits on the CLI, please log in. To learn more, see authentication.
Installation
Quick start
Authentication
MCP setup
Search
Date and time filters
--acquired-after, --acquired-before, --published-after, and --published-before each accept one of the following formats:
- Date in RFC 3339
full-dateform (YYYY-MM-DD) — resolves to00:00:00UTC on that date. - Timestamp in ISO 8601 form (
YYYY-MM-DDTHH:MM:SS[.sss][±HH:MM]). When a timezone offset is not provided, the timezone is interpreted as UTC. - Relative delta (
<number><unit>, e.g.7d,30min) — resolves to the request time minus the delta, truncated to minute precision. Supported units:min(minutes),h(hours),d(days),mo(months),y(years).
2026-05-18T14:23:45Z, --acquired-after 2h resolves to 2026-05-18T12:23:00Z — a document acquired at 12:22:59Z is dropped, one acquired at 12:23:00Z is kept.