This is a really cool new feature in 25.10, enabling your project as an MCP Server, thus allowing its integrations to be exposed as Agentic AI tools.
Let's try this out -Exposing Integrations as AI Agent Tools
I have created a new project and clicked the Enable MCP Server, via project properties.
I add a simple integration that processes an order -
Essentially, I just echo the request payload, but also add an orderNr value.I test the integration -
Sehr gut, as we say in Bayern.Now to creating the tool -
I choose Integration - So what are these guidelines? Guidelines are sent to the LLM as part of the system prompt. They will help the LLM in deciding when or how to use the tool, e.g. I could add a guideline such as only use this tool for non-US customers.Also note the ability to manage the parameters - Now that I have the tool, let's use it.Invoking Integrations as AI Agent Tools
Step one is to create a confidential app for your OIC instance. You may already have one, so that's good. This app will support client credentials and will be assigned the Service Invoker role.
Testing the AI Agent Tool in Postman
The MCP URL is available in the project properties, however, we need to massage this somewhat. The correct format is as follows -
https://yourOICURL/mcp-server/v1/projects/AI_AGENT_TOOLS/mcp
Don't forget to replace my project name with yours!
Set up the client credentials authorization in Postman -
Summa Summarum
This is the first of many new features in this space. Agentic AI s on everyone's agenda, so roll on the 26 Q1 release!
