Built-in tools
MCP tools are capabilities that AI clients can invoke through the MCP protocol. Each tool has a name, description, input schema, and output format. Tools are filtered by the admin user's ACL permissions — the AI client can only use tools the authorizing admin has access to.
The AI Integration extension includes four built-in tools:
📄️ Store Info
The Store Info tool returns store configuration and structure — websites, store views, currencies, and locale settings.
📄️ Database Reader
The Database Reader tool executes read-only SQL queries against the Magento database. It supports SELECT, DESCRIBE, SHOW, and EXPLAIN statements.
📄️ REST API
The REST API tool provides full access to Magento's REST API — the same endpoints available at /rest/V1/*. It supports GET, POST, PUT, and DELETE methods, as well as asynchronous and bulk operations.
📄️ GraphQL Query
The GraphQL Query tool executes queries and mutations against Magento's GraphQL API.