← 2ools.app

INDIVIDUAL MCP TOOL

update_project_member_role

Change one exact member to collaborator or viewer, or transfer ownership.

2ools.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://2ools.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_project_member_role and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

2ools.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.2ools]
url = "https://2ools.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "2ools": {
      "type": "http",
      "url": "https://2ools.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 2ools
Remote MCP URL: https://2ools.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "2ools": {
      "url": "https://2ools.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "2ools": {
      "type": "http",
      "url": "https://2ools.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "2ools",
  "transport": "streamable-http",
  "url": "https://2ools.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_public_preview — Turn a complete standalone HTML document already created in this chat into a temporary, read-only 2ools preview.
  • list_build_systems — List creative systems created by the authenticated account and compatible with an optional output target.
  • list_connected_engines — List privacy-minimized connected 2ools Engines for exact native dispatch.
  • get_project_engine_workspace — Read the privacy-safe Engine workspace attached to one project.
  • attach_project_engine_workspace — Owner-authorized attachment of one saved project to one exact opaque workspace on one exact online 2ools Engine.
  • register_existing_project — Create one durable Project OS record for a local or external project that list_projects did not match.
  • build_from_conversation — Create a new 2ools project from a structured conversation brief and queue one durable build.
  • start_project_on_engine — Create one new 2ools project and queue its first build on one exact connected Engine and provider selected by the person.