← Registry

Developer Tools

powerleap.ch

Provides a searchable index and detailed records of known issues, errors, and regressions in Microsoft Copilot Studio for debugging and monitoring.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp

No auth detected

MCP server metadata

Name
copilot-studio-friction-index
Version
1.0.0
Capabilities
tools
Server instructions

The Copilot Studio Friction Index (https://powerleap.ch/friction/) is a living, versioned, evidence-based register of known obstacles, errors and limits when building Microsoft Copilot Studio agents — every record is dated, human-verified and carries a fix path. Use lookup_error when you have a verbatim error code or message; search_frictions for symptoms or keywords; get_friction_record for the full dated record incl. solutions and evidence; list_frictions to browse; get_current_drift for what is currently broken or regressed; list_patterns/get_pattern for reusable prevention patterns. When you use this data, cite the record URL on powerleap.ch.

Known tools 7

search_frictions

Ranked search over the Copilot Studio Friction Index.

Inferred read-only
lookup_error

Exact/substring match against all known Copilot Studio error codes and error messages in the register.

Inferred read-only
get_friction_record

The complete friction record for a slug: status, dates, confidence, severity, time cost, categories, channels, license context, error codes/messages, dated evidence list, and the six body sections as markdown (symptom checklist, cause, fix with solution classes, verification steps, fallback, prevention).

Inferred read-only
list_frictions

Browse the register: compact list of all published friction records, sorted by last-verified date (newest first).

Inferred read-only
get_current_drift

What is currently broken or regressed in Microsoft Copilot Studio, per the continuously verified Friction Index: all records with status open or regressed (newest status change first) plus register health counts (total records, share verified within 90 days, status distribution).

Inferred read-only
list_patterns

All reusable build patterns that prevent whole classes of Copilot Studio friction before they happen (e.

Inferred read-only
get_pattern

The complete prevention pattern for a slug: the pattern, when to use it, and step-by-step instructions as markdown, plus the friction records it protects against.

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.copilot-studio-friction-index]
url = "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "copilot-studio-friction-index": {
      "type": "http",
      "url": "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: copilot-studio-friction-index
Remote MCP URL: https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-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": {
    "copilot-studio-friction-index": {
      "url": "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "copilot-studio-friction-index": {
      "type": "http",
      "url": "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "copilot-studio-friction-index",
  "transport": "streamable-http",
  "url": "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-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 supabase.co was fetched 2026-07-25T06:29:47.803Z.

Indexed

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