curated: add Keenable (web search + fetch)#57
Open
ilya-bogin-keenable wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
https://api.keenable.ai/mcp(tools:search_web_pages,fetch_page_content). Authless on the free tier;X-API-Keyheader raises limits.https://api.keenable.ai; keyless/v1/search/public+/v1/fetch/public, keyed/v1/search+/v1/fetch.brew install keenableai/tap/keenable-cli.Everything in the record was grounded this session against the live service, per
curated/GENERATION.md:initializeprobe →200,serverInfo: keenable-mcp-server 0.2.1(authless; OAuth advertised but the vendor doesn't recommend it)./v1/search/publicand/v1/fetch/publicprobed live. Noted the two real gotchas: token-less requests must send anX-Keenable-Titleheader, and the key goes inX-API-Key(Bearer also accepted,X-API-Keywins).auth.sourcescites only the four docs pages actually fetched (Quickstart, MCP, Authentication, CLI);verified: true.I'm from Keenable — happy to adjust anything to fit conventions.