How to Connect OIC Integrations to Oracle AI Agent Studio

By leveraging the Model Context Protocol (MCP), you can seamlessly turn your Oracle Integration Cloud (OIC) flows into executable tools inside Oracle AI Agent Studio.

Step 1: Configure the MCP Server & Add Integrations
1. Configure MCP server 

Step 2: Create the Tool in AI Agent Studio

Open Tools ->  Click Add button


Select the tool type as MCP and provide tool name, family and product.


Step 3: Set Up Connection & Security

Provide the MCP server URL which is obtained from OIC AI Agent tool, select transport type as "Streamable HTTP" and Token URL and client credentials.

Client Credentials Sample Json:

{
 "grant_type": "client_credentials",
 "scope": "https://XXXX.integration.ocp.oraclecloud.com:443urn:opc:resource:consumer::all",
 "client_id": "DCSDSDSD",
 "client_secret": "SDSDSD"
}

Step 4: Map Integrations & Preview

Select the required integration from the list of added integartions in the OIC tool



You can preview the tool


Pass the tool parameters (OIC integration parameters) and preview.

*/

No comments:

Post a Comment