Submit

Keenable Web Search

@keenableai

Live web search and clean-markdown page fetch over the Keenable web index. Two tools: search_web_pages (live web search with site/date filters) and fetch_page_content (URL to clean markdown). Keyless by default (1,000 req/hour); an optional API key lifts the cap. Hosted Streamable HTTP at https://api.keenable.ai/mcp, or run npx -y @keenable/mcp.
Overview

Keenable Web Search

MCP server for live web search and clean-markdown page fetch over the Keenable web index.

  • Hosted endpoint: https://api.keenable.ai/mcp (Streamable HTTP)
  • Keyless by default (1,000 requests/hour); an optional API key lifts the cap.

Tools

  • search_web_pages — live web search. Required: query. Optional: mode, site, published_after/published_before, acquired_after/acquired_before.
  • fetch_page_content — fetch a URL and return clean markdown. Required: url. Optional: max_chars (default 50000).

Install

{
    "mcpServers": {
      "keenable": {
        "type": "streamable-http",
        "url": "https://api.keenable.ai/mcp"
      }
    }
  }

Stdio (Claude Desktop config, etc.)

  {
    "mcpServers": {
      "keenable": {
        "command": "npx",
        "args": ["-y", "@keenable/mcp"]
      }
    }
  }

API key (optional)

Keenable is keyless by default. To lift the hourly cap, pass a key as X-API-Key (remote) or KEENABLE_API_KEY (stdio).

Server Config

{
  "mcpServers": {
    "keenable": {
      "command": "npx",
      "args": [
        "-y",
        "@keenable/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.