Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

shutup-mcp

Zero-config MCP proxy that hides 99% of tools

Zero-config MCP proxy that shows agents only the tools they actually need — 98% token reduction, no API keys. - hjs-spec/shutup-mcp

Top comment

I built this after watching my Claude Code setup burn ~60,000 tokens just loading tool definitions from four MCP servers—before I even typed a prompt. The problem: MCP gives agents access to hundreds of tools, but every tool description eats context. Redis published data showing the same thing—167 tools, 42% selection accuracy, 60K tokens of overhead per session. In production, it can hit 150K+ tokens. The agent spends more time deciding what to use than actually solving your problem. Existing solutions fell into two buckets: - Manual whitelists (mcpwrapped, MCP Funnel): You have to know in advance which tools to hide. With 100+ tools across multiple servers, that's a part-time job. - Commercial platforms (Stacklok, Redis): Excellent accuracy (Stacklok hits 94%), but closed-source or require Redis infrastructure. I wanted something that: 1. Works out of the box with my existing claude_desktop_config.json 2. Figures out which tools I need based on what I'm actually trying to do 3. Runs 100% locally, no API keys, no telemetry 4. Is open-source and dead simple to contribute to So I built `shutup-mcp` in about 200 lines of Python. It aggregates tools from all your MCP servers, builds a local embedding index (all-MiniLM-L6-v2, ~80MB), and filters tools by intent before the agent sees them. Token reduction in my testing is ~98%—similar to what Redis and Atlassian reported with comparable approaches. It's v0.1.0, so there's plenty left to build (dynamic re-filtering per message is next). I'd love feedback from anyone else hitting MCP tool sprawl—what's your current workaround? Regex filters? Specialized agents? Just eating the token cost? Thanks for checking it out. Happy to answer any questions in the comments.

About shutup-mcp on Product Hunt

Zero-config MCP proxy that hides 99% of tools

shutup-mcp launched on Product Hunt on April 14th, 2026 and earned 66 upvotes and 4 comments, placing #39 on the daily leaderboard. Zero-config MCP proxy that shows agents only the tools they actually need — 98% token reduction, no API keys. - hjs-spec/shutup-mcp

On the analytics side, shutup-mcp competes within User Experience, Developer Tools, Artificial Intelligence and GitHub — topics that collectively have 1.4M followers on Product Hunt. The dashboard above tracks how shutup-mcp performed against the three products that launched closest to it on the same day.

Who hunted shutup-mcp?

shutup-mcp was hunted by yuqiang@JEP. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of shutup-mcp including community comment highlights and product details, visit the product overview.