Show HN: Mcptoon – Token-efficient MCP CLI client
- AI
- Developer Tools
- Programming
mcptoon is a CLI client for MCP, the Model Context Protocol used to expose tools to LLM agents. Its pitch is simple: replace verbose JSON tool listings and outputs with a much shorter text format so agents spend fewer tokens on protocol overhead. The problem it is aiming at is real. People building MCP servers said even small integrations take real work if you want payloads that are interpretable and context-efficient, and many existing MCP servers dump huge schemas or bulky JSON that waste context.
If you are fighting MCP context bloat, do not trust character-level “compression” or headline token-savings claims without running the target tokenizer and measuring end-to-end task success. The practical path is thinner tool discovery, lazy schema loading, search over tools, or code-based inspection of large results rather than blindly stripping descriptions and schemas.
-
github.com
- Discuss on HN