frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

nip•1y 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•1y 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•1y 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•1y 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•1y ago
This is an advertisement
tomrod•1y ago
I wish this were critical, but it is an ad for MCP.run.
nip•1y ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•1y ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•1y 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•1y 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•1y 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•1y ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•1y 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?

Soaring Egg Prices Are Hitting China Hard

https://www.nytimes.com/2026/07/20/business/china-eggs-expensive.html
1•mooreds•23s ago•0 comments

Lung cancer in nonsmokers: A women's health crisis

https://www.cbsnews.com/news/lung-cancer-non-smoking-women/
1•brandonb•34s ago•0 comments

Dog Photographer Loses Copyright Case over AI-Generated Comic Version of Photo

https://petapixel.com/2026/07/22/dog-photographer-loses-copyright-case-over-ai-generated-comic-ve...
1•dmitrygr•1m ago•0 comments

Cyrus brings coding agents on your own infra to Linear and Slack

https://www.atcyrus.com
1•wateralien•1m ago•0 comments

Pullrun, a runtime that runs same OCI images as containers or VMs

https://github.com/pullrun/pullrun
1•liquid64•1m ago•0 comments

Banks pay backhanded compliments to private credit

https://www.semafor.com/article/07/21/2026/banks-pay-backhanded-compliments-to-private-credit
1•petethomas•1m ago•0 comments

The Subprime Data Center Crisis

https://www.wheresyoured.at/the-subprime-data-center-crisis/
2•crescit_eundo•2m ago•0 comments

I used ChatGPT to sue a Norwegian airline from New York and get $4760

https://www.behind-the-enemy-lines.com/2026/07/the-lawyer-i-never-hired-how-chatgpt.html
1•Panos•2m ago•0 comments

Polio should have been eradicated by now. What's plan B?

https://www.nature.com/articles/d41586-026-02229-6
1•Brajeshwar•2m ago•0 comments

Project: Tether

https://devz.cl/posts/axiom-proper-project-tether/
1•DanielVZ•2m ago•0 comments

DuckDB Internals: Why Is DuckDB Fast? (Part 2 Vectorized Execution)

https://www.greybeam.ai/blog/duckdb-internals-part-2
1•hornyforsavings•3m ago•0 comments

Sneaky Windows stealer targets 300 apps, gives crims AI profiler to max profits

https://www.theregister.com/security/2026/07/22/sneaky-windows-stealer-targets-300-apps-gives-cri...
1•Bender•4m ago•0 comments

Software Apprenticeship Was Accidental

https://caffeinatedcode.com/posts/software-apprenticeship-was-accidental/
1•abnercoimbre•4m ago•0 comments

CLI for Proton Drive now available

https://github.com/ProtonDriveApps/sdk/blob/main/cli/README.md
1•schnittbrot•5m ago•1 comments

Layoffs.FYI Adds new AI attribution layoff chart

https://layoffs.fyi/
1•rickcarlino•5m ago•0 comments

Is BPC-157 legal in 2026? What the FDA found

https://www.empirical.health/blog/bpc-157-fda-review/
1•brandonb•5m ago•0 comments

MCP tool calling under the hood

https://jeffauriemma.leaflet.pub/3mraol7ln622u
1•jdauriemma•5m ago•0 comments

Unlimited AI tokens aren't unlimited after all as US Army burns through supply

https://arstechnica.com/ai/2026/07/us-army-faces-ai-use-limits-after-exhausting-years-supply-of-a...
2•Bender•5m ago•0 comments

What happens when you try to chop a photon in half?

https://arstechnica.com/science/2026/07/what-happens-when-you-try-to-chop-a-photon-in-half/
3•Bender•5m ago•0 comments

Scientists Gave Mice Cocaine. This Is What It Did to Their Brains

https://www.404media.co/mice-cocaine-research-addiction-fens-forum/
1•gmays•6m ago•0 comments

Topcoat: A framework for building full-stack reactive web apps with Rust

https://tokio.rs/blog/2026-07-22-announcing-topcoat
1•carllerche•6m ago•1 comments

We probed a pinned GPT-5.5 endpoint: every request carried ~1,447 hidden tokens

https://tosea.ai/blog/prompt-injection-llm-fingerprint-drift
1•opwizardx•6m ago•0 comments

Manticore Search under systemd: beyond fork, PID files, and guesswork

https://manticoresearch.com/blog/systemd_integration/
1•snikolaev•8m ago•0 comments

A Fast Path for Fixed-Length Lists in Parquet

https://www.morling.dev/blog/fast-path-for-fixed-length-lists-in-parquet/
1•gunnarmorling•8m ago•0 comments

Proofs

https://home.omg.lol/info/proofs
2•Tomte•10m ago•0 comments

Wordit – Now in Pt-Br

https://wordit.org/pt-br/
1•atum47•12m ago•1 comments

Mac Studio: Should You Buy? Or Wait?

https://www.macrumors.com/roundup/mac-studio/
1•adithyaharish•14m ago•1 comments

Electric aviation is taking off

https://www.economist.com/science-and-technology/2026/07/22/electric-aviation-is-taking-off
1•Brajeshwar•15m ago•0 comments

I Had 11 AI Subagents Test Every PPTX Skill for Claude Code. Here's What Works

https://www.bulaev.net/p/i-had-11-ai-subagents-test-every
1•sbulaev•15m ago•0 comments

Show HN: blackbar-nano – local PII detection and redaction on CPU

https://github.com/safetype/blackbar-nano
1•My24HR•16m ago•0 comments