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).

コメント

「その他」の他のコンテンツ