Back

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1m

Most people even today don't know this about MCP. I've explained it in simple way below. AI systems fail because control logic lives inside prompts. MCP moves that control outside the model, where it belongs. 1. ๐——๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜ ๐—”๐—ฃ๐—œ ๐—ช๐—ฟ๐—ฎ๐—ฝ๐—ฝ๐—ฒ๐—ฟ ๐—ฃ๐—ฎ๐˜๐˜๐—ฒ๐—ฟ๐—ป This is the simplest MCP setup. Step-by-step: 1. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ฟ๐—ฒ๐—ฐ๐—ฒ๐—ถ๐˜ƒ๐—ฒ๐˜€ ๐—ฎ ๐˜๐—ฎ๐˜€๐—ธ Example: โ€œGet user payment history.โ€ 2. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐˜‚๐˜€๐—ฒ๐˜€ ๐— ๐—–๐—ฃ MCP acts as a clean interface. 3. ๐— ๐—–๐—ฃ ๐—ฑ๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜๐—น๐˜† ๐—บ๐—ฎ๐—ฝ๐˜€ ๐˜๐—ผ ๐—ฎ๐—ป ๐—ฒ๐˜…๐—ถ๐˜€๐˜๐—ถ๐—ป๐—ด ๐—”๐—ฃ๐—œ โ€ข Server 1 โ†’ API 1 โ€ข Server 2 โ†’ API 2 4. ๐—”๐—ฃ๐—œ ๐—ฟ๐—ฒ๐˜๐˜‚๐—ฟ๐—ป๐˜€ ๐—ฑ๐—ฎ๐˜๐—ฎ No extra logic or transformation. 5. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐˜‚๐˜€๐—ฒ๐˜€ ๐˜๐—ต๐—ฒ ๐—ฟ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ And gives the final answer. Why use this? โ€ข Fast to build โ€ข Minimal complexity โ€ข Best for ๐˜€๐˜๐—ฎ๐—ฏ๐—น๐—ฒ, ๐—ฒ๐˜…๐—ถ๐˜€๐˜๐—ถ๐—ป๐—ด ๐—”๐—ฃ๐—œ๐˜€ Think of it as: ๐—”๐—œ โ†’ ๐—”๐—ฃ๐—œ โ†’ ๐—ฅ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ ________________ 2. ๐—–๐—ผ๐—บ๐—ฝ๐—ผ๐˜€๐—ถ๐˜๐—ฒ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ ๐—ฃ๐—ฎ๐˜๐˜๐—ฒ๐—ฟ๐—ป Instead of calling ๐—ผ๐—ป๐—ฒ ๐—”๐—ฃ๐—œ, MCP combines ๐—บ๐˜‚๐—น๐˜๐—ถ๐—ฝ๐—น๐—ฒ ๐—”๐—ฃ๐—œ๐˜€ ๐—ถ๐—ป๐˜๐—ผ ๐—ผ๐—ป๐—ฒ ๐˜€๐—บ๐—ฎ๐—ฟ๐˜ ๐˜€๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ. Step-by-step: 1. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ด๐—ฒ๐˜๐˜€ ๐—ฎ ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐—ฟ๐—ฒ๐—พ๐˜‚๐—ฒ๐˜€๐˜ Example: โ€œCreate a user, assign a plan, and send a welcome email.โ€ 2. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ฐ๐—ฎ๐—น๐—น๐˜€ ๐—ผ๐—ป๐—ฒ ๐— ๐—–๐—ฃ ๐˜๐—ผ๐—ผ๐—น Just one high-level command. 3. ๐— ๐—–๐—ฃ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ฒ๐—ฟ ๐—ผ๐—ฟ๐—ฐ๐—ต๐—ฒ๐˜€๐˜๐—ฟ๐—ฎ๐˜๐—ฒ๐˜€ ๐—บ๐˜‚๐—น๐˜๐—ถ๐—ฝ๐—น๐—ฒ ๐—”๐—ฃ๐—œ๐˜€ โ€ข API 1 โ†’ Create user โ€ข API 2 โ†’ Assign plan โ€ข API 3 โ†’ Send email 4. ๐— ๐—–๐—ฃ ๐—ฐ๐—ผ๐—บ๐—ฏ๐—ถ๐—ป๐—ฒ๐˜€ ๐—ฟ๐—ฒ๐˜€๐˜‚๐—น๐˜๐˜€ Handles order, dependencies, and errors. 5. ๐—ฆ๐—ถ๐—ป๐—ด๐—น๐—ฒ ๐—ฟ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ ๐˜€๐—ฒ๐—ป๐˜ ๐—ฏ๐—ฎ๐—ฐ๐—ธ ๐˜๐—ผ ๐—ฎ๐—ด๐—ฒ๐—ป๐˜ Why use this? โ€ข Cleaner agent logic โ€ข Handles ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜… ๐˜„๐—ผ๐—ฟ๐—ธ๐—ณ๐—น๐—ผ๐˜„๐˜€ โ€ข Reusable business logic Think of it as: ๐—”๐—œ โ†’ ๐—ช๐—ผ๐—ฟ๐—ธ๐—ณ๐—น๐—ผ๐˜„ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ โ†’ ๐— ๐—ฎ๐—ป๐˜† ๐—”๐—ฃ๐—œ๐˜€ ________________ 3. ๐— ๐—–๐—ฃ-๐˜๐—ผ-๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ฃ๐—ฎ๐˜๐˜๐—ฒ๐—ฟ๐—ป MCP doesnโ€™t just call APIs, BUT it can call ๐—ผ๐˜๐—ต๐—ฒ๐—ฟ ๐˜€๐—ฝ๐—ฒ๐—ฐ๐—ถ๐—ฎ๐—น๐—ถ๐˜‡๐—ฒ๐—ฑ ๐—”๐—œ ๐—ฎ๐—ด๐—ฒ๐—ป๐˜๐˜€. Step-by-step: 1. ๐— ๐—ฎ๐—ถ๐—ป ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐—ฟ๐—ฒ๐—ฐ๐—ฒ๐—ถ๐˜ƒ๐—ฒ๐˜€ ๐—ฎ ๐˜๐—ฎ๐˜€๐—ธ Example: โ€œAnalyze a legal document.โ€ 2. ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐˜‚๐˜€๐—ฒ๐˜€ ๐— ๐—–๐—ฃ MCP decides this needs expert reasoning. 3. ๐— ๐—–๐—ฃ ๐—ฐ๐—ฎ๐—น๐—น๐˜€ ๐—ฎ ๐—ฆ๐—ฝ๐—ฒ๐—ฐ๐—ถ๐—ฎ๐—น๐—ถ๐˜€๐˜ ๐—”๐—ด๐—ฒ๐—ป๐˜ โ€ข Legal agent โ€ข Finance agent โ€ข Research agent 4. ๐—ฆ๐—ฝ๐—ฒ๐—ฐ๐—ถ๐—ฎ๐—น๐—ถ๐˜€๐˜ ๐—”๐—ด๐—ฒ๐—ป๐˜ ๐˜๐—ต๐—ถ๐—ป๐—ธ๐˜€ ๐—ฑ๐—ฒ๐—ฒ๐—ฝ๐—น๐˜† Uses its own tools or APIs if needed. 5. ๐—ฆ๐—ฝ๐—ฒ๐—ฐ๐—ถ๐—ฎ๐—น๐—ถ๐˜€๐˜ ๐—ฟ๐—ฒ๐˜๐˜‚๐—ฟ๐—ป๐˜€ ๐—ถ๐—ป๐˜€๐—ถ๐—ด๐—ต๐˜๐˜€ Not raw data, actual reasoning. 6. ๐— ๐—ฎ๐—ถ๐—ป ๐—ฎ๐—ด๐—ฒ๐—ป๐˜ ๐—ฐ๐—ผ๐—บ๐—ฝ๐—ผ๐˜€๐—ฒ๐˜€ ๐—ณ๐—ถ๐—ป๐—ฎ๐—น ๐—ฎ๐—ป๐˜€๐˜„๐—ฒ๐—ฟ Why use this? โ€ข Modular AI systems โ€ข Better reasoning quality โ€ข Clear separation of responsibilities Think of it as: ๐—”๐—œ โ†’ ๐— ๐—–๐—ฃ โ†’ ๐—ฆ๐—ฝ๐—ฒ๐—ฐ๐—ถ๐—ฎ๐—น๐—ถ๐˜€๐˜ ๐—”๐—œ โ†’ ๐— ๐—–๐—ฃ โ†’ ๐—”๐—œ โœ… ๐—œ๐—ป ๐˜€๐—ต๐—ผ๐—ฟ๐˜ โ€ข ๐——๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜ ๐—”๐—ฃ๐—œ ๐—ช๐—ฟ๐—ฎ๐—ฝ๐—ฝ๐—ฒ๐—ฟ โ†’ Simple, fast, direct โ€ข ๐—–๐—ผ๐—บ๐—ฝ๐—ผ๐˜€๐—ถ๐˜๐—ฒ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ โ†’ One call, many APIs โ€ข ๐— ๐—–๐—ฃ-๐˜๐—ผ-๐—”๐—ด๐—ฒ๐—ป๐˜ โ†’ Delegate thinking to experts People often don't know this but you should know: โ€ข AI decides what to do. โ€ข MCP decides where it goes. โ€ข APIs or agents decide how itโ€™s done. โœ… Repost for others in your network so they can understand MCP better.

