Developer Tools
pinappai.com
Manages and analyzes change requests and reviews for software projects.
ENDPOINT 1
https://mcp.pinappai.com/mcp
MCP server metadata
- Name
- pinappai
- Version
- 0.1.0
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_change_requestsList change requests for a project with filters + cursor pagination.
Inferred read-onlyanalyze_patternsServer-side deterministic groupings (by selector / page / reviewer / keyword) plus heuristic suggested_clusters of change requests.
Inferred read-onlyget_screenshotReturn the screenshot for a change request as an inline MCP image content block.
Inferred read-onlyget_projectGet a single project by slug — name, allowed_origins, archive state, and the embeddable widget api_key.
Inferred read-onlyupdate_projectUpdate 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 effectsarchive_projectSoft-archive a project — the widget stops accepting new feedback but the project + history is preserved.
Inferred read-onlyunarchive_projectRestore an archived project — the widget starts accepting feedback again on pages that still embed the snippet.
Inferred read-onlylist_workspacesList all workspaces the API key's user is a member of, with role per workspace.
Inferred read-onlyget_workspaceGet the API key's workspace details (slug, name, plan, tier) plus the user's role in that workspace.
Inferred read-onlydelete_workspaceSchedule the API key's workspace for permanent deletion (7-day grace window).
Inferred read-onlylist_membersList members of the API key's workspace with their roles, sorted owner → admin → editor → viewer.
Inferred read-onlyinvite_memberInvite a user to the API key's workspace as admin / editor / viewer (default editor).
Inferred read-onlylist_reviewersList external reviewers on a project (people invited via invite_reviewer).
Inferred read-onlylist_api_keysList API keys (active + recently-revoked) in the calling key's workspace.
Inferred read-onlyget_meWhoami 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-onlypinappai_get_iteration_coverageRead coverage metrics for an iteration: items_decided / manifest_size + items_undecided + per-reviewer decided_count + disagreement_count.
Inferred read-onlypinappai_list_iterationsPaginated history of iterations for a project, newest first.
Inferred read-onlypinappai_reset_review_dataPermanently 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-onlypinappai_register_change_itemsRegister 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-onlypinappai_get_workflowReturn the full procedure for a PinAppAI guided workflow, rendered exactly as the /pinappai:<name> prompt delivers it.
Inferred read-onlyCONNECT 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.
pinappai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.