Generates Power Platform custom connectors with MCP integration for Copilot Studio, including schema generation, C# scripts, validation, troubleshooting, and certification prep.
From awesome-copilotnpx claudepluginhub ctr26/dotfiles --plugin awesome-copilotThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio.
Currently Supported:
Not Yet Supported:
Create complete Power Platform connector with:
Core Files:
apiDefinition.swagger.json with x-ms-agentic-protocol: mcp-streamable-1.0apiProperties.json with connector metadata and authenticationscript.csx with custom C# transformations for MCP JSON-RPC handlingreadme.md with connector documentationMCP Integration:
/mcp endpoint for JSON-RPC 2.0 communicationValidate schemas for Copilot Studio compliance:
$ref) in tool inputs/outputs["string", "number"])Common issues and fixes:
x-ms-agentic-protocol headerGenerate all files for a new Power Platform MCP connector from scratch, including CLI validation setup.
Analyze and fix existing schemas for Copilot Studio compliance using paconn and validation tools.
Diagnose and resolve MCP integration issues with Copilot Studio using CLI debugging tools.
Add MCP capabilities to existing Power Platform connector with proper validation workflows.
Prepare connector for Microsoft certification submission with complete metadata and validation compliance.
Implement OAuth 2.0 authentication enhanced with MCP security best practices and advanced token validation.
1. apiDefinition.swagger.json
POST /mcp with proper protocol header2. apiProperties.json
iconBrandColor required)3. script.csx
4. Implementation guidance
x-ms-agentic-protocol: mcp-streamable-1.0 in MCP endpointpaconn validate --api-def apiDefinition.swagger.json passes without errorspac connector create/updateConnectorPackageValidator.ps1 runs successfullyMode: Complete New Connector
Connector Name: Customer Analytics MCP
Server Purpose: Customer data analysis and insights
Tools Needed:
- searchCustomers: Find customers by criteria
- getCustomerProfile: Retrieve detailed customer data
- analyzeCustomerTrends: Generate trend analysis
Resources:
- Customer profiles (JSON data)
- Analysis reports (structured data)
Authentication: oauth2
Host Environment: Azure Function
Target APIs: CRM REST API