From 79f693a17401ea4c21fc84cf7c9f8e1d2ef84826 Mon Sep 17 00:00:00 2001 From: webtoolbox Date: Mon, 29 Jun 2026 13:33:29 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Add=20Website=20Toolbox=20MCP=20server=20?= =?UTF-8?q?=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..a341bec58 100644 --- a/README.md +++ b/README.md @@ -705,6 +705,7 @@ Integration with communication platforms for message management and channel oper - [wyattjoh/imessage-mcp](https://github.com/wyattjoh/imessage-mcp) 📇 🏠 🍎 - A Model Context Protocol server for reading iMessage data from macOS. - [wyattjoh/jmap-mcp](https://github.com/wyattjoh/jmap-mcp) 📇 ☁️ - A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library. - [wazionapps/mcp-server](https://github.com/wazionapps/mcp-server) [![wazion-mcp-server MCP server](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server) 📇 ☁️ - 244 WhatsApp Business tools: send messages, automate workflows, run campaigns, and manage CRM. Streamable HTTP + stdio. +- [webtoolbox/websitetoolbox-mcp](https://github.com/webtoolbox/websitetoolbox-mcp) 📇 🏠 - Model Context Protocol server for the Website Toolbox forum platform. Exposes the Forum REST API as MCP tools for Categories, Topics, Posts, Users, User Groups, Conversations, Messages, Moderators, Tags, and Page Views. - [windborne/zulipmcp](https://github.com/windborne/zulipmcp) [![windborne/zulipmcp MCP server](https://glama.ai/mcp/servers/windborne/zulipmcp/badges/score.svg)](https://glama.ai/mcp/servers/windborne/zulipmcp) 🐍 ☁️ - Run AI agents in Zulip as @mentionable bots — or wire into any MCP client. Real-time listening, session management, file handling. - [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - MCP server for WhatsApp Business Platform by YCloud. - [yjcho9317/nworks](https://github.com/yjcho9317/nworks) [![nworks MCP server](https://glama.ai/mcp/servers/yjcho9317/nworks/badges/score.svg)](https://glama.ai/mcp/servers/yjcho9317/nworks) 📇 🏠 🍎 🪟 🐧 - NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly. From 5f80dc24d3954b6a58288bd115caf853bc221cce Mon Sep 17 00:00:00 2001 From: webtoolbox Date: Mon, 29 Jun 2026 13:35:00 -0500 Subject: [PATCH 2/3] Update Website Toolbox MCP entry display name Renamed entry from 'webtoolbox/websitetoolbox-mcp' to 'Website Toolbox MCP' for consistency with the naming convention used by the project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a341bec58..a5ca25dad 100644 --- a/README.md +++ b/README.md @@ -705,7 +705,7 @@ Integration with communication platforms for message management and channel oper - [wyattjoh/imessage-mcp](https://github.com/wyattjoh/imessage-mcp) 📇 🏠 🍎 - A Model Context Protocol server for reading iMessage data from macOS. - [wyattjoh/jmap-mcp](https://github.com/wyattjoh/jmap-mcp) 📇 ☁️ - A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library. - [wazionapps/mcp-server](https://github.com/wazionapps/mcp-server) [![wazion-mcp-server MCP server](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server) 📇 ☁️ - 244 WhatsApp Business tools: send messages, automate workflows, run campaigns, and manage CRM. Streamable HTTP + stdio. -- [webtoolbox/websitetoolbox-mcp](https://github.com/webtoolbox/websitetoolbox-mcp) 📇 🏠 - Model Context Protocol server for the Website Toolbox forum platform. Exposes the Forum REST API as MCP tools for Categories, Topics, Posts, Users, User Groups, Conversations, Messages, Moderators, Tags, and Page Views. +- [Website Toolbox MCP](https://github.com/webtoolbox/websitetoolbox-mcp) 📇 🏠 - MCP server for the Website Toolbox forum platform. Exposes the Forum REST API as MCP tools for Categories, Topics, Posts, Users, User Groups, Conversations, Messages, Moderators, Tags, and Page Views. - [windborne/zulipmcp](https://github.com/windborne/zulipmcp) [![windborne/zulipmcp MCP server](https://glama.ai/mcp/servers/windborne/zulipmcp/badges/score.svg)](https://glama.ai/mcp/servers/windborne/zulipmcp) 🐍 ☁️ - Run AI agents in Zulip as @mentionable bots — or wire into any MCP client. Real-time listening, session management, file handling. - [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - MCP server for WhatsApp Business Platform by YCloud. - [yjcho9317/nworks](https://github.com/yjcho9317/nworks) [![nworks MCP server](https://glama.ai/mcp/servers/yjcho9317/nworks/badges/score.svg)](https://glama.ai/mcp/servers/yjcho9317/nworks) 📇 🏠 🍎 🪟 🐧 - NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly. From c737a10f63d2d67f97b7612c31bafd8d7af949e9 Mon Sep 17 00:00:00 2001 From: webtoolbox Date: Mon, 29 Jun 2026 23:02:02 -0500 Subject: [PATCH 3/3] fix: use full owner/repo format and add Glama badge - Rename entry from 'Website Toolbox MCP' to 'webtoolbox/websitetoolbox-mcp' - Add Glama score badge per listing requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ca25dad..ae65870b7 100644 --- a/README.md +++ b/README.md @@ -705,7 +705,7 @@ Integration with communication platforms for message management and channel oper - [wyattjoh/imessage-mcp](https://github.com/wyattjoh/imessage-mcp) 📇 🏠 🍎 - A Model Context Protocol server for reading iMessage data from macOS. - [wyattjoh/jmap-mcp](https://github.com/wyattjoh/jmap-mcp) 📇 ☁️ - A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library. - [wazionapps/mcp-server](https://github.com/wazionapps/mcp-server) [![wazion-mcp-server MCP server](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@wazionapps/wazion-mcp-server) 📇 ☁️ - 244 WhatsApp Business tools: send messages, automate workflows, run campaigns, and manage CRM. Streamable HTTP + stdio. -- [Website Toolbox MCP](https://github.com/webtoolbox/websitetoolbox-mcp) 📇 🏠 - MCP server for the Website Toolbox forum platform. Exposes the Forum REST API as MCP tools for Categories, Topics, Posts, Users, User Groups, Conversations, Messages, Moderators, Tags, and Page Views. +- [webtoolbox/websitetoolbox-mcp](https://github.com/webtoolbox/websitetoolbox-mcp) [![webtoolbox/websitetoolbox-mcp MCP server](https://glama.ai/mcp/servers/webtoolbox/websitetoolbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/webtoolbox/websitetoolbox-mcp) 📇 🏠 - MCP server for the Website Toolbox forum platform. Exposes the Forum REST API as MCP tools for Categories, Topics, Posts, Users, User Groups, Conversations, Messages, Moderators, Tags, and Page Views. - [windborne/zulipmcp](https://github.com/windborne/zulipmcp) [![windborne/zulipmcp MCP server](https://glama.ai/mcp/servers/windborne/zulipmcp/badges/score.svg)](https://glama.ai/mcp/servers/windborne/zulipmcp) 🐍 ☁️ - Run AI agents in Zulip as @mentionable bots — or wire into any MCP client. Real-time listening, session management, file handling. - [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - MCP server for WhatsApp Business Platform by YCloud. - [yjcho9317/nworks](https://github.com/yjcho9317/nworks) [![nworks MCP server](https://glama.ai/mcp/servers/yjcho9317/nworks/badges/score.svg)](https://glama.ai/mcp/servers/yjcho9317/nworks) 📇 🏠 🍎 🪟 🐧 - NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly.