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?

It's always DNS: Denic says sorry for crashing Germany's internet

https://www.theregister.com/networks/2026/05/06/denic-sorry-for-dnssec-error-that-crashed-germany...
1•Bender•1m ago•0 comments

Firefox integrates an ad-blocker, but not to block ads

https://www.theregister.com/software/2026/05/06/firefox-integrates-an-ad-blocker-but-not-to-block...
1•Bender•1m ago•0 comments

AI Harness by Purista in TypeScript

https://github.com/puristajs/harness
1•puristajs•2m ago•0 comments

Character.ai sued over chatbot that claims to be a real doctor with a license

https://arstechnica.com/tech-policy/2026/05/character-ai-sued-over-chatbot-that-claims-to-be-a-re...
1•Brajeshwar•2m ago•0 comments

My house-hack calculator told me to rent. Barely.

https://therenthacker.com/halethorpe/
1•dannybrown540•3m ago•0 comments

Show HN: ChatGPT Exporter – Save Formatting to PDF, Word, and Notion Locally

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
1•quysala1•3m ago•0 comments

UK age-gating plans risk breaking the internet, privacy groups warn

https://www.theregister.com/security/2026/05/06/uk-age-gating-plans-risk-breaking-the-internet-pr...
1•Bender•3m ago•0 comments

Deploying Agentic Analytics in Financial Services

https://benjaminwootton.com/insights/agentic-analytics-financial-services
1•benjaminwootton•3m ago•0 comments

Hckrnews.com Cert Expired (Again)

https://hckrnews.com
2•awkii•5m ago•2 comments

As Slow as Possible

https://pippinbarr.com/as-slow-as-possible/
1•surprisetalk•5m ago•0 comments

What I Learned Making an App for My Family

https://mendelgreenberg.com/posts/ourcar/
1•chabad360•5m ago•0 comments

Show HN: Kubectl plugin for backup (like Velero)

https://github.com/zak905/kubectl-resource-backup
1•zak905•5m ago•0 comments

Pattern Recognition

https://brennan.day/pattern-recognition/
1•speckx•5m ago•0 comments

Show HN: NFC tags are good material for pranks on Android

https://mastodon.social/@maxwellito/116524250100439866
1•maxwellito•6m ago•0 comments

Show HN: Drawers – project-scoped spaces and dock for macOS

https://drawers.computer
1•wwwkieran•6m ago•0 comments

Uutils Playground – WASI Coreutils

https://uutils.github.io/playground/
1•syberant•6m ago•0 comments

The Architecture of Local-First Web Development

https://www.smashingmagazine.com/2026/05/architecture-local-first-web-development/
1•jamapy•7m ago•0 comments

Show HN: QuietHours – Site blocker that syncs with Google Calendar focus events

1•ktg0215•7m ago•0 comments

Center-ish

https://www.quaxio.com/centerish/
1•amenghra•7m ago•1 comments

IO Is the Problem

https://xificurc.github.io/blog/io-is-the-problem/
1•comma_at•9m ago•0 comments

Show HN: Docker AI Stack, self-hosted LLM/STT/TTS/MCP in one compose file

https://github.com/hwdsl2/docker-ai-stack
1•hwdsl2•9m ago•0 comments

What AI-Ready Means for a 20-Person Company

https://saas-glue.com/blog/ai-ready-small-business/
1•jawb•11m ago•1 comments

The value of the U.S. dollar has weakened since Trump took office

https://www.pbs.org/newshour/economy/the-value-of-the-u-s-dollar-has-weakened-since-trump-took-of...
2•geox•12m ago•2 comments

Ars Asks: Share your shell and show us your tricked-out terminals

https://arstechnica.com/information-technology/2026/05/ars-asks-share-your-shell-and-show-us-your...
2•rbanffy•15m ago•0 comments

Show HN: Patchwork, AST-native sed without LLMs

https://github.com/ThatXliner/patchwork
1•thatxliner•15m ago•0 comments

Accelerating the GraalVM Release Train

https://medium.com/graalvm/accelerating-the-graalvm-release-train-26b0d7cff2ab
6•fniephaus•16m ago•0 comments

Graal Commercial Support Entitlements for Oracle Database Products

https://blogs.oracle.com/graal/graal-db-entitlements
4•fniephaus•17m ago•0 comments

The Mirror Is Part of the Machine

https://yusufaytas.com/the-mirror-is-part-of-the-machine
11•juggernet•18m ago•0 comments

Quantity-safe analog literals with mp-units

https://morwenn.github.io//c++/2026/05/02/TSB011-quantity-safe-analog-literals.html
1•quuxplusone•19m ago•0 comments

Ask HN: [updated] Is TheRegister (ElReg) redirecting to itself [solved]

1•Bender•19m ago•0 comments