puras
Mehmet Ecevit1 min read

Why Puras is MCP-first

Most BaaS products start with a CLI or a dashboard. We started with an MCP server, and here's why that bet is paying off.

When we sketched the first version of Puras, we asked a simple question: who is actually going to type the commands that deploy a skill?

The honest answer was: not the developer. Increasingly, it's the agent sitting next to the developer in Claude Code or Cursor. So we built the developer experience for that agent first.

What that means in practice

Why this is a wedge, not a gimmick

Anyone can wrap their existing API in an MCP server in an afternoon. The interesting work is in product surface area that only makes sense agentically: bundled deployments, auto-discovered skills (folder = skill, no manifest to keep in sync), and generic media tools the agent picks at runtime. We'll dig into each of those in upcoming posts.

Keep reading