From 78cd742364abe181be02c3128dc2b5ce4b7c29ac Mon Sep 17 00:00:00 2001 From: Achintya Ashok Date: Thu, 14 Aug 2025 12:12:41 -0400 Subject: [PATCH 1/2] docs: add HyperTool MCP to community servers list adds https://github.com/toolprint/hypertool-mcp to the community servers list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 566bd8b774..01cef95fbf 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Human-use](https://github.com/RapidataAI/human-use)** - Instant human feedback through an MCP, have your AI interact with humans around the world. Powered by [Rapidata](https://www.rapidata.ai/) - **[Hyperledger Fabric Agent Suite](https://github.com/padmarajkore/hlf-fabric-agent)** - Modular toolkit for managing Fabric test networks and chaincode lifecycle via MCP tools. - **[Hyperliquid](https://github.com/mektigboy/server-hyperliquid)** - An MCP server implementation that integrates the Hyperliquid SDK for exchange data. +- **[hypertool-mcp](https://github.com/toolprint/hypertool-mcp)** – An MCP that exposes hot-swappable, persona-specific sets of tools from multiple MCP servers to cut down on tool overload and get around tool-binding limits with many MCPs. - **[hyprmcp](https://github.com/stefanoamorelli/hyprmcp)** (by Stefano Amorelli) - Lightweight MCP server for `hyprland`. - **[iFlytek SparkAgent Platform](https://github.com/iflytek/ifly-spark-agent-mcp)** - This is a simple example of using MCP Server to invoke the task chain of the iFlytek SparkAgent Platform. - **[iFlytek Workflow](https://github.com/iflytek/ifly-workflow-mcp-server)** - Connect to iFlytek Workflow via the MCP server and run your own Agent. From cd2df6fa32d054986d97bbd2ecd71ed6664e5ec8 Mon Sep 17 00:00:00 2001 From: Achintya Ashok Date: Thu, 14 Aug 2025 12:15:26 -0400 Subject: [PATCH 2/2] docs: updates the description for HypertoolMCP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cef95fbf..3816c273e2 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Human-use](https://github.com/RapidataAI/human-use)** - Instant human feedback through an MCP, have your AI interact with humans around the world. Powered by [Rapidata](https://www.rapidata.ai/) - **[Hyperledger Fabric Agent Suite](https://github.com/padmarajkore/hlf-fabric-agent)** - Modular toolkit for managing Fabric test networks and chaincode lifecycle via MCP tools. - **[Hyperliquid](https://github.com/mektigboy/server-hyperliquid)** - An MCP server implementation that integrates the Hyperliquid SDK for exchange data. -- **[hypertool-mcp](https://github.com/toolprint/hypertool-mcp)** – An MCP that exposes hot-swappable, persona-specific sets of tools from multiple MCP servers to cut down on tool overload and get around tool-binding limits with many MCPs. +- **[Hypertool](https://github.com/toolprint/hypertool-mcp)** – MCP that let's you create hot-swappable, "persona toolsets" from multiple MCP servers to reduce tool overload and improve tool execution. - **[hyprmcp](https://github.com/stefanoamorelli/hyprmcp)** (by Stefano Amorelli) - Lightweight MCP server for `hyprland`. - **[iFlytek SparkAgent Platform](https://github.com/iflytek/ifly-spark-agent-mcp)** - This is a simple example of using MCP Server to invoke the task chain of the iFlytek SparkAgent Platform. - **[iFlytek Workflow](https://github.com/iflytek/ifly-workflow-mcp-server)** - Connect to iFlytek Workflow via the MCP server and run your own Agent.