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
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"
}
Select the required integration from the list of added integartions in the OIC tool
You can preview the tool
No comments:
Post a Comment