Three Answers to One Question
An AI application often needs something it does not already have: today's course list, the exact wording of a regulation, a colleague's research area. API, MCP and RAG are three different answers to "how does the AI get it?". They solve different problems and often work together.
- API: how a system exposes a capability to developers and programs
- MCP: a standardized interface that lets AI applications discover, understand and use tools
- RAG: retrieve relevant content first, then let the model answer with that content as context
Warning