KosmoKrator

data

Builder.io MCP, CLI, and Lua Integration for AI Agents

Builder.io integration docs for AI agents: MCP gateway setup, Builder.io CLI commands, Lua API reference, credentials, and function schemas.

Builder.io for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
builder-io.builder_io_list_models Read read 2 List all models in the Builder.io space. Optionally control pagination with limit and offset. Returns model IDs, names, kinds, and metadata.
builder-io.builder_io_get_model Read read 1 Get detailed information about a specific Builder.io model by its ID or name. Returns the model definition including fields, kind, and metadata.
builder-io.builder_io_list_content Read read 5 List content entries for a specific Builder.io model. Optionally control pagination with limit and offset, or filter with a query string. Returns entry IDs, names, and data.
builder-io.builder_io_get_content Read read 1 Get detailed information about a specific Builder.io content entry by its ID. Returns the full entry data, model reference, and timestamps.
builder-io.builder_io_create_content Write write 3 Create a new content entry in Builder.io for a given model. Provide the model name and a JSON object with the content data. The entry is created as a draft by default.
builder-io.builder_io_list_symbols Read read 2 List all symbols (reusable components) in the Builder.io space. Optionally control pagination with limit and offset. Returns symbol IDs, names, and metadata.
builder-io.builder_io_get_current_user Read read 0 Get information about the currently authenticated Builder.io user. Returns the user's name, email, and account details.