🤖 AI Explained
← Back to lesson

Quiz: MCP: Model Context Protocol

6 questions. Check your understanding before moving on.

MCP Quiz

Q1
MCP is built on top of which underlying protocol?
Q2
What is the key difference between MCP Tools and MCP Resources?
Q3
You're running an MCP server on a remote host and want Claude Code to connect to it. Which transport should you use?
Q4
When Claude calls an MCP tool, it knows the tool came from an MCP server rather than being a native tool.
Q5
An MCP tool returns this response. What should the LLM do next?

```json
{ "content": [{"type": "text", "text": "DB connection timeout"}], "isError": true }```
Q6
From a strategic standpoint, what problem does MCP solve that matters most for an organization?