talk-data.com talk-data.com

Topic

mcp

40

tagged

Activity Trend

30 peak/qtr
2020-Q1 2026-Q1

Activities

40 activities · Newest first

The Model Context Protocol (MCP) is rapidly becoming the backbone for AI -based systems that need access to external data, but with great power comes great responsibility, especially when securing server implementations. In this conversation with Nate and Wils, founding engineers at Arcade.dev, we’ll explore advanced security patterns for MCP servers, from OAuth 2.1 flows and token validation to defending against confused deputy attacks, session hijacking, and token passthrough vulnerabilities. We’ll also highlight how all of this accrues to the emerging agentic space, where the interactions are no longer constrained to humans in the loop.

How do you let any MCP-aware agent tap into your platform? Build a remote server! In 30 minutes, Toby P. provides first-hand insights behind building GitHub’s remote MCP server. Then Joe Z. will follow up by building up a fresh remote server live, using the open-source MCP SDK. Walk away with a clear blueprint to launch your own remote MCP server before the day is done.

How do you let any MCP-aware agent tap into your platform? Build a remote server! In 30 minutes, Toby P. provides first-hand insights behind building GitHub’s remote MCP server. Then Joe Z. will follow up by building up a fresh remote server live, using the open-source MCP SDK. Walk away with a clear blueprint to launch your own remote MCP server before the day is done.

Day 2 shifts into high gear for builders. This keynote sets the stage for a deep dive into MCP implementation, showcasing how to move from proof-of-concept to production-ready MCP servers. Learn the essential building blocks—Azure Functions, API Management, and security best practices—that power scalable MCP solutions. We'll demonstrate prompt-driven development workflows, explore real-world architectures, and reveal how leading organizations are already shipping MCP-powered features. Whether you're building for the enterprise or the edge, this session provides the blueprint for creating secure, scalable MCP servers that transform AI agents from demos into deployed solutions. Get ready to build.

The Model Context Protocol now fully embraces OAuth 2.1 conventions, bringing mature authorization patterns to AI agent ecosystems. Rather than inventing new auth mechanisms, MCP adopted proven OAuth flows, dynamic client registration, as well as the brand-new Protected Resource Metadata conventions. This session explores how the new spec significantly simplifies the developer experience for both MCP client and server implementers, as well as gives developers more flexibility around integration with existing authorization servers.

What if every website could talk back—understanding a visitor’s plain-English question and answering with the exact insight (or next action) they need? In this fireside conversation, Ramanathan Guha— web-standards pioneer (RSS, Schema.org) and the creator of NLWeb—joins core engineers from the project to explain how Microsoft’s new open initiative is turning that vision into reality and how MCP falls into the big picture.

A propos du talk : Les agents IA sont des programmes qui agissent de manière autonome : pour cela, ils doivent être capables de communiquer de manière programmatique avec une IA, et d'effectuer des actions.Dans cette session, allons voir:Les Structured Outputs : comment obliger une IA à répondre en suivant un schéma JSON, de manière à pouvoir mapper ce résultat avec des objet JavaLe Function Calling : comment définir et appeler des functions Java depuis un modèle IAMCP: le nouveau protocole qui standardise comment les LLM communiquent avec différentes sources de données et outilsNous utiliserons le code, les démos et la documentation que j'ai réalisés pour implémenter ces fonctionnalités dans LangChain4j en utilisant le tout nouveau SDK Java développé par OpenAI.