AI Engineer Europe 2026
Gateways are All You Need
About this talk
Anthropic product engineer Karan Sampath argues that enterprise adoption of the Model Context Protocol is constrained by weak observability, fragmented access control, security concerns, and deployment bottlenecks. He proposes shared MCP gateways that centralize authentication, role-based permissions, developer tooling, and organizational visibility, establishing a root of trust while enabling teams to iterate independently. The longer-term architectural goal is to separate agent harnesses from enterprise data layers.
Chapters
- 0:15Introduction: Anthropic and enterprise MCP
- 1:47Observability, access control, and security challenges
- 3:39Deployment bottlenecks and overloaded security teams
- 5:34Why shared MCP gateways scale enterprise agents
- 8:47Authentication, role-based access, and gateway developer tooling
- 11:26Operational gains and faster team iteration
- 15:04Root of trust and separating agents from data layers
Talk transcript
- 0:00
[upbeat music] All right.
- 0:15
Um, so hey, everyone. I'm, uh, Karan Sampath. I'll be talking to you about, um, how we at Anthropic think about MCPs in the enterprise. I've alternatively titled it, I think more casually, as why we think gateways are all you need.
- 0:30
Um, so before I go into the talk, uh, I'm gonna quickly tell you a bit about me. I was-- I, I'm a product engineer at Anthropic, um, first one outside, uh, the US.
- 0:40
Uh, a lot of my work includes working with enterprises on things like MCPs, and I also work on our internal use cases. In this talk, I'm gonna be positing to you what we think the problems with enterprises-- what enterprises face with MCPs today, why we think gateways and the n-the necessary implications that come out of it are
- 1:00
the best way to fix a lot of these problems, and what does that-- how does that align with our future vision for agentic deployments. Um, so before we go on, I know a lot of you already know this, I'm gonna quickly run through this, but just a very quick overview of MCPs as it is relevant today.
- 1:14
The first is, of course, we all know it's an open standard that was created. Uh, most of us know at Anthropic. Um, there is an official registry today which contains over thousands of servers, and this has grown rapidly over the last year.
- 1:25
Um, and we see this happening, that individual companies all the time are building new servers, uh, very quickly and are trying to ensure that they stay ahead and trying to adhere to this protocol nowadays.
- 1:37
But still, even if this happens, we see a major problem when enterprises try to use it. Enterprises struggle to deal with what they believe to be table stakes, things like observability.
- 1:47
When they want to know who's using my MCP, who's using these tools? How do I ensure that the correct people are using it? Um, and how do I know how to develop on certain parts of an MCP protocol?
- 1:57
Which parts of my tools aren't working properly? These are something that-- something that's simply completely opaque to enterprises today. Second is access control, something I just touched upon already, right?
- 2:07
How do I ensure the correct, correct users have access to these servers? Things like ensuring that certain servers are scoped correctly. Tools are only made-- are only allowed for certain groups of servers.
- 2:17
If you're working on observability MCP, you might want the entire company to have vi-v-view into, like, why-- which things are failing, but only certain people to have the ability to actually change things and update new dashboards, right?
- 2:28
These are the kind of things that currently are quite hard to do with MCP servers, and honestly, not something that we as a community have worked on enough. And finally, security.
- 2:37
And I like to think of the three of these as almost like a three-headed Hydra in some ways, right? Um, security is a wide range of things. I like to think not only in terms of the MCP server, where, you know, you-- enterprises want to know how do you verify whether a server is safe, it has, uh,
- 2:50
the correct protocols and the correct ways of ensuring data exfiltration doesn't occur. Things like, uh, you know, the tools aren't, aren't har- can't be used in a harmful way, both for infrastructure externally, but your internal infrastructure as well.
- 3:04
But secondly, how do you ensure remote clients that are perhaps untrusted in nature can access your private data as an enterprise, right? These are all really hard problems that we've kind of solved in previous paradigms with APIs, but we really don't have a good way of solving it, uh, at the moment.
- 3:20
So just going back to the registry point, it's really useful to think of where we are and where we wanna go, right? Registries are really useful, and I don't think there's any discussion that here where we're having where we think they're not useful.
- 3:31
We're really proud of it, and we're really happy we ha- we helped develop this. But it's very important to realize that registry, registries simply aren't complete for an enterprise.
- 3:39
And what's, like, funny about this is, is that MCPs are specifically designed, um, if you attended David, David's talk earlier today, MCPs are specifically designed because they allow themselves to be so much more useful for enterprises.
- 3:51
And there's this kind of gap which the protocol allows for that we have yet to build into well, and these include things like authentication, but also access control, observability, and credential management.
- 4:01
These are all things that enterprises need and a critical part, um, but are simply not working. So now that we have this happening, what does enter-- what do enterprises do right nowadays?
- 4:11
What they do is something like this. Where every single team, now with Claude Code, you know, and explosion of coding across, across various surfaces, can now start developing MCPs, but suddenly find out that they can't actually get them deployed.
- 4:25
Or even if they want to get them deployed, the MCPs often can't use the tools they want to, those tools can't give them the correct access. And security teams on the other end are also pretty justified how they're going about it because they're often overloaded, and they're often unable to see which MCPs they want to go through
- 4:40
and, uh, which they want, which they want to allow. And finally, at the company level, CEOs and C-suites are like, you know, why are my MCPs not working correctly?
- 4:49
Why are my agents ineffective? Why can't, um, why can't your agents actually, you know, being, be the thing that we all thought it was going to be? And so this bottleneck, which we're seeing right here, is something we need to solve.
- 5:00
We need to ensure that security teams aren't overloaded, that users are given the freedom to actually develop their own MCPs, and organizations have in-vi-visibility into all of them. And so what I'm gonna tell you is that this problem where enterprises stay with a handful of MCP tools is gonna fundamentally restrict the protocol and hurt agents until we
- 5:20
really go and solve this. And I think it's worth zooming out at that moment, right? It's like, I think it's really valuable to think how important these paper cuts are and how valuable it is to try and invest the time to try and solve it, um, super, super well.
- 5:34
Onto why we think the be-- gateways are a better solution. I think this is a very way to-- good way to build intuition. The core intuition here is at a point at which almost all of your teams can build MCP servers really well or have the ability to theoretically be able to do so because they're simply using
- 5:51
coding agents that can understand and structure the servers very well, that are able to understand what the tool definitions look like, what you should want, uh, what, what access controls look like.
- 6:00
The really important thing for security teams and enterprises that want to allow this to be decentralized is they need to establish a root of trust. And so we think that the goal for a secure-- the s- for any security team is to s- is to bless one platform.
- 6:14
And this is... If I take one thing away from this talk, I would really suggest it be this slide because it's irrelevant, like, you might wanna use a gateway, and I'm obviously gonna be talking to you through this, but I think this intuition is really the intuition I would really wanna stress.
- 6:27
Because enterprises are able to do this, in our experience, we've done this internally and, and this externally too, are able to s- explode the usage of MCPs and thereby explode the usage of how powerful the agents are.
- 6:37
And it's worth obviously coming back here and saying like, you know, MCPs, the usage is exponential. Every good MCP you have helps all of the agents in your company.
- 6:45
And so doing something like this has knock-on effects beyond just that one MCP. Um, so now, now that we think that, you know, a platform is really useful, let me tell you why I think gateways are a, and I'll define it for you, are a good way of doing this.
- 6:59
So a gateway, as a black box definition of it, is simply a middleman or s- or, or sort of middle layer in between your MCP servers, and they can be numerous into the hundreds, and any MCP client.
- 7:13
Notice the diagram here is notice is extremely simple, and it leaves a lot to be filled in. But what I really wanna c- talk about is what we want to get out of the gateway.
- 7:21
Things like authorization, authentication, observability, ensuring that you have correct connectivity between, uh, clear secured connections between your MCP client, which might be untrusted and internally. And also finally, you're able-- uh, it's easy way to host and deploy any new MCP server.
- 7:39
What this allows for is that any new MCP server now does not have to deal with any of these five things. And a team that wants to, wants to add a new server only needs to care about what is the business logic.
- 7:49
So your legal team, which wants to review contracts, only needs to care about, okay, if a contract comes in, this is what I want to be seen, this is how a red line should happen, this is what-- this is how you should escalate to different people.
- 8:00
They don't need to ensure, you know, who, who accesses this? How often can it be accessed? How do I know it's being accessed correctly? How do I know it's, like, scalable, and if I wanna have new agents come in, how...
- 8:10
These are all things you don't need to worry about. And that's a really, really useful middle layer to have. Because actually, in the world we live in, your legal team can build the MCP server on their own.
- 8:18
They aren't forced to go back to a new technical team and build it, right? And so if you really do want to live in that world, a gateway is a fundamental piece of that inf- infrastructure.
- 8:28
What does a gateway contain? Now, there's, like, multiple definitions of gateways. We're gonna give you examples. But in my mind, uh, there is, there are normally these components which usually exist within it.
- 8:37
You know, I'm not gonna be like, this is hard and fast. This is neither exhaustive nor, nor the only, nor, like, the-- without these, like, these are not all required.
- 8:47
But what you would really like to do to achieve the goals I just achieved, I just talked about, is you kind of want a way to do auth. You want a way to do access control using roles.
- 8:55
You want a way to route using a proxy such that any MCP client can only see your gateway and a, and the gateway then can route to the individual MCP servers which treat the gateway as the only trusted endpoint.
- 9:06
You want a way to ensure you have a tunnel which is a secured connection. You want to have a sub-registry, which is your MCP servers internally. And finally, you would want to have any additional tooling.
- 9:15
Tooling like a CLI for your gateway, such that anyone who wants to create a new MCP server in your, in your company can easily create one because the gateway is a quick and easy CLI that not you, not, not that team, but the, but the agent that team is using, like Claude Code or something else, can easily
- 9:32
understand. Um, these are all parts that when put together become really powerful because someone who is-- just wants to create a new MCP server can use the gateway CLI and just in-- easily integrate it with these five components, and then completely focus on their MCP server, right?
- 9:48
And that's why we really think that i- making that kind of one-time investment, which doesn't re- hopefully doesn't require a lot of maintenance and something you can easily do with agents, would lead to several knock-on benefits.
- 10:00
Um, just like an-- just like a higher level view of what this gives you, right? So we already talked about this in terms of the listing of what we think is required, but just looking at once we have this, you have a vision of a gateway which can give you acc- authentication very easily.
- 10:15
You might have your own IDP which you can plug in. You can have delegated identity in terms of users and agents. This is something we think is gonna be really important into the coming year, where we think agents are gonna require newer and novel definitions of identity that, you know, you can uniquely define and think about and
- 10:31
scope for your enterprise using a gateway. We'll ensure that you can have one access control panel for all of your a-- for all of your agents and, and MCPs, and your a- access control can be scoped depending on, like, whether a team is accessing it, whether a user's accessing it, whether a, uh, whether another employee is accessing
- 10:48
it. And finally, observability. And I think observability here is nuanced in the sense that you not only want usage metrics to reflect what MCPs are being used, but you also kind of want to know how, how are your tools being defined.
- 11:02
In a world where MC- the MCP protocol is itself being, uh, developed so rapidly, you kind of want to see how to ad- how-- what are your load-bearing tools, and how do you better adapt them to meet the needs of your various agents.
- 11:14
So I think this is really, really cool and really useful. It kind of, you know, in-- sometimes some people often say that it sounds too good to be true, but I really encourage you to try and take a look at this, uh, and try and, and try and see where you can go from there.
- 11:26
Um, but let's say you have a gateway now, right? We've already talked about, like, the minimum requirements. I think there's a lot of- Exciting worlds that you get, and very easy follow-ons or almost free lunches you kind of get from there.
- 11:39
The first is it's very easy for you to add any new surface. So you can easily have your MCP servers now plug into Claude.ai. They can easily plug into Claude Code.
- 11:47
They can easily plug into Claude Cowork. Because why? Because all of them are kind of, uh, listening to the same gateway, and you kind... You only need to do it one time.
- 11:55
Compare that to the world where you have 40 different MCP servers, and some MCP servers are better configured for only one of these surfaces and one of these clients.
- 12:02
This is really important because this kind of ensures that you can be kind of invariant, uh, to any new surface that comes up. And I know, like, uh, this is something that sounds interesting coming from me, but, like, it's really, really useful for any new enterprise.
- 12:15
It's really, really u-useful for any enterprise to do this. The second is you have far more secured connections that can be built in. Currently, you know, your MCP servers often have access to sensitive data internally, and you...
- 12:26
Any enterprises are worried about, you know, if I send this out to another client, is that data gonna be exfiltrated? What happens to my data? How do I ensure that, you know, my, like, literally years and years of work doesn't go away?
- 12:37
You can now invest in much more secured, uh, connections between your MCP serv-servers that are... between your MCP server and your client that is completely encrypted, uh, and can ensure that you have root trust in how, uh...
- 12:49
in what kind of data we sent. Uh, and this is really important. I think, like, you know, we've often done... You've often made MCP servers with kind of, uh, play data and things that, you know, enterprises can't really use.
- 12:59
But for enterprises to actually derive the exponential value they can get from this, this is something we need. The third is fast iteration. The real value in, like, ensuring your teams can be decentralized completely is going to be that they can iterate and develop their own workflows much faster.
- 13:15
If the legal team is able to very quickly just change their legal MCP rapidly and iterate on it without repeated secur- uh, security, uh, reviews, that has a massive, uh, effect which can just...
- 13:26
which just builds upon itself. So this is something that shouldn't be underrated. The fourth is that you get very much more standard primitives. So any new MCP server that you want to build kind of has to adhere to primitives that are w- that are within your enterprise and how your enterprise wants to go about it.
- 13:41
A common request, you know, a common problem enterprises have is like, how do I ensure said AI agent meets my standards and operating procedures? A gateway is a way of encoding that.
- 13:51
A gateway is a way of you being like, "These are my standard procedures. These are the primitives I want to see. These are the tools I expect, and these are the things I don't wanna see."
- 13:59
And that's a very quick way of encoding how you as an enterprise want to behave. Uh, the fifth is pluggable credentials, right? What we currently have is certain MCP servers will only ac- uh, accept one type of user authentication, right?
- 14:12
And it's very hard to kind of make sure it, it, it becomes, uh, like, you know, you can have a, a company-wide one or a team-wide one or something with service accounts.
- 14:22
These are all things which are often useful in different cases, and that becomes easier with a gateway because a gateway is, uh... allows any new MCP server to easily support new credentials and swap it in and out in an intelligent manner.
- 14:34
And then finally, it's scalable, right? Like, if you have 40 MCP servers that need to scale from tens to hundreds to thousands to hundreds of thousands of agents, that's a really hard surface to maintain.
- 14:45
A gateway which is able to take all these requests in and farm it out in an intelligent manner is a far better place for your teams to focus on.
- 14:53
Finally, you know, this is not something that's... we think is going to be like we're, we're telling you out of the blocks. We have examples of this both in the open source, you have providers, something in-house, but this is also something we can help with.
- 15:04
This is something I do in my daily basis. If you're interested, I'd love to talk to you about this after this.
- 15:11
Um, but just finally zooming out, right? I wanna, I wanna take these last few minutes to think about where we're going with this. I, like, pitched a version of the MCP world to you that, you know, sounds cool, probably works, but does this really work in the hundreds of things you've been hearing over this conference?
- 15:26
I think what we wanna ensure is the larger picture where things are going is you wanna separate the agent harness from where your data lives. We have many more surfaces coming up.
- 15:35
We see an explosion of agents, but those agents shouldn't be tightly coupled to where... how your data is structured and how your MCPs are structured. An example of this is just the pure definition of an agent should n- like, when you have tens of thousands of the orange box on the left, you don't need to keep...
- 15:54
You don't want to ensure that it has to be opinionated. You don't want, you don't want the things on the right to be opinionated on how this works. We have this working.
- 16:01
Uh, we have an example of this which was released recently, right? Just as an example of this right now, if you have an MCP gateway, you can use... You can easily connect it to Claude Manage Agents, which was released recently, but you can also build it int- use it internally, uh, with your own Claude Agent SDK as
- 16:15
well, right? And this is just an example from the Claude ex- ecosystem. But think about the value of this. As an enterprise, you now have the ability to quickly decide which agents you want to keep in-house, which agents you want to have outside, but that becomes an invariant decision.
- 16:29
The gateway remains regardless. What I'm trying to tell you is that the gateway as an investment will allow you, give you the flexibility to try and, to try and meet the wide-ranging agent needs of the future, and that's going to be really, really exciting.
- 16:43
Um, and that allows you to not only, uh, not have to think that much about agent design at the moment, but it also allows you to really invest very strongly in opinionated MCP, uh, gateway, uh, primitives.
- 16:56
So just in summary, uh, I would say three main things here, right? The first and the most important takeaway is to invest in common infra, to not try and roll your own M-MCPs, and to ensure your teams can build their own MCPs.
- 17:08
Second, we really think gateways for secured connections allow you to build that root of trust. And third, that moves towards a world where we think the agent harness is better be able to separate it from your data layer.
- 17:21
Um, so yeah, thank you so much. If you're ha- if you're interested in any of this, I'd love to talk. Um, and that was our talk. Thank you so much. [audience applauding] [upbeat music]