From 8a775a847909b49f56d0265381c00799acf0c913 Mon Sep 17 00:00:00 2001 From: Ilya Bogin Date: Mon, 22 Jun 2026 18:28:49 +0300 Subject: [PATCH 1/3] Add Keenable Web Search to Search & Data Extraction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7db3e7af..6e48646bc 100644 --- a/README.md +++ b/README.md @@ -2477,6 +2477,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [just-every/mcp-screenshot-website-fast](https://github.com/just-every/mcp-screenshot-website-fast) 📇 🏠 - Fast screenshot capture tool optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing with configurable viewports and wait strategies for dynamic content. - [kagisearch/kagimcp](https://github.com/kagisearch/kagimcp) ☁️ 📇 – Official Kagi Search MCP Server - [kc23go/anybrowse](https://github.com/kc23go/anybrowse) [![kc23go/anybrowse MCP server](https://glama.ai/mcp/servers/kc23go/anybrowse/badges/score.svg)](https://glama.ai/mcp/servers/kc23go/anybrowse) 📇 ☁️ - Convert any URL to LLM-ready Markdown via real Chrome browsers. 3 tools: scrape, crawl, search. Free via MCP, pay-per-use via x402. Remote MCP endpoint: `https://anybrowse.dev/mcp` +- [keenableai/keenable-mcp](https://github.com/keenableai/keenable-mcp) 🎖️ 📇 ☁️ - Live web search and clean-markdown page fetch over the Keenable web index. Two tools: `search_web_pages`, `fetch_page_content`. 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`. - [konippi/servo-fetch](https://github.com/konippi/servo-fetch) [![konippi/servo-fetch MCP server](https://glama.ai/mcp/servers/konippi/servo-fetch/badges/score.svg)](https://glama.ai/mcp/servers/konippi/servo-fetch) 🦀 🏠 🍎 🪟 🐧 - Chromium-free web content extraction in a single binary. Fetch, render, crawl, and screenshot powered by the Servo browser engine with a built-in MCP server. - [kehvinbehvin/json-mcp-filter](https://github.com/kehvinbehvin/json-mcp-filter) ️🏠 📇 – Stop bloating your LLM context. Query & Extract only what you need from your JSON files. - [kimdonghwi94/Web-Analyzer-MCP](https://github.com/kimdonghwi94/web-analyzer-mcp) 🐍 🏠 🍎 🪟 🐧 - Extracts clean web content for RAG and provides Q&A about web pages. From c363e43cb1285356053a7f239d3252a02e3b2c00 Mon Sep 17 00:00:00 2001 From: Ilya Bogin Date: Wed, 24 Jun 2026 13:40:04 +0300 Subject: [PATCH 2/3] Add Glama score badge to Keenable Web Search entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e48646bc..1b29ca938 100644 --- a/README.md +++ b/README.md @@ -2477,7 +2477,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [just-every/mcp-screenshot-website-fast](https://github.com/just-every/mcp-screenshot-website-fast) 📇 🏠 - Fast screenshot capture tool optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing with configurable viewports and wait strategies for dynamic content. - [kagisearch/kagimcp](https://github.com/kagisearch/kagimcp) ☁️ 📇 – Official Kagi Search MCP Server - [kc23go/anybrowse](https://github.com/kc23go/anybrowse) [![kc23go/anybrowse MCP server](https://glama.ai/mcp/servers/kc23go/anybrowse/badges/score.svg)](https://glama.ai/mcp/servers/kc23go/anybrowse) 📇 ☁️ - Convert any URL to LLM-ready Markdown via real Chrome browsers. 3 tools: scrape, crawl, search. Free via MCP, pay-per-use via x402. Remote MCP endpoint: `https://anybrowse.dev/mcp` -- [keenableai/keenable-mcp](https://github.com/keenableai/keenable-mcp) 🎖️ 📇 ☁️ - Live web search and clean-markdown page fetch over the Keenable web index. Two tools: `search_web_pages`, `fetch_page_content`. 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`. +- [keenableai/keenable-mcp](https://github.com/keenableai/keenable-mcp) [![keenableai/keenable-mcp MCP server](https://glama.ai/mcp/servers/keenableai/keenable-mcp/badges/score.svg)](https://glama.ai/mcp/servers/keenableai/keenable-mcp) 🎖️ 📇 ☁️ - Live web search and clean-markdown page fetch over the Keenable web index. Two tools: `search_web_pages`, `fetch_page_content`. 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`. - [konippi/servo-fetch](https://github.com/konippi/servo-fetch) [![konippi/servo-fetch MCP server](https://glama.ai/mcp/servers/konippi/servo-fetch/badges/score.svg)](https://glama.ai/mcp/servers/konippi/servo-fetch) 🦀 🏠 🍎 🪟 🐧 - Chromium-free web content extraction in a single binary. Fetch, render, crawl, and screenshot powered by the Servo browser engine with a built-in MCP server. - [kehvinbehvin/json-mcp-filter](https://github.com/kehvinbehvin/json-mcp-filter) ️🏠 📇 – Stop bloating your LLM context. Query & Extract only what you need from your JSON files. - [kimdonghwi94/Web-Analyzer-MCP](https://github.com/kimdonghwi94/web-analyzer-mcp) 🐍 🏠 🍎 🪟 🐧 - Extracts clean web content for RAG and provides Q&A about web pages.