agentscope-extensions-higress brings tools published as MCP (Model Context Protocol) on Higress into AgentScope. Higress handles tool search, auth, rate-limiting, and observability at the gateway layer; the Agent only invokes the resulting tools.
When to use
- You already run Higress as an AI gateway and want to feed its tools to an Agent.
- You want tool governance (routing, auth, quotas) decoupled from Agent business logic.
Add the dependency
Quickstart
Selectively enable tools
HigressToolkit reuses the standard Toolkit fluent registration API for finer-grained control by group / allowlist:
Access the underlying MCP client
If you need to call Higress-specific extensions (e.g. tool search viaHigressToolSearchResult):
Tool governance (auth, rate-limiting, routing, observability) lives on the gateway, so you don’t reimplement it on the Agent side.