Article in Details

AI's New Way to Talk to Your Code: My First Look at MCP

AI's New Way to Talk to Your Code: My First Look at MCP

In today’s world of AI and automation, making systems easy for both humans and machines to understand is becoming more important. Recently, I started learning about something called MCP (Model Context Protocol). At first, it looked like just another technical concept, but after a bit of exploring, it started to feel important.

AI API Docs MCP

MCP sits between AI and systems (like APIs and Docs), making it easier for AI to interact directly and get structured answers.

Why I Got Interested

As developers, we usually build APIs for apps and users. But now, AI is also becoming a “user”.

The problem is that AI usually works with prompts, not structured systems. That’s where MCP comes in.

What MCP Is (Simple Idea)

MCP is a way to help AI connect with:

  • APIs
  • Tools
  • Documentation

in a structured and standard way.

Instead of guessing from text, AI can directly interact with systems.

A Small Real Example

While working on integrating a payment gateway, I noticed something interesting.

They had:

  • API documentation
  • And also an MCP server

Normally, I would read the docs, search for endpoints, check parameters, and test.

This time, I connected the MCP server and asked questions like:

  • How to create a payment?
  • What data is required?
  • What response will I get?

And it answered using the actual documentation.

It felt different.

Instead of reading documentation, I was interacting with it.

What I Learned

  • Documentation can become interactive
  • AI can understand systems better with structure
  • This can save time during integration

My Thoughts

I think MCP is still early. Not many systems support it yet.

But it reminds me a bit of when new tech standards quietly changed how we build things. I’m curious to see where MCP goes next.

Learning it now might be helpful in the future.

✍️ Just a small note while learning something new.