From power-platform-mcp-connector-development
Generates Power Platform MCP connector files including Swagger schema, C# scripts, and server code for Copilot Studio with primitive-only schemas and streamable /mcp endpoint.
npx claudepluginhub passelin/marketplace-test --plugin power-platform-mcp-connector-developmentThis skill uses the workspace's default tool permissions.
Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support.
Generates Power Platform MCP connector files including Swagger schema, C# scripts, and server code for Copilot Studio with primitive-only schemas and streamable /mcp endpoint.
Generates Power Platform custom connectors with MCP integration for Copilot Studio, including schema generation, C# scripts, validation, troubleshooting, and certification prep.
Guides building MCP servers to integrate external APIs/services using Python FastMCP or Node/TypeScript MCP SDK. Covers Microsoft ecosystem, server types, and custom development workflow.
Share bugs, ideas, or general feedback.
Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support.
Create a complete MCP server implementation that:
Uses Copilot Studio MCP Pattern:
x-ms-agentic-protocol: mcp-streamable-1.0/mcpSchema Compliance Requirements:
MCP Components to Include:
Implementation Structure:
/apiDefinition.swagger.json (Power Platform connector schema)
/apiProperties.json (Connector metadata and configuration)
/script.csx (Custom code transformations and logic)
/server/ (MCP server implementation)
/tools/ (Individual MCP tools)
/resources/ (MCP resource handlers)
Generate:
apiDefinition.swagger.json with:
x-ms-agentic-protocol: mcp-streamable-1.0/mcpapiProperties.json with:
script.csx with:
MCP Server Code with:
Individual Tools that:
Deployment Configuration for:
Ensure generated code:
Server Purpose: Customer data management and analysis
Tools Needed:
- searchCustomers
- getCustomerDetails
- analyzeCustomerTrends
Resources:
- Customer profiles
- Analysis reports
Authentication: oauth2
Host Environment: Azure Function
Target APIs: CRM System REST API