
Cutting 7,000 Engineering Hours Monthly with a Scalable MCP-Based Infrastructure
This article explores how Pinterest addressed fragmented AI tool integrations by adopting the Model Context Protocol (MCP) enterprise-wide. It details their journey in building a secure, governed, and efficient AI agent ecosystem through a central registry and robust auth models.
Essential reading for platform engineers looking to securely connect LLMs to internal infrastructure or teams building enterprise-grade AI agents.
Pinterest faced challenges in connecting LLMs to diverse internal tools and data sources due to the need for bespoke, one-off integrations and complex security management.
They implemented an ecosystem based on the open-source Model Context Protocol (MCP), featuring cloud-hosted domain-specific servers and a central registry for discovery and governance.
The system reached 66,000+ monthly invocations, saving approximately 7,000 engineering hours per month for over 800 active users.
Trade-off
Opting for cloud-hosted servers over local ones required building a unified deployment pipeline, and strict security reviews are mandated for all production-grade servers.
An open-source standard enabling LLMs to communicate with data sources and tools through a unified protocol.
A central source of truth for approved MCP servers, providing discovery UI and authorization APIs.
A design pattern where a human must approve sensitive or high-cost actions proposed by an AI agent.




