AI Platform Integration Guides
Connect AuditSwarm with your preferred AI platform.
Supported Platforms
| Platform | Transport | Status | Guide |
|---|---|---|---|
| ChatGPT | HTTP | Production | ChatGPT Setup |
| Microsoft Copilot Studio | HTTP | Production | Copilot Studio Setup |
| Claude Desktop | stdio (bridge) | Production | Claude Desktop Setup |
| Google Agent Builder | HTTP | Ready | Google Agent Builder Setup |
Quick Comparison
| Feature | ChatGPT | Copilot Studio | Claude Desktop | Agent Builder |
|---|---|---|---|---|
| Auth Method | OAuth 2.1 | OAuth 2.0 (Dynamic) | JWT Token | OAuth 2.1 |
| Setup Complexity | Medium | Easy | Medium | Medium |
| Best For | Consumer users | Enterprise teams | Developers | Google ecosystem |
| Multi-tenant | Yes | Yes | Single-tenant | Yes |
Architecture Overview
All platforms connect to the same MCP server backend:
AI Platform → HTTP/stdio → MCP Server → GraphQL API → Database
Key Design:
- 4 core tools:
suggest_change,query_data,get_current_context,help - Suggestions pattern: All changes require user approval
- OAuth 2.1: Secure token-based authentication
- Universal compatibility: Same tools work across all platforms
Related Documentation
- MCP Tools Reference - Complete tool documentation
- Suggestions Pattern - Why AI can't modify data directly
- Testing MCP Server - Local testing guide