frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

A Critical Look at "A Critical Look at MCP."

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
33•palmfacehn•11mo ago

Comments

nip•11mo ago
> Further, one of the issues with remote servers is tenancy

Excellent write-up and understanding of the current state of MCP

I’ve been waiting for someone to point it out. This is in my opinion the biggest limitation of the current spec.

What is needed is a tool invocation context that is provided at tool invocation time.

Such tool invocation context allows passing information that would allow authorizing, authentication but also tracing the original “requester”: think of it as “tool invoked on behalf of user identity”

This of course implies an upstream authnz that feeds these details and more.

If you’re interested in this topic, my email is in my bio: I’m of the architect of our multi-tenant tool calling implementation that we’ve been running in production for the past year with enterprise customers where authnz and auditability are key requirements.

jensneuse•11mo ago
The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, which will be validated using JWKS. Now when they use a tool, they must send their JWT, so the LLM always acts in their behalf. This supports multiple tenants out of the box. (https://wundergraph.com/mcp-gateway)
Yoric•11mo ago
Is this really hard to code?

I mean, converting a tool-less LLM into a tool-using LLM is a few hundred lines of code, and then you can plug all your tools, with whichever context you want.

nip•11mo ago
Indeed very easy to code!

My point is about the need for a spec of this mechanism: without a spec, every company / org will roll out their own and result in 500 flavors of the same concept.

That’s where MCP shines: tool calling and tool discovery is already 1.5 years old (an eternity in ai land).

The MCP spec ensures that we can all focus on solving problems with tool calling rather than wasting time in cobbling together services that re not interoperable (because developed without a common spec / standard)

__loam•11mo ago
This is an advertisement
tomrod•11mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•11mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•11mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•11mo ago
> Server authors working on large systems likely already have an OAuth 2.0 API.

I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I'm not sure that there's a better / easier way to do Auth with this use case, but it does present a signficant hurdle to adoption for those who have an API (even one ready for JSON-RPC!) that is practically ready to be exposed via MCP.

motorest•11mo ago
> I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I don't think that's it. Auth is a critical system in any organization, and larger organizations actually present more resistance to change, particularly in business critical areas. If anything, smaller orgs gave an easier time migrating critical systems such as authentication.

hirsin•11mo ago
Touching on tenancy and the "real" gaps in the spec does help push the discussion in a useful direction.

https://vulnerablemcp.info/ is a good collection of the immediately obvious issues with the MCP protocol that need to be addressed. A couple low blows in there, that feel a bit motivated to make MCP look worse, but generally a good starting point overall.

owebmaster•11mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•11mo ago
Serious question:

If doing an extended, service-level session (like a GPT interaction) with a server known beforehand, would it make sense to set up a keypair and manage the interaction over SSH?

Restated: are we throwing away a lot of bandwidth establishing TLS trust for the more general HTTP?

Canada selected to host new multinational defence bank, sources say

https://www.theglobeandmail.com/business/article-canada-host-multinational-defence-bank/
1•harwoodr•51s ago•0 comments

Scaling Pain of Coding Agent Serving: Lessons from Debugging GLM-5 at Scale

https://z.ai/blog/scaling-pain
1•zixuanlimit•1m ago•0 comments

AI agent deletes company's database in seconds

https://www.msn.com/en-us/news/technology/ai-agent-deletes-company-s-entire-database-in-seconds/a...
1•galaxyLogic•4m ago•0 comments

Ask HN: What would you build on bitesize.io?

1•oan•4m ago•0 comments

Universal Linux Password Recovery Tool (Tweet)

https://twitter.com/junorouse/status/2049531916463063049
1•aizk•4m ago•0 comments

Tech Meta's Reality Labs lost over $4B in first quarter

https://www.cnbc.com/2026/04/29/metas-reality-labs-lost-over-4-billion-in-first-quarter.html
1•ZeidJ•5m ago•0 comments

Show HN: Stream iOS Simulators to a Browser Window

https://github.com/EvanBacon/serve-sim
1•EvanBacon•5m ago•0 comments

MiniRAT: A Go-based macOS RAT delivered via malicious NPM package

https://www.iru.com/blog/minirat
1•ZeidJ•5m ago•0 comments

"Young with Experience" Paradox: Einstein's Twin as a Critique of Modern Hiring

https://zenodo.org/records/19898846
1•Serena_Zayn•9m ago•0 comments

Ask HN: Are there any good open-source chat apps?

2•smj-edison•11m ago•0 comments

"Rat Run" Sudoku Series by Marty Sears

https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?chlang=en&id=000IFI
1•codechicago277•16m ago•0 comments

How dating app algorithms (likely) work in 2026

https://nsokolsky.substack.com/p/how-dating-app-algorithms-likely
1•paulpauper•18m ago•0 comments

The Copernican Model Was More Simple

https://jonasanksher.substack.com/p/the-copernican-model-actually-was
1•paulpauper•18m ago•0 comments

Most Swiss back initiative to cap population at 10M

https://www.reuters.com/world/europe/most-swiss-back-initiative-cap-population-10-million-poll-sh...
1•baal80spam•18m ago•0 comments

Show HN: Claude Code Web UI

https://github.com/alexjbarnes/cockpit
1•recouptreadmill•18m ago•0 comments

Hi, looking for Tester for my TD game

https://testflight.apple.com/join/unh5x9Vh
3•pompeii•21m ago•1 comments

US accuses China of industrial-scale AI model distillation, will share Intel

https://thenextweb.com/news/us-white-house-ai-model-distillation-china-theft
5•gmays•23m ago•2 comments

MCP server that lets agents get human opinions in real-time

https://github.com/impel-intelligence/datapoint-mcp
1•chancemehmu•24m ago•0 comments

'Metajets' could allow future spaceships to be propelled by nothing but light

https://newatlas.com/space-systems/metajets-light-propelled-spaceships/
1•breve•24m ago•0 comments

I benchmarked Claude Code's caveman plugin against "be brief."

https://www.maxtaylor.me/articles/i-benchmarked-caveman-against-two-words
1•max-t-dev•27m ago•0 comments

SYNQ – Give ChatGPT and Claude permanent, local memory

1•Tamatarr•28m ago•0 comments

Agent-Augmented Meetings (2003)

https://link.springer.com/chapter/10.1007/978-1-4419-9200-0_2
2•thatxliner•28m ago•0 comments

Ask HN: Are you OK with DeepSeek and other labs reading your data?

1•davidbjaffe•30m ago•0 comments

First USMC MQ-58 Valkyrie CCA Drones to Arrive in 2029

https://www.twz.com/air/first-usmc-mq-58-valkyrie-cca-drones-to-arrive-in-2029
2•breve•30m ago•0 comments

Why everyone is quietly quitting OpenClaw [video]

https://www.youtube.com/watch?v=urAMvpPhtqo
1•nvahalik•30m ago•0 comments

China Is America's Military Equal Now and in Future Fights, Marine General Warns

https://www.twz.com/sea/china-is-americas-military-equal-now-and-in-any-future-fight-marine-gener...
4•breve•32m ago•0 comments

Mac Studio: Anything > 96GB of RAM Is Unavailable

https://tapbots.social/@paul/116489066337152245
1•doener•33m ago•0 comments

I accidentally made law enforcement shut down their fake honeypot

https://lina.sh/blog/ddos-honeypot
5•fishgoesblub•35m ago•0 comments

Show HN: Free tool to verify legal citations

https://secondseat.ai/verify
1•gabelev•35m ago•0 comments

Stock trading: focus on value, not price

https://smartmoneyguides.quora.com/
1•hennix22•36m ago•0 comments