diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d305777..a95542a 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -225,6 +225,19 @@ "homepage": "https://www.tinyfish.ai", "keywords": ["tinyfish", "tinyfish agent", "tinyfish web agent", "agentql"], "domains": ["tinyfish.ai", "agent.tinyfish.ai", "docs.tinyfish.ai"] + }, + { + "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 a48fa6d..5a52c7d 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -327,6 +327,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",