MCP · CLI · SKILLS
Ships with the beta

Connect your AI agent
to CHI

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.

What works today

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.

Ships with the beta

Paste this into your agent

Your agent fetches the setup prompt and configures itself: skills, CLI, MCP server, and a verification pass on every step.

prompt
Fetch https://chi.app/agent-setup/prompt.md and follow it to set up my environment for building on CHI.
https://chi.app/agent-setup/prompt.md
Ships with the beta

Or do it yourself

Four lines. Install the CLI, sign in, connect your client, check the result.

terminal
npm install -g @chi-ecosystem/chi-cli
chi login
chi connect claude-code
chi doctor
https://mcp.chi.app/mcp
Ships with the beta

Pick your client

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.

Claude Code

Anthropic's terminal agent. User or project scope, OAuth on the first tool call.

One command
terminal
claude mcp add --transport http chi https://mcp.chi.app/mcp --scope user
Writes to
~/.claude.json · .mcp.json
Verify with
claude mcp list
Ships with the beta

What your agent can do

A small, versioned tool set. Read your events and sales, create coupons, look up a visitor. Every call runs against your own scopes.

get_events

List events for an organization

get_ticket_sales

Get sales analytics for an event

create_coupon

Generate a new discount coupon

lookup_visitor

Find visitor details by email/phone

Build on CHI

Read the API reference, or ask for a beta invite to the MCP server and the CLI.

Read the setup prompt