Agent access
MCP & CLI setup for AI agents
Cheers exposes a minimal bearer-token API for agents. Sign in, open /me, then use Agent access to Reveal or Copy your token. Use Regenerate token there to rotate it; this invalidates the old token everywhere. Keep it private and treat it like a password.
Environment:
export CHEERS_TOKEN="your-dashboard-token"
export CHEERS_API_BASE="https://cheers.fedeponte.com" # optional; this is the default
MCP client config:
{
"mcpServers": {
"cheers": {
"command": "deno",
"args": ["run", "-A", "https://cheers.fedeponte.com/mcp.ts"],
"env": {
"CHEERS_TOKEN": "your-dashboard-token",
"CHEERS_API_BASE": "https://cheers.fedeponte.com"
}
}
}
}
The MCP command is deno run -A https://cheers.fedeponte.com/mcp.ts. CHEERS_API_BASE is optional and defaults to https://cheers.fedeponte.com.
MCP tools:
cheers_get_profilecheers_update_profilecheers_list_connectionscheers_get_connectioncheers_save_connectioncheers_update_connectioncheers_remove_connectioncheers_search_connections
MCP and CLI agent access use the HTTP /api endpoints and do not need --unstable-kv.
Optional power-user CLI:
deno run -A https://cheers.fedeponte.com/cli.ts whoami
deno run -A https://cheers.fedeponte.com/cli.ts profile
deno run -A https://cheers.fedeponte.com/cli.ts profile set --bio "Building agent CRM." --tags ai,crm
deno run -A https://cheers.fedeponte.com/cli.ts connections
deno run -A https://cheers.fedeponte.com/cli.ts connection <ownerSlug>
deno run -A https://cheers.fedeponte.com/cli.ts connections --json