01 / MCP Server
● Flagship
Letting AI operate internal APIs, directly and safely
Cut the time Sales spends building forms for customers
Every new customer meant Sales hand-building an online form from a spec, field by field — repetitive, yet never regular enough to template. I wrapped our backend APIs into an MCP Server so AI can call the right tools with the right parameters through natural language; people who can’t read an API can now drive one safely.
- stdio → SSE transport: usable by non-engineering Sales, not just a local toy
- An agent converts Swagger into tools automatically: the tool layer keeps up with API changes without manual upkeep
- Zod validation at the boundary: bad calls from AI are stopped before they reach the system
- TypeScript
- MCP
- SSE
- Zod