Advanced
Advanced guides for the AI Agent Connector extension covering protected stores (Cloudflare, CDN, HTTP auth), custom tool development, and troubleshooting.
📄️ Protected stores
AI clients make automated HTTP requests to your store's MCP and OAuth endpoints. Protection layers such as Cloudflare, other CDN/WAF services, or HTTP basic authentication can block these requests, preventing the client from connecting.
📄️ Add custom tools
If your module already implements a REST API (webapi.xml) or extends the GraphQL schema, you do not need to create custom MCP tools for it. The built-in REST API and GraphQL Query tools automatically discover and expose all endpoints from installed modules.
📄️ Troubleshooting
Common issues and solutions for the AI Agent Connector extension.