Hacker News new | ask | show | jobs
by geysersam 15 days ago
But what is the advantage of MCP compared to having the agents access the API directly?
2 comments

Agents are just a stream of text, they cannot access anything. Some kind of interpreter is needed that recognizes special patterns and runs real code.

Do you mean directly == raw shell access on your production server?

All agents have some basic tool capabilities, I meant using tools such as curl or python etc to access an api, the same way a human would.
MPC comes with built in documentation over an API. Thanks to this agents can use it "intuitively".