Back

Rahul Agarwal

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

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

Rahul Agarwal

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

Everyone learning AI should know these 3 protocols. I've explained each protocol in simple. ๐— ๐—–๐—ฃ (๐— ๐—ผ๐—ฑ๐—ฒ๐—น ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น) MCP helps AI models ๐—ฐ๐—ผ๐—ป๐—ป๐—ฒ๐—ฐ๐˜ ๐˜๐—ผ ๐˜๐—ผ๐—ผ๐—น๐˜€ ๐—ฎ๐—ป๐—ฑ ๐—ฒ๐˜…๐˜๐—ฒ๐—ฟ๐—ป๐—ฎ๐—น ๐—ฑ๐—ฎ๐˜๐—ฎ. โ€ข It acts as a brid

See More
Reply
1

Rahul Agarwal

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

Most non-tech people learning AI donโ€™t get this. Iโ€™ve explained how MCP works in simple. 1. ๐—จ๐˜€๐—ฒ๐—ฟ Everything starts with the ๐—จ๐˜€๐—ฒ๐—ฟ. โ€ข The user wants something done โ€ข Example: โ€œ๐˜๐˜ช๐˜ฏ๐˜ฅ ๐˜ฎ๐˜ฆ ๐˜ง๐˜ญ๐˜ช๐˜จ๐˜ฉ๐˜ต๐˜ด ๐˜ต๐˜ฐ ๐˜š๐˜ช๐˜ฏ๐˜จ๐˜ข๐˜ฑ๐˜ฐ๐˜ณ๐˜ฆโ€ The request

See More
Reply
1
Image Description

Rahul Agarwal

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

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

Rahul Agarwal

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

Most non tech people learning AI don't get MCP. I've given a simple clear explanation. 1. ๐—จ๐˜€๐—ฒ๐—ฟ Everything still starts with the User. โ€ข The user wants something done โ€ข Example: โ€œSend a message to my teamโ€ or โ€œSummarise my Google Docsโ€ But now t

See More
Reply
1
4
Image Description

Rahul Agarwal

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

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

Rahul Agarwal

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

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
4
Image Description

Rahul Agarwal

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

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
Image Description

Mohammed Zaid

building hatchup.aiย โ€ขย 6m

Oracle rolls out OpenAIโ€™s GPT-5 across Fusion Cloud, NetSuite & Oracle Health! Now in API (3 sizes) + ChatGPT Enterpriseโ€”GPT-5 powers code generation, multi-step reasoning, debugging & more. Leverages Oracle AI Vector, Select AI & SQLcl MCP for secur

See More
1 Reply
2

Rahul Agarwal

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

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

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