MCP.so
登录
F

Freento Mcp Server

@freento

关于 Freento Mcp Server

Freento MCP is a Magento 2 extension that implements the Model Context Protocol — an open standard for connecting AI assistants to external data sources. With this extension, you can:

基本信息

分类

其他

传输方式

stdio

发布者

freento

提交者

Tatiana Lapo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "magento": {
      "type": "http",
      "url": "https://your-store.com/freento_mcp/index/index"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Freento Mcp Server?

Freento Mcp Server is a Magento 2 extension implementing the Model Context Protocol (MCP). It allows AI assistants to query orders, products, customers, inventory, generate sales reports, monitor system health, and audit admin users and security settings through a secure OAuth 2.0 bridge.

How to use Freento Mcp Server?

Install via Composer (composer require freento/module-mcp) or manually, enable the module, then configure an ACL role and OAuth client in Magento Admin. Generate an access token and configure your MCP-compatible AI client (Claude Code, Claude Desktop, or ChatGPT) with the endpoint URL (https://your-store.com/freento_mcp/index/index) and Bearer token. Tools appear automatically after connection.

Key features of Freento Mcp Server

  • Query orders, products, customers, and inventory via natural language
  • Generate sales reports and analytics on the fly
  • Monitor PHP, MySQL, cache, and search engine versions
  • Audit admin users and detect locked accounts
  • Filter, sort, paginate, and aggregate data with multiple operators
  • Role-based access control and OAuth 2.0 authentication

Use cases of Freento Mcp Server

  • Ask "How many orders were placed last month?" and get instant data
  • Find out-of-stock products or low inventory items
  • Analyze top customers and recommend retention strategies
  • Check system versions and admin account security
  • Generate revenue reports grouped by month or payment method

FAQ from Freento Mcp Server

What are the requirements?

Magento 2.4.x (Open Source or Commerce), PHP 8.1 or higher, and an MCP-compatible AI client like Claude Code, Claude Desktop, or ChatGPT with an MCP plugin.

How do I fix an "Authentication failed" error?

Verify your access token is correct, check the OAuth Client is enabled in Magento Admin, and regenerate the token if it expired. Also ensure the ACL role has the necessary permissions.

Can I hide customer personal data from the AI?

Yes. Enable anonymity mode in Stores > Configuration > Freento MCP > Privacy to hide emails and names from tool responses. This prevents customer PII from being transmitted to third-party AI services.

What transports does the server use?

The MCP server uses HTTP transport. The endpoint is at https://your-store.com/freento_mcp/index/index and expects a JSON-RPC 2.0 request with a Bearer token in the Authorization header.

How do I troubleshoot tools not appearing?

Ensure the module is enabled (php bin/magento module:status Freento_Mcp), flush the Magento cache (php bin/magento cache:flush), and reconnect MCP in your AI client (e.g., /mcp in Claude Code).

评论

其他 分类下的更多 MCP 服务器