Discover Integrations as Tools from MCP Clients

To discover integrations as agentic AI tools from MCP clients or AI agent frameworks that support MCP, you need to specify the MCP server URL and use the transport mechanism streamable HTTP.

Prerequisites:

You need to create a confidential client application, register an integration as an agentic AI tool, enable MCP for the project, and get the MCP server URL.
  1. Complete Prerequisites: Create and Activate the Client Application
  2. Register an Integration as an Agentic AI Tool
  3. Enable MCP for the Project
  4. Get the MCP Server URL

Information You Need to Connect to a Project's MCP server

MCP server URL:
  • How to get it: see Get the MCP Server URL.
  • Use the runtime URL. Format:
    https://<NameOfServiceInstance>.integration.<region>.ocp.oraclecloud.com/mcp-server/v1/projects/<ProjectName>/mcp
    Example:
    
    https://myinstance.integration.eu-frankfurt-1.ocp.oraclecloud.com/mcp-server/v1/projects/PROJECTA/mcp
    

Access token for the confidential client application. See Complete Prerequisites: Create and Activate the Client Application to get the information.

Transport mechanism:
  • streamable HTTP

Connect to the Project MCP Server with an MCP Client

Here's an example of connecting to a project's MCP server with Postman. You configure OAuth Authorization in Postman and add the MCP Server URL.


Postman showing connection to Oracle Integration MCP server. The URL in the address bar is " https://myinstance.integration.eu-frankfurt-1.ocp.oraclecloud.com/mcp-server/v1/projects/PROJECTA/mcp ". The Tools tab displays GET_FORECAST and GET_WEATHER options, with input fields for city and units under GET_FORECAST. On the right, a JSON method configuration tools/call is shown. A Connect button is highlighted in blue at the top right.