References

Identity, Project & Workspace Tools

MCP tools for account status, project management, workspaces, members, invites, chat, and action logs

account_status

Get information about the authenticated user and GitHub connection. Useful for verifying the agent connection is working.

No parameters.

Returns: user_id, github_username, avatar_url, has_github_app, and default_workspace.

project_list

List all projects in a workspace.

ParameterTypeRequiredDefaultDescription
workspacestringnodefaultWorkspace slug

Returns: projects with project_id, name, slug, is_default, and created_at.

project_create

Create a project to organize services.

ParameterTypeRequiredDefaultDescription
workspacestringnodefaultWorkspace slug
namestringyesProject display name

Returns: project_id, name, slug, and message.

project_rename

Rename a project and update its slug.

ParameterTypeRequiredDefaultDescription
workspacestringnodefaultWorkspace slug
projectstringyesCurrent project slug
new_namestringyesNew project name

project_delete

Delete a project and all associated services.

ParameterTypeRequiredDefaultDescription
workspacestringnodefaultWorkspace slug
projectstringyesProject slug

workspace_list

List workspaces the authenticated user belongs to.

No parameters.

Returns: workspaces with name, slug, description, role, is_default, plan, billing_method, balance, and suspension state.

Workspace membership tools

ToolDescription
workspace_createCreate a workspace
workspace_deleteDelete an empty non-personal workspace
workspace_inviteInvite a user by email or git username
workspace_accept_inviteAccept a pending invite
workspace_decline_inviteDecline a pending invite
workspace_revoke_inviteRevoke an outgoing invite
workspace_remove_memberRemove a member
workspace_list_membersList workspace members
workspace_list_invitesList incoming or outgoing invites

Operations tools

ToolDescription
chat_sendSend a workspace or project-scoped chat message
chat_readRead workspace or project-scoped chat messages
action_log_listList action log entries filtered by workspace, entity type, or entity ID

On this page