power-platform-mcp-connector-suite

Solid

Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation

AI & Automation 34,233 stars 4188 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Power Platform MCP Connector Suite Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio. ## MCP Capabilities in Copilot Studio **Currently Supported:** - ✅ **Tools**: Functions that the LLM can call (with user approval) - ✅ **Resources**: File-like data that agents can read (must be tool outputs) **Not Yet Supported:** - ❌ **Prompts**: Pre-written templates (prepare for future support) ## Connector Generation Create complete Power Platform connector with: **Core Files:** - `apiDefinition.swagger.json` with `x-ms-agentic-protocol: mcp-streamable-1.0` - `apiProperties.json` with connector metadata and authentication - `script.csx` with custom C# transformations for MCP JSON-RPC handling - `readme.md` with connector documentation **MCP Integration:** - POST `/mcp` endpoint for JSON-RPC 2.0 communication - McpResponse and McpErrorResponse schema definitions - Copilot Studio constraint compliance (no reference types, single types) - Resource integration as tool outputs (Resources and Tools supported; Prompts not yet supported) ## Schema Validation & Troubleshooting **Validate schemas for Copilot Studio compliance:** - ✅ No reference types (`$ref`) in tool inputs/outputs - ✅ Single type values only (not `["string", "number"]`) - ✅ Primitive types: string, number, integer, boolean, array, object - ✅ Resources as tool outputs, not separate entities - ✅ Full URIs for all endpoints **Com...

Details

Author
github
Repository
github/awesome-copilot
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

mcp-copilot-studio-server-generator

Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support

34,233 Updated today
github
AI & Automation Solid

mcp-developer

Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs.

9,537 Updated 1 weeks ago
Jeffallan
AI & Automation Solid

add-mcscopilot

Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.

317 Updated today
microsoft
AI & Automation Listed

mcp-builder

Build high-quality MCP servers with strong tool design, structured outputs, clear error handling, and realistic evaluations. Use when creating or improving MCP servers in TypeScript or Python for external APIs, services, or internal platforms.

1 Updated today
bg-szy
AI & Automation Listed

mcp-server-builder

Scaffold MCP servers from OpenAPI specs. TRIGGER when: user asks to build an MCP server, convert an OpenAPI/Swagger spec to MCP tools, generate MCP tool definitions, or scaffold a FastMCP/TypeScript MCP project. DO NOT TRIGGER when: user is configuring an existing MCP server, writing MCP clients, or working with Claude API directly (use claude-api skill).

1 Updated 1 weeks ago
DROOdotFOO