Agentβ™₯︎Age
Catalog

io.github.steveweltman/4q-tokenz

Official

by steveweltman Β· TypeScript

Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.

MCP Proxy Gateway (io.github.steveweltman/4q-tokenz)

The io.github.steveweltman/4q-tokenz server is an intelligent MCP proxy that reduces token usage by exposing only a limited set of tools to LLMs. Its description states it provides access focused on mcp_search and mcp_call, rather than listing all tools from upstream MCP servers.

πŸ› οΈ Key Features

  • Acts as a context-aware MCP proxy gateway
  • Reduces token usage by avoiding full catalog exposure to the LLM
  • Exposes only mcp_search, mcp_call, and mcp_schema (as described)
  • Performs JIT tool loading by discovering upstream tools once

πŸš€ Use Cases

  • Connecting multiple MCP servers to an LLM without flooding the context window with tool schema documentation
  • Workspaces with many upstream tools (e.g., 50–100 tools across servers)

⚑ Developer Benefits

  • Limits schema/tool listing overhead per request to reduce token consumption
  • Simplifies the LLM-visible surface area to the proxy’s supported MCP tools

⚠️ Limitations

  • Only the proxy-exposed tools (mcp_search, mcp_call, mcp_schema) are available to the LLM

Related servers

More in Cloud & DevOps