Earlier quoted context omitted.
MCP is great for docs and stuff, also saves tokens and reduces errors if you have something complicated you're abstracting over - agents have old/inaccurate knowledge and it's nice to have up to date docs: https://awslabs.github.io/mcp/servers/aws-documentation-mcp-... - geting agents to do apple builds and stuff is much easier with: https://github.com/getsentry/XcodeBuildMCP - also for searching stuff like pdfs/epub…
MCP makes token use WORSE, not better.
Launch HN: Manufact (YC S25) – MCP Cloud
51–60 of 81 posts
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#52On monetizing my MCP... How do the different MCP "Stores" handle this? Do some take a cut? Or are they agnostic? Does manufact help with monetization?
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#53Question: I have an MCP server that is working well with Auth (Google Only), running on vercel. What benefit would I get from running it on manufact? On monetizing my MCP... How do the different MCP "Stores" handle this? Do some take a cut? Or are they agnostic? Does manufact help with monetization?
Do you use MCP-handler for your MCP ?
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#54Because of that, I think it is often worth wrapping an API in an MCP server. I actually had to do this recently.
I have been working on an open-source project called crmkit.ai. I was not planning to add MCP support because the project already works in a very agent-native way, where the agent reads the `setup.md` file at the root of the server and then uses `curl`.
That works well for normal agents. It kind of works in claude.ai, although you need to allowlist the domain. It does not work on chatgpt.com because the sandbox does not allow arbitrary outbound web requests. It should work fine in Codex, Claude Code, etc. because those run locally.
For ChatGPT, I was forced to write an MCP server. But because this is supposed to be an agent-first CRM, I thought that instead of exposing hundreds of small tools and polluting the context, why not expose a single tool called `request`, where the LLM writes the actual HTTP request?
That should work, right?
It does not. ChatGPT effectively forces you to unwrap the entire API into lots of small tools, because each one may need to be authorised separately.
Anyway, I ended up doing it, but needless to say, the design feels wrong. It would have been much better if the MCP server could expose a single `request` tool and keep the context tight.
The single-tool concept does work. We use crmkit internally with fully autonomous agents, and I even use it personally as a productivity tool.
The moral of the story is that MCP has great authentication but I rather not use it if I can. If I need to use it I would prefer to expose a single tool that write the raw request even-though it feels like a hack and it does not work across all chat systems.
I hope this anecdote helps.
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#55Re: Launch HN: Manufact (YC S25) – MCP Cloud
#56MCP is a deadend. CLI use is the future.
I've been sitting in the same camp recently. We maintain both an internal MCP and CLI for our app which our devs use locally. The CLI so far feels like a much smoother experience both in terms of setup, control and performance. But i can see how MCP being able to plug into a remote agent that doesn't have terminal access is very useful. Seems like it's a best tool for the job conversation or am I missing some other a…
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#57Any apps you can share that are on the OpenAI apps store / Claude store that are built / hosted on Manufact?
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#58Earlier quoted context omitted.
Could you elaborate on this thought? MCP vs CLI feels very much like a Apples/Oranges comparison, without additional context.
MCP makes a lot, lot more sense when you think of it as as a auth standard and not a comparison with CLIs. It obviously does more than just auth, but having standardised auth (which CLIs definitely do not) is the real 'killer' feature.
MCPs and CLIs feel like two wholly different things. Contrasting them feels even more confusing than comparing Skills vs MCPs, which would also be wrong in my personal view. Different runtime requirements, different access patterns, different distribution, different discoverability.
I agree with @martinanld that MCPs, especially with the advent of EMA, are a completely different beast thanks to a structured way for auth and access control.
Re: Launch HN: Manufact (YC S25) – MCP Cloud
#59Really excited to use this, i'm migrating off stainless after anthropic bought them, we have to be off by september