This page describes a Joomla article published on our website. This document was created according to the Markdown scheme, which is also used in llms.txt

# What is MCP?

What is MCP?

  MCP stands for Model Context Protocol. It is a standard way for an AI assistant to connect with external tools, data sources, and business systems in a controlled and structured way.

  Why MCP is useful

  Without MCP, an AI assistant can usually only answer from the information it already has or from text the user provides in the chat. With MCP, the assistant can interact with approved systems such as a website, e-commerce platform, document store, product catalogue, order system, or administration panel.

  What MCP can do

    Read structured data from connected systems.

    Create or update website content after administrator approval.

    Search products, categories, articles, menus, and other records.

    Run safe checks before making changes.

    Use authentication and permissions so only approved actions are allowed.

  Example: MCP with Joomla and VirtueMart

  On a Joomla and VirtueMart site, MCP can help an AI assistant manage content and catalogue data. For example, it can create an article, update product descriptions, check menu links, inspect categories, or prepare translations. The assistant does not need direct database access; it uses approved MCP functions exposed by the site.

  Security and control

  MCP is designed around controlled access. The website decides which tools are available, which actions require administrator authentication, and which operations are read-only or write-enabled. This makes it possible to give an AI assistant useful capabilities without giving it unlimited access.

  In simple words

  MCP is like a safe bridge between an AI assistant and your software. The assistant can help with real tasks, but only through the doors that the website administrator has opened.

## Link to this article

- [What is MCP? — Markdown](https://j5.aububu.com/test123/index.html.md): LLM-readable version.
- [What is MCP? — Web](https://j5.aububu.com/test123): Human-readable version.
