Skip to main content
Keenable provides web search and content access for AI agents. There are three ways in — for an agent, MCP is the recommended one; the CLI wires it up and searches from the terminal, and the REST API is there when you want to call the endpoints directly.

MCP

Add tools to your agent — the recommended path

CLI

Search from the terminal, and configure MCP in one command

REST API

Call the endpoints directly over HTTP
Install the CLI with your preferred method:
Then authenticate — this stores your credentials so every command and every MCP client the CLI configures below picks them up:
To give your agents web search, set up MCP. The CLI can configure it for all supported agents in one command:
This sets up Claude Code, Cursor, Windsurf, and other detected clients. See MCP for manual setup. Once installed, run a search straight from the terminal:

Prefer raw HTTP?

The REST API is a first-class way in — no CLI, no MCP. POST your query with your key in the X-API-Key header:
See the API reference for every endpoint, the keyless /public twins, and playgrounds you can call with your own key. For an agent, though, MCP is the smoother path — it hands the tools to the model directly rather than leaving it to compose HTTP calls. That’s it. See authentication for API keys and rate limits for the request caps that apply.