Cloudcraft MCP
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hypark5540/cloudcraft-mcp",
"description": "Unofficial MCP server for reading and managing Cloudcraft architecture blueprints",
"title": "Cloudcraft MCP",
"repository": {
"url": "https://github.com/hypark5540/cloudcraft-mcp",
"source": "github"
},
"version": "0.1.6",
"websiteUrl": "https://github.com/hypark5540/cloudcraft-mcp",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@hypark5540/cloudcraft-mcp",
"version": "0.1.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cloudcraft API key with access to the target account",
"isRequired": true,
"isSecret": true,
"name": "CLOUDCRAFT_API_KEY"
},
{
"description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
"default": "https://api.cloudcraft.co",
"name": "CLOUDCRAFT_BASE_URL"
},
{
"description": "Minimum log level written to stderr",
"default": "WARNING",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
],
"name": "CLOUDCRAFT_LOG_LEVEL"
},
{
"description": "Directory under which exported blueprint files may be written",
"name": "CLOUDCRAFT_EXPORT_DIR"
},
{
"description": "Enable create and update operations",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_WRITES"
},
{
"description": "Enable irreversible deletes; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_DELETES"
},
{
"description": "Maximum bytes accepted from one Cloudcraft API response",
"format": "number",
"default": "26214400",
"name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "cloudcraft-mcp",
"version": "0.1.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cloudcraft API key with access to the target account",
"isRequired": true,
"isSecret": true,
"name": "CLOUDCRAFT_API_KEY"
},
{
"description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
"default": "https://api.cloudcraft.co",
"name": "CLOUDCRAFT_BASE_URL"
},
{
"description": "Minimum log level written to stderr",
"default": "WARNING",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
],
"name": "CLOUDCRAFT_LOG_LEVEL"
},
{
"description": "Directory under which exported blueprint files may be written",
"name": "CLOUDCRAFT_EXPORT_DIR"
},
{
"description": "Enable create and update operations",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_WRITES"
},
{
"description": "Enable irreversible deletes; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_DELETES"
},
{
"description": "Maximum bytes accepted from one Cloudcraft API response",
"format": "number",
"default": "26214400",
"name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/hypark5540/cloudcraft-mcp:0.1.6",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cloudcraft API key with access to the target account",
"isRequired": true,
"isSecret": true,
"name": "CLOUDCRAFT_API_KEY"
},
{
"description": "Cloudcraft API base URL; HTTPS is required except for loopback testing",
"default": "https://api.cloudcraft.co",
"name": "CLOUDCRAFT_BASE_URL"
},
{
"description": "Minimum log level written to stderr",
"default": "WARNING",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
],
"name": "CLOUDCRAFT_LOG_LEVEL"
},
{
"description": "Directory under which exported blueprint files may be written",
"name": "CLOUDCRAFT_EXPORT_DIR"
},
{
"description": "Enable create and update operations",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_WRITES"
},
{
"description": "Enable irreversible deletes; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "CLOUDCRAFT_ENABLE_DELETES"
},
{
"description": "Maximum bytes accepted from one Cloudcraft API response",
"format": "number",
"default": "26214400",
"name": "CLOUDCRAFT_MAX_RESPONSE_BYTES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-23T03:21:34.243343Z",
"publishedAt": "2026-07-23T03:21:34.243343Z",
"updatedAt": "2026-07-23T03:21:34.243343Z",
"isLatest": true
}
}
}
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.
MCP server
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.
The publisher's own address
https://github.com/hypark5540/cloudcraft-mcp
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.