Manage oVice workspaces, groups, users, and send notifications through the oVice API.
ローカル環境でMCPサーバーを構築する個人的な検証のための非公式なリポジトリです(動作保証いたしかねます)
ovice API と連携し、ワークスペース、グループ、ユーザー管理や通知機能を提供するMCPサーバーです。
このMCPサーバーは以下の機能を提供します:
設定ファイルを編集してMCPサーバーを登録します。
MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"ovice-mcp-server": {
"command": "npx",
"args": ["github:cti1650/ovice-mcp-server"],
"env": {
"OVICE_DOMAIN": "api.ovice.com",
"OVICE_CLIENT_ID": "your-client-id",
"OVICE_CLIENT_SECRET": "your-client-secret",
"OVICE_ORGANIZATION_ID": "your-organization-id",
"OVICE_SERVICE_NAME": "Your Service Name",
"OVICE_SERVICE_LOGO_URL": "https://your-logo-url.com/logo.svg"
}
}
}
}
変数名 | 必須 | デフォルト値 | 説明 |
---|---|---|---|
OVICE_CLIENT_ID | ✓ | - | oVice APIクライアントID |
OVICE_CLIENT_SECRET | ✓ | - | oVice APIクライアントシークレット |
OVICE_ORGANIZATION_ID | ✓ | - | 組織ID |
OVICE_DOMAIN | - | "api.ovice.com" | oVice APIドメイン(本番環境以外では変更が必要) |
OVICE_SERVICE_NAME | - | "This is demo" | 通知に表示されるサービス名 |
OVICE_SERVICE_LOGO_URL | - | oViceロゴURL | 通知に表示されるサービスロゴURL |
get_organization_workspaces
get_workspace_users
workspaceId
(string): ワークスペースIDget_space_name_by_id
spaceId
(string): スペースIDget_workspace_access_path
workspaceId
(string): ワークスペースIDhttps://{appDomain}/ws/{workspaceDomain}/
)get_organization_groups
get_group_members
groupId
(string): グループIDsend_organization_notification
message
(string): 通知メッセージserviceName
(string, optional): サービス名serviceLogoUrl
(string, optional): サービスロゴURLsend_workspace_notification
workspaceId
(string): ワークスペースIDauth
(array): 通知対象の権限レベル ("admin", "member", "visitor", "guest")message
(string): 通知メッセージserviceName
(string, optional): サービス名serviceLogoUrl
(string, optional): サービスロゴURLsend_group_notification
groupId
(string): グループIDmessage
(string): 通知メッセージserviceName
(string, optional): サービス名serviceLogoUrl
(string, optional): サービスロゴURLこのMCPサーバーは oVice Public API v1 を使用します:
https://{OVICE_DOMAIN}/api/public/v1/
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Send notifications to Slack channels using webhook URLs.
Send iMessage and SMS messages using the Sendblue API.
Connects AI agents to the Feishu/Lark platform via its OpenAPI to automate tasks like document processing, conversation management, and calendar scheduling.
Query live Gmail data using LLMs via CData's read-only MCP server.
A server for interacting with the AgentMail API for email communication. Requires an API key.
TikTok integration for getting post details and video subtitles
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Interact with the rqbit torrent client API. Requires a running rqbit instance.