Autokirk MCP Server — AIS v1
This service powers the Autokirk Founder Operating Format and AIS Blueprint Generator.
It exposes MCP-friendly HTTP endpoints that transform a short business description into a structured Autokirk Interaction Standard (AIS) blueprint.
Endpoints
GET /health— deployment + environment checkPOST /mcp/echo— simple echo for debuggingPOST /mcp/blueprint— main AIS blueprint generator
Request
Response (shape)
Local Development
The server listens on port 10000 by default (or PORT from environment).
Render Deployment
Push this repository to GitHub.
Create a new Web Service on Render.
Point it at this repo.
Set:
Build command:
npm installStart command:
npm start
After deploy, visit
/healthto confirm status.