What problem does it solve?
It removes guesswork and production risk when designing REST APIs and MCP servers by enforcing a consistent, standards-based workflow from domain modeling to secure deployment.
Core Features & Use Cases
- API-first design with OpenAPI: Produces a complete OpenAPI spec before implementation to prevent contract drift.
- REST → MCP conversion: Maps REST endpoints into MCP primitives (tools/resources/prompts) with naming and output-shape conventions.
- Production readiness & security auditing: Includes checks for anti-patterns, pagination, idempotency, ETags, error formats, and secure deployment practices.
- Three supported build paths: REST from scratch, MCP wrapping an existing REST API, or designing both together.
Quick Start
Use mcp-api-build to design and implement a REST API plus an MCP server for a new feature by following the REST-first workflow and then layering MCP tools/resources on top.