Monarchic / Independent AI R&D

Now / Agent enhancements Next / Agent workflows

Products / Hosted MCPs / Create Project MCP

MCP Available

Create Project MCP

Governed project creation from structured intent

Create Project MCP turns structured project intent into a known scaffold instead of asking agents to improvise repository setup.

Category

Project Setup

Best for

Platform teams that want agents to start projects from maintained templates.

Access and usage

Included with an active usage plan

Available through the hosted catalog. Calls count against the shared allowance on the account plan.

Compare usage plans

Why it exists

Create a repository scaffold from structured intent without letting each agent improvise the setup.

Generic terminals, provider APIs, and custom prompts can cover parts of the work, but the caller must supply permission limits, output requirements, failure handling, and usage accounting.

Connection and contract

Connect from an MCP-aware client with an account-scoped Monarchic key. The hosted route checks access, runs the named product contract, and records the operation on the account receipt.

The product-specific schema defines the inputs and outputs used by clients and downstream automation.

Current limits

Project creation remains a separately governed operation with an explicit destination and write policy.

Requires an authenticated, entitled account. This call performs no filesystem or provider mutation.

What you get

  • Select from maintained project templates
  • Return structured project-creation results
  • Report setup failures without hiding them

Core use case

Create a repository scaffold from structured intent without letting each agent improvise the setup.

Outcomes

  • Standardize new projects around known templates
  • Return clear setup results to the calling agent
  • Surface scaffold failures instead of hiding partial work

Primary workflows

Choose template Create project Return manifest Report failure

Concrete workflow / priced call

Check the governed scaffold service before creation

The request, exact tool-call payload, returned output, and usage receipt are shown below.

Request

“Confirm that maintained templates and the read-only hosted profile are healthy.”

Execution

Tool call payload
{
  "tool": "create_project_health",
  "arguments": {}
}

Checks the hosted project-creation contract and reports template and policy readiness without creating a repository.

Output

Representative contract excerpt
{
  "contract": "create-project.health.v1",
  "status": "ok",
  "hostedMode": "readonly",
  "templatesAvailable": true
}

Usage rating

At runtime

Recorded on the operation receipt

The health call receives a measured receipt. Allowance quantities remain unpublished until the fully allocated rate card is frozen.

Required access

Requires an authenticated, entitled account. This call performs no filesystem or provider mutation.

Current limits

Project creation remains a separately governed operation with an explicit destination and write policy.