onetool-mcp: OneTool MCP is a single MCP server that bundles 100+ tools — Brave search, Google, Context7, AWS, Playwright, Chrome DevTools, Excel, database operations, and more. Instead of registering each tool individually and burning context on their definitions, agents write short Python code to call any tool on demand. Anthropic engineering research backs this approach: code execution reduces token usage by over 98%, cutting costs dramatically when agents need many external tools.; claude-slack-bridge: Claude ↔ Slack Bridge is a two-way bridge enabling Claude Code to pause and ask questions via Slack, wait for replies, and resume. It also allows tagging a bot in Slack to run Claude with full project context based on the channel. The system uses a daemon+session model for multiple concurrent sessions with zero polling.
Cutting MCP token overhead when an agent needs 10+ external tools
Claude needs human approval during a task: it posts a question to Slack, waits for a reply, and continues.