I measured MCP vs a CLI for agent search. The MCP used 17x more tokens per call. (opens in new tab)
I ran the same Google search through SerpApi's official serpapi-mcp server and through serp, the small open-source (MIT) CLI I built for the same job. Before I had searched anything, the MCP had already put 771 tokens into the model's context. The CLI put zero. When I did search, the MCP returned 6,047 tokens and the CLI returned 351. Same query, same serpapi library underneath, same machine. That standing cost, paid on every turn whether you search or not, is the number nobody puts in the de...
Read the original article