Skip to content

curated: add Keenable (web search + fetch)#57

Open
ilya-bogin-keenable wants to merge 1 commit into
UsefulSoftwareCo:mainfrom
keenableai:add-keenable
Open

curated: add Keenable (web search + fetch)#57
ilya-bogin-keenable wants to merge 1 commit into
UsefulSoftwareCo:mainfrom
keenableai:add-keenable

Conversation

@ilya-bogin-keenable

Copy link
Copy Markdown

Adds a curated provider record for Keenable — web search and page-to-markdown fetch for agents, keyless out of the box.

Three surfaces, all vendor-published:

  • MCP — remote HTTP server at https://api.keenable.ai/mcp (tools: search_web_pages, fetch_page_content). Authless on the free tier; X-API-Key header raises limits.
  • RESThttps://api.keenable.ai; keyless /v1/search/public + /v1/fetch/public, keyed /v1/search + /v1/fetch.
  • CLIbrew install keenableai/tap/keenable-cli.

Everything in the record was grounded this session against the live service, per curated/GENERATION.md:

  • MCP initialize probe → 200, serverInfo: keenable-mcp-server 0.2.1 (authless; OAuth advertised but the vendor doesn't recommend it).
  • REST /v1/search/public and /v1/fetch/public probed live. Noted the two real gotchas: token-less requests must send an X-Keenable-Title header, and the key goes in X-API-Key (Bearer also accepted, X-API-Key wins).
  • auth.sources cites only the four docs pages actually fetched (Quickstart, MCP, Authentication, CLI); verified: true.

I'm from Keenable — happy to adjust anything to fit conventions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants