INDIVIDUAL MCP TOOL
pinappai_reset_review_data
Permanently deletes a project's review data: all change requests (+ their event history), iterations, reviewer decisions, ALL freeform pins/comments with their screenshots, and the /changes/-page registration tables.
LIVE ENDPOINT
https://mcp.pinappai.com/mcp
Connect to this endpoint to inspect the live schema for pinappai_reset_review_data and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.