One MCP server, one CLI, one command per client. Give Claude, Codex, Cursor or any MCP agent live access to your events, ticket sales and payments.
The agent skills, the machine-readable context files and the public event feed are open to everyone right now, with no account. The MCP server and the public CLI are not released yet. They ship with the AI platform beta, and everything below is exactly what they will run. Ask for an invite on the developer page.
Your agent fetches the setup prompt and configures itself: skills, CLI, MCP server, and a verification pass on every step.
Fetch https://chi.app/agent-setup/prompt.md and follow it to set up my environment for building on CHI.
Four lines. Install the CLI, sign in, connect your client, check the result.
npm install -g @chi-ecosystem/chi-cli chi login chi connect claude-code chi doctor
Every client below is a copy-paste away. Editors and CLIs get a one-command connect, browser-only tools get the exact place to paste the server URL.
Anthropic's terminal agent. User or project scope, OAuth on the first tool call.
claude mcp add --transport http chi https://mcp.chi.app/mcp --scope user
A small, versioned tool set. Read your events and sales, create coupons, look up a visitor. Every call runs against your own scopes.
List events for an organization
Get sales analytics for an event
Generate a new discount coupon
Find visitor details by email/phone
Point any agent at these three URLs and it already knows the CHI domain.
The llms.txt family. What CHI is, what it does, and where the docs live.
Installable skills that teach your agent the event domain and its conventions.
Public JSON Feed of events. No key, no proxy, no rate-limit form to fill in.
Read the API reference, or ask for a beta invite to the MCP server and the CLI.