QCon London 2026: Morgan Stanley Rethinks Its API Program for the MCP Era

· Source: InfoQ · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Cloud Computing & IT Infrastructure · Depth: Advanced, short

Summary

At QCon London 2026, Jim Gough and Andreea Niculcea from Morgan Stanley detailed their API program's evolution to support AI agents, driven by the Model Context Protocol (MCP) becoming an industry standard. They highlighted the challenge of scaling API integrations for natural language interaction, noting that disambiguation problems and "chattiness" from agents increase costs. Morgan Stanley addresses this by using CALM (Common Architecture Language Model), an open-source FINOS project, to define architectures as code via JSON schema. This approach allows developers to generate deployment artifacts from patterns, enforcing compliance guardrails and catching incomplete architectures with build-time validation. The platform team centrally manages operational rollouts and security updates across over a hundred deployments using CALM Hub, achieving zero-downtime infrastructure upgrades. They also demonstrated future-proofing with adapter layers, showing Google's Agent-to-Agent protocol alongside MCP, emphasizing that codified controls allow swapping interaction layers without rebuilding underlying APIs.

Key takeaway

For CTOs and VPs of Engineering grappling with AI agent integration, adopting an "architecture as code" approach like Morgan Stanley's CALM implementation can drastically reduce API deployment times from years to weeks. Your teams can gain a secure, production-ready baseline from day one, bypassing months of manual configuration and compliance hurdles, while ensuring centralized visibility and control over your evolving API estate.

Key insights

Codifying API architectures with CALM enables scalable, secure, and efficient integration for AI agents in financial institutions.

Principles

Method

Define system architectures using CALM's JSON schema patterns. Generate deployment artifacts, enforce compliance via configuration, and validate builds with Spectral rulesets to automate security and deployment gates.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, Software Engineer, MLOps Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.