Freento Mcp Server
@freento
About 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:
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"magento": {
"type": "http",
"url": "https://your-store.com/freento_mcp/index/index"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments