AIAI EngineerApr 10, 2026· 22:47

One Registry to Rule them All - Sonny Merla, Mauro Luchetti, & Mattia Redaelli, Quantyca

Amplifon's AI transformation led to the Amplify program, for which Quantyca built an enterprise-grade registry system for MCP servers and A2A agents. Sonny Merla, Mauro Luchetti, and Mattia Redaelli explain how three registries—MCP, A2A, and use case—are linked via a catalog to provide full lineage, including ownership, environment, authentication, cost attribution, and use case linkage. The solution uses an AI gateway for unified LLM access with Entra ID authentication and budgeting, and provides template repositories on GitHub with CI/CD pipelines that automatically publish agent cards and server metadata to the registries. This enables discovery, governance, and impact analysis across 26 countries and multiple teams, letting developers focus on business logic while avoiding reinventing security and deployment infrastructure.

  1. 0:00Intro
  2. 1:36Operating Model
  3. 2:14Governance Focus
  4. 3:30Scaling Challenges
  5. 5:31AI Gateway
  6. 7:36Registry Trio
  7. 8:53MCP Details
  8. 11:48A2A Details
  9. 12:44Use Case Lineage
  10. 13:55Platform Demo
  11. 18:07Dev Cycle
  12. 21:39Closing

Powered by PodHood

Transcript

Intro0:00

Sonny Merla0:04

What happens when you have dozens of teams across three continents all building AI agents, each one wiring up their own connections, reinventing their own security model, deploying their own infrastructures? You get chaos. Hi, I'm Sonny Merla, Global Data Science and AI Manager at Amplifon, and I'm here today with Mauro Luchetti, AI Center of Excellence Manager, and Mattia Redaelli, AI Engineer at Quantyca, the team that designed and built the technical solution that we're about to describe.

Today we're going to show you how Amplifon tackled this problem by launching their own Amplify program, and specifically how we designed an enterprise-grade registry system for MCP and the A2A agents. For who don't know Amplifon, Amplifon is the world leader in hearing care solutions.

We operate across 26 countries around the globe. We are more than 20,000 people, and we operate over 10,000 stores across the globe. We are in the AI transformationright now. We are experimenting with AI solutions, technologies, and so we are facing challenges like building solutions that are stable over time and understanding how to make them scale responsibly accordingly to guidelines that are defined centrally.

So how Amplifon decided to adopt AI at scale? We launched in January 2025 the Amplify program. It's a global and cross-functional program designed to set the rules for the AI adoption, and it is basically composed by an operating model and an execution plan.

The operating model is based on two main souls: the control tower and the committee. The control tower is a limited set of people, including chief, deciding what are the guidelines for security, legal, and technology, but also what are the strategy, the focus for the strategy, and so the use cases to developers first.

Operating Model1:36

Sonny Merla1:56

Then there is the committee that has the responsibility for running the strategy in the countries, but also in the corporate side. So prioritizing also the use cases more granularly, and also to release the value to the organization. Which are the main focus of the Amplify program?

We have three of them: governance, platform, and factory. So the governance, we want to ensure the alignment with the AI regulatory, also the strategy and the guidelines that we define centrally. So it's also a matter of make the people aware of the existence of a program, also the rules of the play, and also then make all the people informed of how we deliver and roll out the value.

Governance Focus2:14

Sonny Merla2:38

Then there is the platform side. So we have to set up the infrastructure on which we operate as developers and implementation teams. So certifying infrastructures and way of working to deliver processes and also services to scale AI application.

Then we have the factory. So this is the most practical part of the story. So we have the development teams that needs to have a focus on rolling out solutions to the market. Also caring about the rollout across countries.

That's very important for Amplifon. So thinking about the solution as scalable, scalable, and also reusable across different domains. So which are the main problems that we see as an organization that tries to roll out AI at scale in a pervasive way in the organization?

So we foresee for sure maintenance and operations problems, governance and compliance problems, but also enterprise scaling. So how the developers needs to develop to make the solution stable over time. Starting from the maintenance and operations side, even the short lifecycle of the LLM models that are at the core of the AI application and the AI agents that we develop and roll out, we want to be sure that we are able to address the usage of these kind of LLMs across the use cases that we roll out.

Scaling Challenges3:30

Sonny Merla4:06

So we want to be ready and prepared to act promptly every time we see a disruption in the model we use in the use case. On the other side, with the governance and compliance, we need to be sure to know about where we use AI in the organization, what are the main use cases, also for the regulatory point of view, but also for the reusage across the organization.

So we want to have a catalog. We want to have a way to understand also the assets used by the single use cases. So what they implemented, what they used, to also create a sort of lineage of the information.

On the other side, then there is a point related to the way we develop AI solution in the organization across multiple teams that operates on different infrastructures. So we want to make the developments, at least in terms of governance, centralized, then so with clear guidelines, reusable also on different infrastructures and different teams.

This is the goal. So we want to make easy the life of developers to focus on the business logic inside the use cases, avoiding to reinvent the wheel every time we need to take care about the security, but also the deployment and maintenance of the use cases.

So now I'll let Mauro to introduce how we address these topics at Amplifon.

Mauro Luchetti5:31

Thank you, Sonny. And let's try to bring a more technical point of view in this. The first component that we built in order to, you know, let's try to address those problems are an AI gateway. First of all, it brings us unified access.

AI Gateway5:31

Mauro Luchetti5:49

So all the developers that want to use a model, they can use this gateway and they can point to the unified endpoint and use all the model that Amplifon has in its catalog. Then there's a security aspect. If you want to use a model, you have to, you know, connect to the gateway, you have to authenticate yourself.

And we have done this with the Entra ID integration. Then there's a budgeting aspect because obviously Amplifon has lots of use cases. And if a use case came to you and asked for, you know, for budget for using those model, you can set in this AI gateway a budget.

So a cost, a monthly cost, or I mean, yeah, you can set it monthly, weekly, and so on, but you can set a budget. And while the developers are using those budgets, it erodes and it can bring to developers, you know, the remaining part of those budgets so they can control it.

And then there's the control aspect. So all the, you know, all the requests that are done through LLM models or responses, all the analytics that we need to put in place on top of all the requests are done using a central auditing, monitoring, and analysis tools, obviously connected to this AI gateway.

Registry Trio7:36

Mauro Luchetti7:36

And then for the governance part, I mean, this is the entry point, this is the top layer, I would say. And then we have three different registries. The first one is the MCP registry. So as you can imagine, all the tools, all the integration with Amplifon systems, all the functionalities that we want to provide to LLM models are exposed through this MCP registry, which is the central catalog of all available tools.

Then there's the A2A agent to agent registry. So it brings, it's a full catalog of all implemented, of all available agents, and it uses agent card standard. It exposes agent card and also

it can give the developer the ability to connect to already developed agents. And then there's the use case registry, which is the, you know, the registry that connects all those information together, all those metadata together, and bring out the real governance functionality, the lineage functionality, and again, connects all those aspects together.

MCP Details8:53

Mauro Luchetti8:53

Let's try to go in more detail about each of those registry. I don't want to obviously tell anybody what MCP is, not at this conference, but we started from the official MCP registry maintained by the community. This is the, you know, the public community wide catalog of all available MCP servers.

And we essentially build on top of that. So Amplifon has built its own private MCP registry as an extension in functionalities and also in, you know, enterprise context that we want to add to each of the registered servers.

It contains two main things, as you can imagine. The, you know, the custom internal servers that

the internal Amplifon team has built for specific systems, specific integration, specific tool that Amplifon want to provide, and also a curated set of public server that has been approved, that has been, you know, certified by Amplifon for Amplifon use cases.

And both these servers that we want, that we registered in this catalog are enriched with some additional enterprise metadata. Let's see what are those metadata. First of all, the ownership. Each server has an owner. So which is, which team, which use case, which project is in a way owner is responsible for that specific server.

What are the environment in which the server is running? So it is running, is it running in dev, test, prod, and so on. What are the authentication model? So how I can affect, how I can as a developer use that server?

What are the mechanism that I need to put in place? The cost attribution. So this is linked to the AI gateway functionality, the budgeting aspect that we have described before. And this is done in order to see what server is spending what, essentially.

And then the use case linkage. So what are the use cases that are affect, that are actually using that specific, that specific server? And these are not simply, you know, metadata that are nice to have. This is something that really bring out the impact analysis functionality.

This is where effectively we enable the governance and the auditability, and we have the complete trail of what AI tooling exists and how they are being used by Amplifon developers. And then we have a second registry, which is the A2A registry.

This is fully based on the agent card that, you know, describe the agent's identity. It's endpoint, the agent capabilities, the supported modalities, authentication requirements, and so on. We have built some blueprints, and then we talk about those blueprints.

A2A Details11:48

Mauro Luchetti12:09

But essentially, when an agent is deployed, it automatically publishes its agent card to the registry via CI/CD integration. So in this way, any other agent, any other developer can discover this new agent and obviously can interact with it.

So in a way, we are trying to make all those agent development self-documenting. Now we will see how use case registry connects those two other registry together.

Mattia Redaelli12:44

So how do we can use the MCP registry and A2A registry from a business point of view? We want to have a use case registry. So to map the agents and the tools in specific use case adopted across the organization.

Use Case Lineage12:44

Mattia Redaelli13:00

And this is the reason why we designed this specific building block that aims to contain the information of what are the assets used by the single use case, what they implement, what are the models they used, also for the maintenance topic that we mentioned before, and also understand how and where we develop and deployed these kind of use cases.

