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.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | no | default | Workspace slug |
Returns: projects with project_id, name, slug, is_default, and created_at.
project_create
Create a project to organize services.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | no | default | Workspace slug |
name | string | yes | — | Project display name |
Returns: project_id, name, slug, and message.
project_rename
Rename a project and update its slug.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | no | default | Workspace slug |
project | string | yes | — | Current project slug |
new_name | string | yes | — | New project name |
project_delete
Delete a project and all associated services.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | no | default | Workspace slug |
project | string | yes | — | Project 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
| Tool | Description |
|---|---|
workspace_create | Create a workspace |
workspace_delete | Delete an empty non-personal workspace |
workspace_invite | Invite a user by email or git username |
workspace_accept_invite | Accept a pending invite |
workspace_decline_invite | Decline a pending invite |
workspace_revoke_invite | Revoke an outgoing invite |
workspace_remove_member | Remove a member |
workspace_list_members | List workspace members |
workspace_list_invites | List incoming or outgoing invites |
Operations tools
| Tool | Description |
|---|---|
chat_send | Send a workspace or project-scoped chat message |
chat_read | Read workspace or project-scoped chat messages |
action_log_list | List action log entries filtered by workspace, entity type, or entity ID |