From c6a4a2152f844245558b13fac889ba7263bc3da0 Mon Sep 17 00:00:00 2001 From: Ilya Bogin Date: Fri, 24 Jul 2026 15:12:04 +0300 Subject: [PATCH] Add Keenable plugin (keyless web search + page extraction) --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 22 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 606d521..d14020d 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -185,6 +185,19 @@ "homepage": "https://github.com/stripe/ai", "keywords": ["stripe", "stripe payments", "stripe connect", "stripe mcp", "stripe billing"], "domains": ["stripe.com", "docs.stripe.com", "dashboard.stripe.com"] + }, + { + "name": "keenable", + "description": "Keyless web search and page-content extraction via Keenable's hosted MCP server — no signup or API key needed (rate-limited public path; set KEENABLE_API_KEY to raise limits). search_web_pages returns ranked results with snippets; fetch_page_content reads any URL as clean markdown. Includes web-research and deep-research skills.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/keenableai/keenable-grok-plugin.git", + "sha": "350fd05a76a3e7bc6b6dbef616f30c9d08ce6c90" + }, + "homepage": "https://keenable.ai", + "keywords": ["keenable", "keenable search", "keenable ai"], + "domains": ["keenable.ai", "docs.keenable.ai", "api.keenable.ai"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 8379dd3..6d58669 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -293,6 +293,28 @@ ] } }, + "keenable": { + "sha": "350fd05a76a3e7bc6b6dbef616f30c9d08ce6c90", + "version": "1.0.0", + "components": { + "mcpServers": [ + { + "name": "keenable", + "description": "http" + } + ], + "skills": [ + { + "name": "keenable-deep-research", + "description": "Run comprehensive multi-source web research with Keenable and synthesize a cited answer. Use for literature reviews, ma…" + }, + { + "name": "keenable-web", + "description": "Search and read the web with Keenable. Use for current information, source discovery, and extracting clean content from…" + } + ] + } + }, "mongodb": { "sha": "9ea7387c7a1638604542c6efd52e5efc6a7fc393", "version": "1.1.0",