MuK AI MCP
Remote MCP Servers for Your AI Agents
MuK IT GmbH - www.mukit.at
Overview
MuK AI MCP turns MuK AI into an
MCP client. Register remote MCP servers
— anything speaking the Model Context Protocol
over Streamable HTTP — and their tools become
callable by your AI agents right inside chat. Servers
can be shared with everyone, with selected users, or
kept private, and every discovered tool can be toggled
and categorized on its own. Plugs into
muk_ai via _inherit only
— no fork.
Connect & Discover
Point a server record at a remote endpoint, pick the
authentication (none, bearer token, API key header, or
custom headers), and hit Test Connection.
Refresh Tools runs the MCP handshake and
caches the advertised tools locally — each with an
Enabled toggle and a Read / Write category
that drives the approval gate.
Call Remote Tools from Chat
Remote tools join the agent catalog under prefixed names
(mcp__<server>__<tool>). They are
deferred by default and loaded on demand via
tool_load, so hundreds of remote tools never
bloat the prompt. The agent calls them mid-conversation and
their results flow straight back into the chat.
Safe by Default
Discovered tools default to the Write category: the agent must get your approval before every call, with a clear preview of the server, tool, and arguments. Mark a tool Read Only to let it run without a prompt, and read-only agents are blocked from write tools entirely. Remote output is always treated as untrusted external content.
Shared & Per-User
Administrators publish shared servers to everyone or to selected users; any user can register their own private servers with their own credentials. Secrets are write-only — stored on save, protected by field-level groups, and never shown again, so a shared server can be used without ever exposing its token. An optional daily cron keeps every tool cache fresh.
Want more?
Are you having troubles with your Odoo integration? Or do you feel
your system lacks of essential features?
If your answer is YES
to one of the above questions, feel free to contact us at anytime
with your inquiry.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 26525 |
| Technical Name |
muk_ai_mcp |
| License | See License tab |
| Website | http://www.mukit.at |
MuK AI MCP
Connect remote MCP servers to MuK AI. A server record stores the endpoint, credentials, and sharing settings of a remote MCP server (Streamable HTTP transport). Its discovered tools are cached locally, can be toggled and categorized individually, and become callable by the AI agents in chat sessions under prefixed names (mcp__<server>__<tool>).
Servers can be shared with everyone, with selected users, or kept private, and every user can register private servers with their own credentials. Credentials are write-only: they are stored on save and never displayed again, and users a server is shared with can use it but never read its secrets.
Remote tools default to the Write category, which routes them through the standard approval gate before the agent may call them and blocks them for read-only agents. Mark a tool Read Only to skip the gate.
This addon plugs into muk_ai's session runtime via _inherit only — no fork of muk_ai or muk_mcp source. Remote calls run synchronously inside the agent turn; slow servers delay the session until the configured timeout.
Installation
To install this module, you need to:
Download the module and add it to your Odoo addons folder. Afterward, log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button. Requires muk_ai.
Upgrade
To upgrade this module, you need to:
Download the module and add it to your Odoo addons folder. Restart the server and log on to your Odoo server. Select the Apps menu and upgrade the module by clicking on the upgrade button.
Configuration
Open MuK AI ▸ MCP ▸ Remote Servers and create a server: set a name, a short key (used as the tool-name prefix), the endpoint URL, and the authentication (none, bearer token, API key header, or custom headers). Use Test Connection to verify the endpoint and Refresh Tools to fetch the tool list. Toggle individual tools and adjust their category on the Tools page, and manage visibility on the Sharing page. An optional daily cron (AI MCP: Refresh Remote Tools, disabled by default) keeps the tool cache fresh.
MuK Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from MuK IT GmbH. The above permissions are granted for a single database per purchased license. Furthermore, with a valid license it is permitted to use the software on other databases as long as the usage is limited to a testing or development environment. You may develop modules based on the Software or that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the MuK Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module