nowfound

Alternatives

Products that do what MCP server gives your agent a budget (save tokens, get smarter results) does

As a consultant I foot my own Cursor bills, and last month was $1,263. Opus is too good not to use, but there's no way to cap spending per session. After blowing through my Ultra limit, I realized how token-hungry Cursor + Opus really is. It spins up sub-agents, balloons the context window, and suddenly, a task I expected to cost $2 comes back at $8. My bill kept going up, but was I really going to switch to a worse model? No. So I built l6e: an MCP server that gives your agent the ability to budget. It works with Cursor, Claude Code, Windsurf, Openclaw, and every MCP-compatible application.…

  1. 1

    Send any website components to Cursor or Claude via MCP

    2025

  2. 2LW

    Some technical context on what we ran into building this. MCP tools don't really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window. And data vendors pack dozens of tools into a single MCP server, schemas alone can eat 50k+ tokens before the agent does anything useful. So we auto-generate typed Python modules from the MCP schemas at workspace init and upload them into the sandbox. The agent just imports them like a normal library. Only a one-line summary per server stays in the prompt. We have around 80…

    Apr 2026 · github.com

  3. 3

    Create, backtest, and execute trades directly in Claude.

    2025

  4. 4

    Give AI agents access to real-time data across 200+ apps

    May 2026 · apideck.com

  5. 5PS

    I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself. Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it. 314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them. Same browser automation, way less overhead. Works as a Claude Code plugin or manual install. Token limit issue:…

    Oct 2025 · github.com

  6. 6AM

    Hey all - I work at Vantage, a FinOps platform. I know AI is peak hype right now. But it has definitely changed some of our dev workflows already. So we wanted to find a way to let our customers experiment with how they can use AI to make their cloud cost management work more productive. The MCP Server acts as a connector between LLMs (right now only Claude, Cursor support it but ChatGPT and Google Gemini coming soon) and your cost and usage data on Vantage which supports 20+ cloud infra providers including AWS, Datadog, Mongo, etc. (You have to have a Vantage account to use it since it's…

    2025

  7. 7CC

    Hi all! I normally work on the PyTorch project but I've been on baby leave for the past month, so I've been playing around with AI as a user rather than a framework implementor. I really liked the agent experience with Claude Code, but I couldn't really justify spending so many dollars on API costs for random side projects. I already pay for a Claude Pro subscription though, and it turns out you can simulate many of Claude Code's features with an MCP. If you have a Pro subscription, check this out! I think it really captures the Claude Code experience quite well, without forcing you to pay…

    2025 · github.com

  8. 8

    The most performant Ads MCP available to use with Your AI

    Mar 2026 · syntermedia.ai

  9. 9CM

    Every MCP tool call dumps raw data into Claude Code's 200K context window. A Playwright snapshot costs 56 KB, 20 GitHub issues cost 59 KB. After 30 minutes, 40% of your context is gone. I built an MCP server that sits between Claude Code and these outputs. It processes them in sandboxes and only returns summaries. 315 KB becomes 5.4 KB. It supports 10 language runtimes, SQLite FTS5 with BM25 ranking for search, and batch execution. Session time before slowdown goes from ~30 min to ~3 hours. MIT licensed, single command install: /plugin marketplace add mksglu/claude-context-mode…

    Feb 2026 · github.com

  10. 10
    Fensory20

    Turn Claude or ChatGPT into your personal trading desk

    5d ago · fensory.com

  11. 11MM

    Hi HN! I'm Noah, an ordinary guy that got really interested in MCP about a month ago when I downloaded Cursor. It's been super exciting to see companies around the world launch their own MCP servers empowering AI to do more. Unfortunately, I got a bit overwhelmed setting up MCP servers across my clients like Claude Desktop, Cursor, and Claude Code, so I figured I'd take a shot at building an open-source tool to help others and myself! So yeah, I built a CLI tool that enables you to quickly get MCP servers from the Web integrated with your clients like Cursor and Claude Desktop. You can use…

    2025 · github.com

  12. 12

    Cut your AI coding bill 70% with automatic task routing

    Apr 2026 · coderouter.io

  13. 13

    222 production MCP skills for Claude Code and Cursor

    Jul 2026 · avasis.ai

  14. 14AA

    I'm a solo dev in Taiwan. I built 4 AI agents that handle content, sales leads, security scanning, and ops for my tech agency — all on Gemini 2.5 Flash free tier (1,500 req&#x2F;day). I use ~105. Monthly LLM cost: $0. Architecture: 4 agents on OpenClaw (open source), running on WSL2 at home with 25 systemd timers. What they do every day: - Generate 8 social posts across platforms (quality-gated: generate → self-review → rewrite if score < 7&#x2F;10) - Engage with community posts and auto-reply to comments (context-aware, max 2 rounds) - Research via RSS + HN API + Jina Reader → feed…

    Mar 2026

  15. 15WM

    I’m the developer behind the Web MCP at Bright Data. We just launched a free tier so any AI Engineer&#x2F; Vibe coder can give their LLM real web access — 5,000 requests&#x2F;month at no cost. Unlike most MCP servers that wrap a single SaaS API (e.g. Gmail, GitHub), the Web MCP wraps the entire internet. It handles JS-heavy sites, auto-solves CAPTCHAs, and returns clean Markdown your model can use. Free tier includes: search_engine → search results from Google&#x2F;Bing&#x2F;Yandex scrape_as_markdown → fetch any URL as clean, LLM-friendly Markdown (with CAPTCHA handling) Quick start:…

    2025 · github.com

  16. 16CS

    Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests &#x2F; responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo&#x2F;context? People usually accumulate skills, agents, MCP servers,…

    Jun 2026 · github.com

  17. 17MJ

    My friends and I built MCP Jetpack which makes it really easy to start using MCP. It’s an MCP server that automatically finds and executes the right tools needed to accomplish your task without having to manage MCP servers for each service (GitHub, Linear, Atlassian, Notion etc.). Once you add it to Cursor (or any other AI app with MCP support), Cursor instantly gets access to a growing library of remote MCP servers without any extra setup. For services that require authentication, you will be asked to login the first time you ask your AI to interact with that service. Two problems we are…

    2025 · mcpjetpack.com

  18. 18AM

    Hey HN, I noticed there are 1,000+ MCP skills on GitHub with zero way for creators to charge for them. So I built Agent37. Selling Claude skills today means asking customers to download your skill, set up Claude Code on their laptops, configure MCP servers, and pray it works. No trial, no updates, often you're just handing over the source. Agent37 lets creators upload a skill, share a link, and anyone can try it instantly (no Claude account needed). Built-in Stripe, creators keep 80%. Looking for feedback on the approach. Would you use something like this?

    Dec 2025 · agent37.com

  19. 19

    Use models like Opus 4.6 with no limits and at your ease.

    Apr 2026 · thefixer.in

  20. 20MM

    Hey HN! I’m Gui from deco (decocms.com). We’ve been using this tool internally as the foundation for a few customer AI platforms, and today we’re open-sourcing it as MCP Mesh. MCP is quickly becoming the standard for agentic systems, but… once you go past a couple servers it turns into the same problems for every team: - M×N config sprawl (every client wired to every server, each with its own JSON + ports + retries) - Token + tool bloat (dumping tool definitions into every prompt doesn’t scale) - Credentials + blast radius (tokens scattered across clients, hard to audit, hard to revoke) - No…

    Dec 2025 · github.com

  21. 21TC

    This repository gives you everything needed to supercharge your Cursor or Windsurf IDE with advanced agentic AI capabilities—similar to the $500&#x2F;month Devin—but at a fraction of the cost. In under a minute, you’ll gain: * Automated planning and self-evolution, so your AI “thinks before it acts” and learns from mistakes * Extended tool usage, including web browsing, search engine queries, and LLM-driven text&#x2F;image analysis * [Experimental] Multi-agent collaboration, with o1 doing the planning, and regular Claude&#x2F;GPT-4o doing the execution.

    2025 · github.com

  22. 22WC

    A friend and I built this as a side project to help us collaborate on files with our agents. Claude &#x2F; Codex kept outputting .md and .html files which are great until we needed to share them, so we built this small website to help with that. Agent can either use an HTTP + Skill or an MCP which also uses MCP Apps to add widgets to Claude Desktop &#x2F; Mobile chat. Would love any feedback and hopefully this helps someone else as it did us!

    Jun 2026 · workplane.co

  23. 23GC

    Hello HN, we're Andrew and Stephen from Keyboard (https:&#x2F;&#x2F;www.keyboard.dev&#x2F;). After building AI tools for the past year, we recently made a YouTube video on building MCP servers and realized MCP is a total game-changer. It essentially lets AI do anything by connecting to your apps. But the deeper we dove, the clearer it became that security and privacy were complete afterthoughts. Coming from backgrounds at Okta and Stripe, this made us pretty uncomfortable. We kept seeing the same pattern: every app needs its own MCP server, each storing sensitive tokens, with minimal…

    2025 · github.com

  24. 24CM

    I thought I could make a personal finance app that was simpler, smarter and more privacy-focused than Monarch, YNAB and Copilot. I believe I have, but today that's up to you. While the classic story of using a variety of "analog" tools to manage money does apply to me, the main pillars that pushed me to build Cadence Money were: - Pay for the level of syncing that's used including none - No built-in AI - Fully cross-platform including mobile browsers - Passkeys available day one - Proper Canadian support - No ads even for a book After seven years at 1Password as a Lead PM, I can safely say…

    Jul 2026 · cadencemoney.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →