WebMCP experiment · capability factory

Software that can invent new tools for its own agent.

Capability Foundry begins with five generic WebMCP primitives. Use them to create data objects, rules, views, and workflows — then publish the workflow as a brand-new live WebMCP tool. The application literally expands the agent's capability surface at runtime.

01 · Describe the outcome

Mission

The preset demonstrates the self-extension loop. An external agent can accomplish the same thing by calling the five primitive WebMCP tools.

02 · Watch software assemble itself

Capability pipeline

Every stage is implemented by the same application logic exposed to agents through WebMCP.

1ObjectDefine the thing the workflow operates on.
2RulesEncode deterministic policy and routing.
3ViewCreate a human-facing cockpit for the capability.
4WorkflowCompose steps and rules into reusable behavior.
5PublishRegister a brand-new live WebMCP tool.
03 · Generated application

Artifacts

The agent isn't just filling in fields; it is manufacturing persistent application structure.

No generated artifacts yet.
04 · Use the thing it created

Generated capability runner

When a workflow is published, this runner is generated from the same parameter schema registered with WebMCP.

Publish a workflow to generate a runnable capability.