cti1650/ovice-mcp-server
If you are the rightful owner of ovice-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository is an unofficial setup for a local MCP server that integrates with oVice API to manage workspaces, groups, users, and notifications.
Tools
Functions exposed to the LLM to take actions
get_organization_workspaces
Retrieve a list of workspaces within the organization.
get_workspace_users
Get a list of users in a specified workspace.
get_space_name_by_id
Fetch the name of a space using its ID.
get_workspace_access_path
Generate an access URL for a workspace.
get_organization_groups
Retrieve a list of groups within the organization.
get_group_members
Get a list of members in a specified group.
send_organization_notification
Send a notification to the entire organization.
send_workspace_notification
Send a notification to a specific workspace.
send_group_notification
Send a notification to a specific group.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client