> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keenable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# de-anthropocentric research engine

> Keenable is one of the MCP servers the de-anthropocentric research engine ships with, pre-wired in its bundled config.

*Bundled MCP server*

Keenable is one of the seven MCP servers the de-anthropocentric research engine ships with, pre-wired in its bundled config.

→ [View the change on GitHub](https://github.com/yogsoth-ai/de-anthropocentric-research-engine/pull/29)

Copy the bundled example config and Keenable is already in it, and the engine's web-search skill lists it as a first-class provider so research runs can pick it explicitly.

## Install

### Copy the bundled MCP config

```bash theme={"dark"}
cp mcp.example.json .mcp.json
```

### What it wires up

```json theme={"dark"}
{
  "mcpServers": {
    "keenable": { "type": "http", "url": "https://api.keenable.ai/mcp" }
  }
}
```

### Use it

Research runs can name Keenable as the web-search provider and call `search_web_pages` / `fetch_page_content`. See the [MCP server reference](/mcp-server) for the full tool list.

<Note>
  Set `KEENABLE_API_KEY` to authenticate — this removes the hourly request cap. Without a key, calls run on the shared public tier at [lower rate limits](/rate-limits).
</Note>