Reply
1

More like this

Recommendations from Medial

Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 5m

How Multi-Agent AI systems actually work? Explained in a very simple way. Read below: -> ๐—ง๐—ต๐—ฒ ๐— ๐—ฎ๐—ถ๐—ป ๐—”๐—œ ๐—”๐—ด๐—ฒ๐—ป๐˜ The main ๐—”๐—œ ๐—”๐—ด๐—ฒ๐—ป๐˜ is the ๐—ผ๐—ฟ๐—ฐ๐—ต๐—ฒ๐˜€๐˜๐—ฟ๐—ฎ๐˜๐—ผ๐—ฟ. It has several capabilities: โ€ข ๐——๐—ฎ๐˜๐—ฎ๐—ฏ๐—ฎ๐˜€๐—ฒ โ€“ Stores knowledge o

See More
Reply
6
19
1
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1m

4 ways how AI systems communicate and coordinate. I've explained each one in detail below. 1. ๐— ๐—–๐—ฃ (๐— ๐—ผ๐—ฑ๐—ฒ๐—น ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น) โ€ข User submits a request: โ€œSummarize todayโ€™s Slack messages.โ€ โ€ข MCP Client receives input: Interface b

See More
1 Reply
5
Image Description
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 3m

12 MCP servers every person should know. I've explained each one in a simple way. 1. ๐—™๐—ถ๐—น๐—ฒ ๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ฒ๐—ฟ โ€ข Gives AI access to your local files. โ€ข It can ๐—ฟ๐—ฒ๐—ฎ๐—ฑ, ๐˜„๐—ฟ๐—ถ๐˜๐—ฒ, ๐—ฎ๐—ป๐—ฑ ๐—ฐ๐—ฟ๐—ฒ๐—ฎ๐˜๐—ฒ files on your computer (under safe per

