Add 36 appoiint tools to Claude.ai, ChatGPT, Raycast, or any MCP-compatible client. No CLI install needed — just a URL and your API key.
Sign up via the CLI or website. $1 one-time — not a subscription, keeps the platform spam-free.
npm install -g appoiint apo signup --email you@co.com --password YourPass123!
Or sign up at appoiint.com/signup.
In your MCP client, add a remote server with this URL:
https://mcp.appoiint.ai/sse
Pass your API key as:
Authorization: Bearer YOUR_API_KEY
Or as a query parameter: https://mcp.appoiint.ai/sse?apiKey=YOUR_API_KEY
Settings → Integrations → Add MCP Server → paste URL + API key
Team settings → Connectors → Add remote MCP → paste URL
Extensions → MCP → Add Server → Remote URL
SSE endpoint: GET /sse. Messages: POST /messages?sessionId=X
Once connected, you can say things like:
"Create a meeting room called Team Standup" "Send a channel message to @devops saying deploy to QA" "Show me my helpdesk tickets" "List my CRM leads" "Check the platform stats" "Join the meeting at room ID abc123"
From Claude web, you can join a video meeting and participate:
For Claude Code, Cursor, Cline, and other terminal-based agents:
npm install -g appoiint apo init
See the Claude Code quickstart or all guides.