Archiet MCP server: scaffold full-stack apps from PRD text and extract capabilities.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-archiet · pypi · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.aniekanasuquookono-web/archiet",
"description": "Archiet MCP server: scaffold full-stack apps from PRD text and extract capabilities.",
"title": "Archiet",
"repository": {
"url": "https://github.com/aniekanasuquookono-web/archiet",
"source": "github",
"subfolder": "mcp_archiet"
},
"version": "0.1.1",
"websiteUrl": "https://archiet.com",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-archiet",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Workspace-scoped Archiet API key (ak_...). Create one at https://archiet.com/settings/api-keys (Professional plan or higher).",
"isRequired": true,
"isSecret": true,
"name": "ARCHIET_API_KEY"
},
{
"description": "Archiet API base URL. Override for self-hosted or staging deployments.",
"default": "https://archiet.com",
"name": "ARCHIET_API_BASE_URL"
},
{
"description": "HTTP request timeout in seconds. Codegen jobs can take several minutes.",
"default": "600",
"name": "ARCHIET_API_TIMEOUT_SECONDS"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tools": [
{
"description": "Submit a PRD to Archiet's codegen pipeline. Returns a download URL for the generated ZIP plus the cert tier outcome (certified / shippable / repair_required) across 9 supported stacks: flask-nextjs, fastapi, django-nextjs, nestjs-nextjs, laravel-nextjs, go-chi, java-spring-boot, rails-nextjs, dotnet-nextjs.",
"name": "scaffold"
},
{
"description": "Extract the capabilities Archiet would generate for a PRD without running the full codegen pipeline. Useful for previewing scope before spending compute on a full scaffold.",
"name": "preview_capabilities"
}
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-22T13:31:19.107682Z",
"publishedAt": "2026-05-22T13:31:19.107682Z",
"updatedAt": "2026-05-22T13:31:19.107682Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.