From bd9ce43d383e64c358fe2c005c3eeda94a02d667 Mon Sep 17 00:00:00 2001 From: Idan Levin Date: Wed, 27 May 2026 10:47:35 +0300 Subject: [PATCH 1/2] Add webmcp.cool and Ask nekuda to Tools webmcp.cool: a live, curated directory of WebMCP-enabled websites with an agent-facing JSON API for programmatic discovery. Also registers WebMCP tools of its own. Ask nekuda: Chrome side-panel AI assistant that picks up page tools registered via WebMCP and surfaces them alongside built-in browsing tools. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3ebe89..1442132 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ - [Collection of WebMCP tools](https://github.com/GoogleChromeLabs/webmcp-tools/) by Google Chrome Labs - [webmaxru/agent-skills: WebMCP](https://github.com/webmaxru/agent-skills/tree/main/skills/webmcp) - Agent skill for implementing and debugging browser WebMCP integrations in JavaScript and TypeScript web apps - [Conscriba](https://conscriba.com/) — Automatic WebMCP Creation for AI Agents, Analytics & Tracking +- [webmcp.cool](https://webmcp.cool/) — Live directory of WebMCP-enabled websites with a JSON API for agent-side discovery. +- [Ask nekuda](https://chromewebstore.google.com/detail/ask-nekuda/amochnnbmnkjjlblolhpddkokhnalkjp) — Chrome side-panel AI assistant that picks up WebMCP tools exposed by the active tab; BYOK or hosted Gemini. [Source](https://github.com/nekuda-ai/nekuda-assistant-web-extension). ## Tutorials From cfa4d8ee3105ee9c11d2d91417544819b1194367 Mon Sep 17 00:00:00 2001 From: Idan Levin <67044900+Idan-Levin@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:17:31 +0300 Subject: [PATCH 2/2] Switch webmcp.cool to webmcp.com and remove Ask nekuda source link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1442132..e2101fe 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ - [Collection of WebMCP tools](https://github.com/GoogleChromeLabs/webmcp-tools/) by Google Chrome Labs - [webmaxru/agent-skills: WebMCP](https://github.com/webmaxru/agent-skills/tree/main/skills/webmcp) - Agent skill for implementing and debugging browser WebMCP integrations in JavaScript and TypeScript web apps - [Conscriba](https://conscriba.com/) — Automatic WebMCP Creation for AI Agents, Analytics & Tracking -- [webmcp.cool](https://webmcp.cool/) — Live directory of WebMCP-enabled websites with a JSON API for agent-side discovery. -- [Ask nekuda](https://chromewebstore.google.com/detail/ask-nekuda/amochnnbmnkjjlblolhpddkokhnalkjp) — Chrome side-panel AI assistant that picks up WebMCP tools exposed by the active tab; BYOK or hosted Gemini. [Source](https://github.com/nekuda-ai/nekuda-assistant-web-extension). +- [webmcp.com](https://webmcp.com/) — Live directory of WebMCP-enabled websites with a JSON API for agent-side discovery. +- [Ask nekuda](https://chromewebstore.google.com/detail/ask-nekuda/amochnnbmnkjjlblolhpddkokhnalkjp) — Chrome side-panel AI assistant that picks up WebMCP tools exposed by the active tab; BYOK or hosted Gemini. ## Tutorials