See More
2 Replies
44
31
6

Vishu Bheda

ย โ€ขย 

Medialย โ€ขย 7m

๐—”๐—œ ๐—ถ๐˜€ ๐˜๐˜‚๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—ฒ๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ฐ๐˜‚๐—ฟ๐—ถ๐—ผ๐˜‚๐˜€ ๐—ฝ๐—ฒ๐—ฟ๐˜€๐—ผ๐—ป ๐—ถ๐—ป๐˜๐—ผ ๐—ฎ ๐—บ๐—ผ๐—ฑ๐—ฒ๐—ฟ๐—ป-๐—ฑ๐—ฎ๐˜† ๐—ฝ๐—ผ๐—น๐˜†๐—บ๐—ฎ๐˜๐—ต. Want to code? AI walks you through it. Trying to grasp finance? AI explains it step by step. Curious about history? AI becomes your p

See More
Reply
8

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1d

AI systems will fail if these 2 layers are mixed. I've explained step by step below. 1. ๐—”๐—œ ๐—š๐—ฎ๐˜๐—ฒ๐˜„๐—ฎ๐˜† How modern AI systems manage intelligence safely. Step-by-step: โ€ข ๐—œ๐—ป๐—ฐ๐—ผ๐—บ๐—ถ๐—ป๐—ด ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜: User sends a prompt. โ€ข ๐—–๐—ฎ๐—ฐ๐—ต๐—ฒ ๐—–๐—ต๐—ฒ๐—ฐ

