Run a business from chat: websites, leads and CRM, marketing, bookings, documents, automations and custom control screens.
This repository is a marketplace that works with Codex and Claude Code, and also contains the universal plugin bundle submitted to ChatGPT and Codex. The plugin combines the build it up Agent Skill with the hosted build it up MCP server. The skill teaches the model how to use the product well; the MCP server is what actually does the work.
- Website: https://builditup.io
- MCP server:
https://builditup.io/api/mcp - Help center: https://builditup.io/help
- Support: support@builditup.io
This directory is published to a separate public repository. Anthropic does not accept closed-source plugins, and the build it up application repo is private. Everything here is self-contained and safe to publish — it contains no application code and no secrets.
| Websites | Build a live site with its own address, a lead form wired to the CRM, analytics and SEO. Edit anything from chat. |
| Leads & CRM | Pipeline, contacts, companies, follow-ups, proposals. |
| Marketing | Brand memory, paid campaigns with an approval step, organic content, group distribution. |
| Customers | Bookings, WhatsApp, branded mailboxes, documents with digital signature. |
| Smart pages | Custom control screens for anything with no dedicated feature — suppliers, stock, projects. |
| Automations | Trigger → condition → action, running on their own. |
Hebrew and English.
codex plugin marketplace add eladko/builditup-plugin
codex plugin add builditup@builditup
claude plugin marketplace add eladko/builditup-plugin
claude plugin install builditup@builditup
Then authorize the connector when prompted. build it up uses OAuth 2.1 with PKCE, so no API key is copied into Codex or Claude. If you do not have an account, you can create one during authorization.
For the built-in ChatGPT, Codex and Claude directory release process, see
LAUNCH-GUIDE.he.md.
- Reduced the public connector surface from 21 tools to 13 progressive entry tools while keeping all 386 actions discoverable on demand.
- Added MCP 2026-07-28 transport support alongside the legacy 2025-11-25 handshake.
- Added server-side input validation, truthful approval summaries, single-use write proofs and safe reconciliation for uncertain external outcomes.
- Added the public bilingual Help center as the canonical support and product-guidance source.
.agents/plugins/marketplace.json Codex marketplace
.claude-plugin/marketplace.json Claude Code marketplace
plugins/builditup/.codex-plugin/plugin.json ChatGPT / Codex manifest
plugins/builditup/.claude-plugin/plugin.json Claude Code manifest
plugins/builditup/.mcp.json hosted MCP reference
plugins/builditup/skills/ Agent Skill
Full policy: https://builditup.io/privacy
What this plugin sends. The skill itself collects nothing and runs entirely inside the
client. When you call a build it up tool, the arguments you (or the model on your behalf)
provide are sent to https://builditup.io/api/mcp over TLS.
What the MCP server receives and stores. Tool arguments, and an audit record of each call — the tool name, your account id and email, whether it succeeded, how long it took, and a short summary of the result. This exists so account owners can see what was done on their behalf.
What it does not do. It does not read your conversation history, your Claude memory, your uploaded files, or any part of the chat other than the arguments passed to a tool. It does not collect conversation data for logging or training.
Access. Every tool is scoped to the authenticated account. You can only reach websites and records you own, manage, or that belong to your agency. Roles and permissions are re-derived from the database on every request and never taken from the token.
Retention. Business data you create (websites, leads, documents) is retained for the life of the account and deleted on request. Access tokens last 24 hours; refresh tokens 90 days.
Third parties. Depending on which tools you use, data may be sent to the services you have connected — Meta (campaigns), Shopify (store), WhatsApp Business, and the email provider used for sending. Each is used only to perform the action you requested.
Revoking. Disconnect at https://builditup.io/admin/connect-ai at any time.
Contact. support@builditup.io