MCP Is Not Your REST API: 5 Principles
Most “MCP integrations” ship as thin wrappers over existing REST endpoints because it’s the fastest way to get something working, but that convenience often fights how agents actually reason and act. If you want MCP that agents can use reliably, design it like an action‑oriented RPC interface rather than a collection of CRUD‑style endpoints.