you ask → client chooses → server runs
Say what you need.
MCP handles the handoff.
Write one request in plain English. The client finds the right tool, prepares the arguments, and asks the server to run it.
1Pick a serverIt owns the tools
→2Ask naturallyNo tool selection
→3Watch it happenChoice, arguments, result
02
Utility server
Calculations, text changes, JSON formatting, and UUIDs.
THE SIMPLE TRUTH
The client chooses. The server shares and runs the tools.
First, connect the client
The server will share its tool menu. After that, the client chooses the right tool for every request.