Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Model Context Protocol: Connecting AI Models to...

Model Context Protocol: Connecting AI Models to the Real World

AI is evolving very fast. MCP is the protocol fueling the world of Agentic AI. Yet, MCP can still be confusing to get especially when you're developer and you think an API should be enough to connect AI Agents to their tools.
In this talk we discuss, evolution of LLM adoption, the new world of Agent AI and how MCP enable us to reach JARVIS-level AI Agents that are able to integrate with our real world tools.

Avatar for Rygel Louv

Rygel Louv

July 31, 2025
Tweet

More Decks by Rygel Louv

Other Decks in Technology

Transcript

  1. Anthropic • Claude AI • Claude Opus 4 and Sonnet

    4 • Allegedly Best at coding and writing • Claude Desktop (Canvas, Artifacts, Connectors, Computer Use) • Claude Code (recently) • MCP (November 2024)
  2. LLM • Machine learning Models • Understand Human Language •

    Transformer-based neural network (Deep Learning) • Trained using supervised/self-supervised learning • Predicts and generates human-like text
  3. LLM • Token Prediction • During Training sees examples •

    Understand paterns • During Generation Predicts One Token at a Time You type: "What is the capital of France?" • The model predicts one token at a time: 1."The" 2." capital" 3." of" 4." France" 5." is" 6." Paris" 7."." It keeps generating until it decides to stop (based on probabilities or stop tokens).
  4. ChatGPT •Brain with Sensory Organs •Eyes to see •Ears to

    hear/listen •Mouth to Speak •Input •Output System
  5. Quick Evolution of LLMs Adoption • Reasoning models • Better

    decision making • Tool Calling • Ready for real life integration Late 2022 Late 2024
  6. LLMs + Tools • Book Flights • Order food •

    Search the web • Execute Code • Manage Calendar
  7. How to give Context? • Manually (add docs etc) •

    RAG (Retrieval Augmented Generation) • Prompt Engineering • Tool Calling (Act, cause e ff ects)
  8. Timeline of Ground Breaking Technology Innovations • 1970s - Personal

    computers • 1997 - 2000 - Web and dot com • 2004 - Social Medias AI is at this stage ☝
  9. Tool Calling And Context Issues • Function Calling • We

    could just use APIs? •How about OpenAPI Specs?
  10. MCP Open Standard that enables AI Models to connect to

    External Data sources and tools Rather than requiring custom integrations for each system
  11. MCP

  12. MCP Host (Claude Desktop, Cursor, Windsurf, Custom AI App) MCP

    Client Tools Resources Prompts Capabilities MCP Server Stdio HTTP/SSE (Deprecated) Streamable HTTP JSON-RPC
  13. MCP Host (Claude Desktop, Cursor, Windsurf, Custom AI App) MCP

    Client Tools Resources Prompts Capabilities MCP Server Stdio HTTP/SSE (Deprecated) Streamable HTTP JSON-RPC Prom pt Data Perform Actions I w ant to send Docum ent X To Notion LLM
  14. MCP considerations • Technical challenges for real time connections •

    Security • Authentication • Prompt Injection