de-anthropocentric research engine

Integrations › de-anthropocentric research engine

Bundled MCP server

The engine bundles seven MCP servers; Brave and Tavily both require a key, Keenable does not. 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.

Setup

  1. 1Copy the bundled MCP config

    The keenable entry needs no edits:

    bash
    cp mcp.example.json .mcp.json
  2. 2What it wires up
    json
    {
      "mcpServers": {
        "keenable": { "type": "http", "url": "https://api.keenable.ai/mcp" }
      }
    }
  3. 3Use it

    Research runs can name Keenable as the web-search provider and call search_web_pages / fetch_page_content.

Keyless by default; set KEENABLE_API_KEY to lift the rate limits.

View the change on GitHub →