INDIVIDUAL MCP TOOL
update_project
Update editable fields on a project — slug, name, owner_email, allowed_origins, allow_anonymous_reviewers, primary_origin (review link), preview_origin (preview review link).
LIVE ENDPOINT
https://mcp.pinappai.com/mcp
Connect to this endpoint to inspect the live schema for update_project 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 contains a write-action term.
Parent server
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.pinappai]
url = "https://mcp.pinappai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pinappai": {
"type": "http",
"url": "https://mcp.pinappai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pinappai
Remote MCP URL: https://mcp.pinappai.com/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": {
"pinappai": {
"url": "https://mcp.pinappai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pinappai": {
"type": "http",
"url": "https://mcp.pinappai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pinappai",
"transport": "streamable-http",
"url": "https://mcp.pinappai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List PinAppAI projects this API key can access.get_review_summary— Cheap one-call summary of change-request state for a project.list_change_requests— List change requests for a project with filters + cursor pagination.get_change_request— Full detail for one change request.analyze_patterns— Server-side deterministic groupings (by selector / page / reviewer / keyword) plus heuristic suggested_clusters of change requests.get_screenshot— Return the screenshot for a change request as an inline MCP image content block.get_project— Get a single project by slug — name, allowed_origins, archive state, and the embeddable widget api_key.create_project— Create a new PinAppAI project inside the API key's workspace.