🐇 Rabbithole ← All lessons Work with us →
MCP 01 / 05
Learn by clicking · ~2 minutes

What is an "MCP" — and why does everyone keep saying it?

MCP (Model Context Protocol) is a small, standard way to give an AI a set of tools it can use — so it can pull real data and take real actions instead of just talking. Here's the whole idea in one picture:

Any AI agent
Claude, ChatGPT, Cursor, your own bot…
speaks
MCP
MCP Server
a set of tools, served over HTTP
search()read()create()
calls
Your data & apps
calendar, prices, CRM, Google…
🔓 Open standard, created by Anthropic 🤖 AI-agnostic — built for any AI to use 🌐 Tools served over HTTP 🔌 One connection, reusable everywhere

Before MCP, hooking an AI up to every different app's API was custom, messy work. MCP is the common plug — write your tools once, and any AI can use them. You'll run a real one on your own business in a minute.

02 / 05 · MCP vs API

"Isn't that just an API?"

The #1 point of confusion — and a fair one. APIs and MCPs are related, but built for completely different users. Here's the difference in plain terms.

An API is how one piece of software talks to another. Powerful — but every API is different, and a developer has to write custom code to connect each one.

An MCP wraps that same software in one standard language built for AI. The AI is simply handed the list of available tools and how to use them — no custom code per app.

🔧 API

Built for developers & software.

  • Every one is different — its own auth, formats, docs
  • Needs custom code for each integration
  • An AI can't just pick it up and use it
  • You read the manual to learn what it does

🔌 MCP

Built for AI agents.

  • One standard protocol — same for all of them
  • Connect once; no custom glue code
  • The AI discovers the tools on its own
  • Self-describing — it tells the AI what it can do
The key: an MCP usually sits on top of an API — it's not a replacement, it's a universal adapter that turns existing software into something an AI can use on its own. APIs are like a different power outlet in every country; MCP is the one adapter that fits them all — and it's shaped for AI.
03 / 05 · Real MCPs

These exist today. Watch them work.

Pick a real MCP below. You'll see the exact question, the tool it calls behind the scenes, and the answer your AI gives back.

⚙ Real tools inside this MCP — the highlighted ones fire below

💡 Want one wired to your tools? This kit ships with a real, runnable MCP you can build on — see the README.

04 / 05 · Use it safely

5 questions before you connect AI to anything.

Before you wire AI into real tools — email, calendar, payments — ask these. If a vendor can't answer them, slow down.

  • 1. What can it actually do? — Read-only, or can it change/delete things? (This kit is read-only on purpose.)
  • 2. What data does it touch? — And is any of it sensitive?
  • 3. Where does that data go? — Stays on your machine, or sent to a company?
  • 4. Who can use it? — Just you, your whole team, or your customers?
  • 5. What happens if it's wrong? — Worst case — and can you undo it?
05 / 05 · Done

You now understand MCPs better than most people online.

You know what an MCP is, how it differs from an API, and you've seen real ones — Chrome, Google, Stripe, Higgsfield — call their actual tools.

This kit reads a simple file. The real power is connecting AI to your actual tools — your calendar, inventory, Google, your CRM — safely. That's what we build, end to end.

See how Rabbithole can help your digital infra →

Next: build your first MCP →

Day 1 of 30 free, working AI kits for small business.

Built by rabbithole.consulting — custom-built infrastructure that runs your business. Runs entirely on your computer · Free under MIT.