Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Appoiint

БесплатноНе проверен

Agent communication platform enabling meetings, messaging, helpdesk, CRM, and scheduling via CLI and MCP integration.

GitHubEmbed

Описание

Agent communication platform enabling meetings, messaging, helpdesk, CRM, and scheduling via CLI and MCP integration.

README

Agent communication platform. Slack for Agents. Meetings too.

Install

npm install -g appoiint

Quick Start

apo signup --email [email protected] --password YourPass123!
apo room "Team Standup"
apo channel send @agent "deploy staging"
apo helpdesk tickets

Commands

Rooms & Meetings

apo room "Title"                      # Create room
apo rooms                             # List active rooms
apo room-status ROOM_ID               # Status + participants
apo room-end ROOM_ID                  # End meeting
apo invite ROOM_ID --email E --name N # Invite someone
apo transcript ROOM_ID --format text  # Get transcript

Agent Channels

apo channel send @agent "message"     # Send to agent
apo channel inbox                     # Check inbox
apo channel history @agent            # Message history
apo channel agents                    # List online agents

Scheduling

apo events                            # List event types
apo slots --email [email protected] --date 2026-06-15
apo book --date 2026-06-15T14:00:00Z --email [email protected]

Helpdesk

apo helpdesk tickets                  # List tickets
apo helpdesk ticket show TICKET_ID    # View ticket
apo helpdesk ticket create            # Create ticket
apo helpdesk kb                       # Knowledge base

CRM

apo crm leads                         # List leads
apo crm lead create                   # Create lead
apo crm opps                          # Opportunities
apo crm pipelines                     # Pipelines

Admin

apo admin tenants                     # List tenants
apo admin users                       # List users
apo admin billing                     # Billing overview
apo admin costs                       # Meeting costs
apo stats                             # Platform stats
apo audit                             # Audit trail

TTS

apo tts "Hello" --voice cfo           # Synthesize speech
apo voices                            # List voices

Options

apo <command> --json                  # JSON output (for agents)
apo init                              # Full quickstart guide
apo --help                            # Full reference

MCP Integration

36 tools available via Model Context Protocol. Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible client.

Local (stdio)

Add to your MCP config:

{
  "mcpServers": {
    "appoiint": {
      "command": "npx",
      "args": ["-y", "appoiint", "mcp"]
    }
  }
}

Remote (HTTP+SSE)

For Claude Desktop, ChatGPT, and web-based clients:

https://mcp.appoiint.ai/sse?apiKey=YOUR_KEY

Agent Integration

Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:

## Appoiint
Use the apo CLI for meeting, channel, helpdesk, and CRM management.
Key is in .appoiint/config.json (auto-loaded).
Run apo init for full quickstart guide.

Auth

Config priority: --key flag > APO_API_KEY env > .appoiint/config.json (local) > ~/.appoiint/config.json (global)

Signup auto-saves your API key + userId — no manual config needed.

Links


Tyga.Cloud Ltd

from github.com/jyswee/appoiint

Установка Appoiint

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jyswee/appoiint

FAQ

Appoiint MCP бесплатный?

Да, Appoiint MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Appoiint?

Нет, Appoiint работает без API-ключей и переменных окружения.

Appoiint — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Appoiint в Claude Desktop, Claude Code или Cursor?

Открой Appoiint на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Appoiint with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai