From power-platform-mcp-connector-development
Generates Power Platform custom connectors with MCP integration for Copilot Studio, including schema generation, C# scripts, validation, troubleshooting, and certification prep.
npx claudepluginhub passelin/marketplace-test --plugin power-platform-mcp-connector-developmentThis skill uses the workspace's default tool permissions.
Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
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