For example, which is the system that serve the use case, the specific use case, and what are all the other impacted by this use case. So for example, if we have connection among multiple use cases, we want to see that clearly in an interface that can be a catalog for everyone.

Let's see now how it works in practice. So let's go in a walkthrough of the platform that we developed and that implement all these registries for the organization.

Mauro Luchetti13:55

Okay. So we wanted also to give you a brief overview of our platform. Here you can see that is the homepage. You can go into the catalog. So what we described in detail before. So MCP, A2A, and use cases.

Platform Demo13:55

Mauro Luchetti14:09

We also have the AI gateway part where we define what LLMs are available in the enterpriseright now. Going back to the dashboard, if we move on to the catalog, this is the platform that we are going to deploy in production soon.

Here we have demo data. So we have six entities defined until this point. We have use cases, MCP, and A2A agents. Going into the use cases part, if we open a sample use case, for instance, we can define its status, its version, its description, assets used.

So for instance, an agent and an MCP server, what AI models it's using, and the lifecycle history of the use case. If we go into the create use case page, you can see that we can define a name, a description, the status of the use case, the ownership, and also the assets linked to that.

If we move to the AI tools section, so MCP servers, you can see that we have two sample MCP servers. So the actual server JSON is described here. We can also see into the A2A agents, the same thing for agent cards.

So for instance, here we can define the, we can have the LangChain test agent that has these capabilities and description from the agent card. We also define the inspector page where you can

select an MCP server and you can launch the inspector in another tab. So you can also connect and check what that MCP is providing you. We also have the same inspector that is just checking for

compatibility with the A2A agent card. And you can do the same here. We also have widgets. So you can, in order to make the life of the developer easier, define the server.json for MCP and the agent card for A2A with a form and then preview it here instead of starting from the actual JSON on the repo if it's the first, let's say, server for you.

We can also check the lineage because, for instance, you can go into the use case, open a use case that you want to check, open the object lineage. In this lineage view, you can see that, for instance, the use case

here that is ticket optimization with AI is connected to an agent, is connected to another agent here, and also has AI models connected to it. So we can have the full lineage of the use case and also be able, as Mauro said before, to

be sure and also make modifications in case some parts of the lineage are affected by an outage or a problem and go back to the use case affected. So moving into the enterprise development cycle. So we talked a lot about metadata and registries, but how do actually Amplifon developers develop MCP servers and agent to agent servers to deploy them in production?

Dev Cycle18:07

Mauro Luchetti18:09

We deployed and developed two repositories, one for MCP and one for agent to agent protocol. These two repositories are template repositories on GitHub. So then developers and teams can start from them and work their way up to a production environment.

The idea is that these two blueprints actually have boilerplate provided and also infrastructure and tooling already present. So for instance, Docker files, package manager, both are FastAPI servers. So they are exposed in the same way. And also the authentication and cost tracking is handled inside the blueprint.

We also have an integration to LangFuse, which is an observability tool that we deployed at the platform level. So the development teams can also trace their agents, run evaluations, and check how the agent is performing. Also, the A2A server blueprint is agnostic.

So it's not based on a particular framework. So LangChain or Agno or any other framework, but actually is composed of interfaces and ports so that every team can implement their own solution in their framework of choice. The important thing is that they provide the same interface that we saved in the blueprint so that the development is easy on the developers and they can focus on the actual value of the agent.

Mauro talked about the CI/CD that is in place in the

A2A blueprint and also the MCP blueprint. The idea is that once you are ready with your development, you can tag a certain branch and GitHub action. So starts and not only publishes the Docker image on our artifact repository, but also publishes the metadata of that agent.

So the agent card for agent to agent protocol and the server.json for MCP onto the backend, let's say, proxy of the catalog of the registries. In this image, we can also see that in case an AI agent needs to call either an MCP or an A2A proxy, the idea is that they can go through the

API key AI gateway that we deployed. And these two proxies, so the MCP one and the A2A one, go look up into the actual catalog of agents and MCPs to retrieve the actual URL of the backend that the agent wants to call.

And then the agents authenticate itself with another header onto the actual server.

Mattia Redaelli21:39

So to bring it back to the business perspective, what we achieved with the Amplify platform and the registry we developed, we haveright now a catalog to make the governance happen. So we see the MCP and A2A server that we deploy across the organization and across multiple teams.

Closing21:39

Mattia Redaelli21:56

We have a full traceability of the use cases, agents, tools, and also models adopted across the use cases. Then we have the production ready blueprints for developers to start from something standard across teams, but ready for building and focusing on the business logic in the use cases.

Then we have the CI/CD pipeline standardized for deploying the service to production, but also the metadata into the registry. Of course, it is still in progress the work on this platform. So we are keep growing the capabilities. So feel free to reach out to us and keep in touch if you have any similar point of view or also something different that you want to discuss.

More than welcome. Thank you. Feel free to reach out.