← Registry

Developer Tools

pinappai.com

Manages and analyzes change requests and reviews for software projects.

1 endpoint38 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.pinappai.com/mcp

No auth detected

MCP server metadata

Name
pinappai
Version
0.1.0
Capabilities
toolsprompts
Server instructions

PinAppAI exposes guided workflows as MCP prompts. If this client does not surface them, call pinappai_get_workflow and follow the returned procedure verbatim rather than improvising.

Known tools 38

list_projects

List PinAppAI projects this API key can access.

Inferred read-only
get_review_summary

Cheap one-call summary of change-request state for a project.

Inferred read-only
list_change_requests

List change requests for a project with filters + cursor pagination.

Inferred read-only
get_change_request

Full detail for one change request.

Inferred read-only
analyze_patterns

Server-side deterministic groupings (by selector / page / reviewer / keyword) plus heuristic suggested_clusters of change requests.

Inferred read-only
get_screenshot

Return the screenshot for a change request as an inline MCP image content block.

Inferred read-only
get_project

Get a single project by slug — name, allowed_origins, archive state, and the embeddable widget api_key.

Inferred read-only
create_project

Create a new PinAppAI project inside the API key's workspace.

Potential side effects
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).

Potential side effects
archive_project

Soft-archive a project — the widget stops accepting new feedback but the project + history is preserved.

Inferred read-only
unarchive_project

Restore an archived project — the widget starts accepting feedback again on pages that still embed the snippet.

Inferred read-only
list_workspaces

List all workspaces the API key's user is a member of, with role per workspace.

Inferred read-only
create_workspace

Create a new workspace owned by the API key's user.

Potential side effects
get_workspace

Get the API key's workspace details (slug, name, plan, tier) plus the user's role in that workspace.

Inferred read-only
update_workspace

Rename or re-slug the API key's workspace.

Inferred read-only
delete_workspace

Schedule the API key's workspace for permanent deletion (7-day grace window).

Inferred read-only
list_members

List members of the API key's workspace with their roles, sorted owner → admin → editor → viewer.

Inferred read-only
invite_member

Invite a user to the API key's workspace as admin / editor / viewer (default editor).

Inferred read-only
update_member_role

Change a workspace member's role.

Inferred read-only
remove_member

Remove a member from the API key's workspace.

Potential side effects
list_reviewers

List external reviewers on a project (people invited via invite_reviewer).

Inferred read-only
invite_reviewer

Invite an external reviewer to a project.

Inferred read-only
revoke_reviewer

Revoke an external reviewer's access.

Inferred read-only
list_audit_events

Read audit log entries for the API key's workspace.

Inferred read-only
list_api_keys

List API keys (active + recently-revoked) in the calling key's workspace.

Inferred read-only
get_api_key

Get a single API key's metadata by id (no plaintext / hash).

Inferred read-only
revoke_api_key

Soft-revoke an API key (reversible via restore_api_key for 7 days).

Inferred read-only
restore_api_key

Restore a soft-revoked API key (within 7 days of revocation).

Inferred read-only
get_me

Whoami probe — returns the user behind the API key, the workspace it's bound to, the user's role in that workspace, and the API key's metadata.

Inferred read-only
update_me_profile

Update the API key user's display name.

Potential side effects
export_my_data

GDPR Art.

Inferred read-only
pinappai_get_iteration_coverage

Read coverage metrics for an iteration: items_decided / manifest_size + items_undecided + per-reviewer decided_count + disagreement_count.

Inferred read-only
pinappai_list_iterations

Paginated history of iterations for a project, newest first.

Inferred read-only
pinappai_list_apply_inbox

v3 Apply-inbox listing.

Inferred read-only
pinappai_apply_change_requests

v3 atomic apply primitive.

Inferred read-only
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.

Inferred read-only
pinappai_register_change_items

Register the items of a freshly written /changes/ review page with the server — REQUIRED after generating or regenerating the page, or the in-page review chip and decision bars have no data.

Inferred read-only
pinappai_get_workflow

Return the full procedure for a PinAppAI guided workflow, rendered exactly as the /pinappai:<name> prompt delivers it.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pinappai.com was fetched 2026-08-29T06:08:38.530Z.

Trust status Neutral

pinappai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.