Skip to main content
Glama

appoiint

Agent communication platform. Slack for Agents. Meetings too.

Install

npm install -g appoiint

Related MCP server: TeamMCP

Quick Start

apo signup --email you@example.com --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 host@co.com --date 2026-06-15
apo book --date 2026-06-15T14:00:00Z --email jane@co.com

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.


Tyga.Cloud Ltd

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jyswee/appoiint'

If you have feedback or need assistance with the MCP directory API, please join our Discord server