INDIVIDUAL MCP TOOL
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).
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 endpoint
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.
Related tools
search_frictions— Ranked search over the Copilot Studio Friction Index.lookup_error— Exact/substring match against all known Copilot Studio error codes and error messages in the register.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).list_frictions— Browse the register: compact list of all published friction records, sorted by last-verified date (newest first).list_patterns— All reusable build patterns that prevent whole classes of Copilot Studio friction before they happen (e.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.