See More
Reply
1
3
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 1d

AI systems will fail if these 2 layers are mixed. I've explained step by step below. 1. ๐—”๐—œ ๐—š๐—ฎ๐˜๐—ฒ๐˜„๐—ฎ๐˜† How modern AI systems manage intelligence safely. Step-by-step: โ€ข ๐—œ๐—ป๐—ฐ๐—ผ๐—บ๐—ถ๐—ป๐—ด ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜: User sends a prompt. โ€ข ๐—–๐—ฎ๐—ฐ๐—ต๐—ฒ ๐—–๐—ต๐—ฒ๐—ฐ

See More
Reply
2
6
1
Image Description
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 6m

Simple explanation of Traditional RAG vs Agentic RAG vs MCP. 1. ๐—ง๐—ฟ๐—ฎ๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ฅ๐—”๐—š (๐—ฅ๐—ฒ๐˜๐—ฟ๐—ถ๐—ฒ๐˜ƒ๐—ฎ๐—น-๐—”๐˜‚๐—ด๐—บ๐—ฒ๐—ป๐˜๐—ฒ๐—ฑ ๐—š๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป) โ€ข ๐—ฆ๐˜๐—ฒ๐—ฝ 1: ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฎ๐˜€๐—ธ๐˜€ ๐—ฎ ๐—พ๐˜‚๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป. Example: โ€œ๐˜ž๐˜ฉ๐˜ข๐˜ต ๐˜ช๐˜ด ๐˜ต๐˜ฉ๐˜ฆ ๐˜ค๐˜ข๐˜ฑ๐˜ช๏ฟฝ

See More
4 Replies
34
41
4

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 9d

Most people even today don't know these skills. I've explained in very simple below. 1. ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜ ๐—˜๐—ป๐—ด๐—ถ๐—ป๐—ฒ๐—ฒ๐—ฟ๐—ถ๐—ป๐—ด Learning how to give clear, structured, and goal-driven instructions to AI models to get accurate and useful outputs. Eg: Ch

See More
Reply
1

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 11d

Most people use basic RAG but miss crucial ones. I've explained each in very simple below. 1. ๐—ฆ๐—ฒ๐—พ๐˜‚๐—ฒ๐—ป๐˜๐—ถ๐—ฎ๐—น ๐—ช๐—ผ๐—ฟ๐—ธ๐—ณ๐—น๐—ผ๐˜„ (๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—ฅ๐—”๐—š ๐—™๐—น๐—ผ๐˜„) Everything happens in a fixed order, step by step. Step-by-step: 1. ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฎ๐˜€๐—ธ๐˜€

See More
Reply
1
1
Image Description
Image Description

Rahul Agarwal

Founder | Agentic AI...ย โ€ขย 5m

3 ways how most AI systems are built. Iโ€™ve explained each one step-by-step. 1) ๐—ง๐—ฟ๐—ฎ๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—”๐—œ (๐˜€๐˜๐—ฒ๐—ฝ-๐—ฏ๐˜†-๐˜€๐˜๐—ฒ๐—ฝ) 1. ๐—ฆ๐—ฒ๐˜ ๐˜๐—ฎ๐˜€๐—ธ โ€“ Decide what problem the model should solve. 2. ๐—–๐—ผ๐—น๐—น๐—ฒ๐—ฐ๐˜ ๐—ฑ๐—ฎ๐˜๐—ฎ โ€“ Gather lots of example

See More
1 Reply
8
18
1

Download the medial app to read full posts, comements and news.