Y
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
0x000xca0xfe
15 days ago
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?
link
geysersam
14 days ago
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.
link
tiborsaas
14 days ago
MPC comes with built in documentation over an API. Thanks to this agents can use it "intuitively".
link
Do you mean directly == raw shell access on your production server?