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.
7 functions 6 read 1 write API key auth
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.
Machine-Readable Metadata
- integration_slug
builder-io- route_slug
builder-io- package
builder-io- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Builder.io CLIHeadless setup and direct function calls. Builder.io MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Builder.io MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Builder.io.
Claude Code Builder.io MCP setup for Claude Code. Cursor Builder.io MCP setup for Cursor. Codex Builder.io MCP setup for Codex. OpenAI Agents Builder.io MCP setup for OpenAI Agents SDK. Claude Agent SDK Builder.io MCP setup for Claude Agent SDK. Vercel AI SDK Builder.io MCP setup for Vercel AI SDK. LangChain Builder.io MCP setup for LangChain. LangGraph Builder.io MCP setup for LangGraph. CrewAI Builder.io MCP setup for CrewAI. MCP clients Builder.io MCP setup for Generic MCP Clients.
Builder.io CLI Matrix
Use these pages for direct Builder.io CLI workflows in scripts, CI, cron, and agent wrappers.
CI Builder.io CLI for CI. Cron Jobs Builder.io CLI for cron jobs. Shell Scripts Builder.io CLI for shell scripts. Headless Automation Builder.io CLI for headless automation. Coding Agents Builder.io CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |