Strategy ONE
Interact with Agents Using an MCP Server
Beginning in Strategy One (December 2025), you can interact with agents from multiple clients in a ChatGPT-like interface. The MCP server in Strategy Library exposes tools that allows MCP client applications to discover, interact with, and query agents directly. MCP clients can list available agents, view their details, and direct questions to specific agents via remote calls. The MCP server enables real-time, cross-system interaction with agents from multiple clients, improving usability, extensibility, and integration across platforms. It reduces operational friction and increases automation by allowing external tools to leverage agents programmatically.
You can interact with agents using the following MCP clients:
Beginning in Strategy One (January 2026), you can also use these MCP clients:
If you are working with a container-based environment, Enable the MCP Server before connecting MCP clients to it for interaction with agents.
Use Cases
-
List all agents connected to the MCP server, so that you know what you are working with. The MCP server returns agent names, IDs, and descriptions.
-
Ask a question. The MCP client determines the target agent, invokes it, and retrieves the answer.
Prerequisites
You must have the privileges outlined below.
| Action | Required Privilege | Notes |
| Connect to MCP server | Authenticated user | Clients must have valid credentials and tokens |
| List agents | Read access | Only users with permission can list agents |
| Ask agent | Run AI Bots | Must be allowed to execute actions and questions |
Agents must be certified to be used in the MCP server. This allows you to determine which agents are available. For example, if you want to test only production agents, you can certify only those.
Use a MCP Server Connection in Claude
Connect to the MCP Server
-
Log into Claude PRO version.
-
In the toolbar in the chat box, click the Search and Tools icon
and select Manage Connectors.
-
Click Browse Connectors.
-
In the introductory paragraph, click the link for add a custom one.
-
In the Add Custom Connector window, type a Name for the connector.
-
Type your Remote MCP Server URL.
-
Click Add.
-
If the same window opens again, click Cancel.
-
Check that your new connector displays in the list of connectors.
-
Click Connect next to your new connector.
-
Strategy Library opens. Log in with your credentials.
-
At the message, click Open Claude.
Your new connector now displays Configure instead of Connect.
-
Click the New Chat icon
in the sidebar. -
In the toolbar in the chat box, click the Search and Tools icon
. Your new connector is now listed and ready for use.
Use Claude to Interact with Agents
-
In the Claude chat box, you can ask to list your agents.
-
You can ask Claude to provide details about a specific agent.
-
Ask a question to your agents.
Use a MCP Server Connection in Copilot
Connect Using Copilot
-
Open Copilot.
-
Open a new window using Ctrl+Shift+P.
-
Look up MCP: Add Server.
-
Choose HTTP (HTTP or Server-Sent Events).
-
Paste your MCP server URL using the following syntax:
https://env-domain/collaboration/mcp/agent
Replace domain with your MCP server.
-
Type a Name for the server.
-
Select Global.
-
Click Allow authentication.
-
Click Open the external website.
-
Strategy Library opens. Log in with your credentials.
-
In the window, click Open Visual Studio Code.
-
Ensure your mcp.json file looks like the image below, with your own URL. Click Start above the mcp line.
-
Click Allow to connect.
-
Ensure that the MCP connection is running, by checking the mcp.json file for the Running status.
Use Copilot to Interact with Agents
-
Open a chat window by clicking the Chat icon
at the top of the screen. -
In the chat window, ask Copilot to list your agents. Click Allow to retrieve the response. This is also a good way to ensure that the MCP server is connected.
-
Ensure that the chat box is set to Agent as shown below.
-
You can ask Copilot to provide details about a specific agent or ask a question to your agents.
Use a MCP Server Connection in Gemini Enterprise
Connect Using Gemini Enterprise
-
Check out your GitHub repository.
-
Create a Python virtual environment.
-
Install all dependencies from pyproject.toml.
-
Ensure the mcp_url and AUTH_ID match in both agent.py and deploy.py.
-
Deploy your ADK agent to the Vertex AI Agent Engine by running the following command:
python deploy.py -
Once deployment succeeds, you can view your agent running in the Agent engine:
-
Add a new resource to the Gemini Enterprise Authorization server and register the ADK agent to Gemini Enterprise. Follow the steps below:
-
Search for Gemini Enterprise.
-
Navigate to agents.
-
Click Add Agent.
-
Select Custom Agent Via Agent Engine.
-
-
Add a new authorization, ensuring that the Authorization ID matches the AUTH_ID deployed in the deploy.py script.
-
Click Next.
-
Add your agent's configuration. Follow the steps below:
-
Use the same Authorization ID as above.
-
Type the resource name of the ADK engine in the Agent Engine Reasoning box. You can find the resource name in the Agent Engine portal.
-
Click Create.
-
Use Gemini Enterprise to Interact with Agents
-
Open the Gemini Enterprise interface.
-
Select Agents and choose your agent.
-
You can interact with your agent in Gemini, to provide details about a specific agent or ask a question to your agents.
Use a MCP Server Connection in ChatGPT
Connect using ChatGPT
-
Open ChatGPT.
-
In the bottom left, click your name.
-
Click Settings.
-
Click Apps & Connectors.
-
Click Create App.
-
Fill in the information to create the app.
-
Add an Icon image file (optional).
-
Type a Name, an optional Description, and the MCP Server URL using the format https://env-domain/collaboration/mcp/agent, replacing domain with your MCP server.
-
From the Authentication drop-down list, select OAuth.
-
Type the Authorization ID.
-
Select the check box next to I understand and want to continue.
-
-
Click Create.
You can now interact with your agent in ChatGPT.
Use a MCP Server Connection in Copilot Studio
Connect using Copilot Studio
-
Open Copilot Studio.
-
Click Agents in the toolbar on the left.
-
Create a new agent by clicking Create Blank Agent in the toolbar or click an existing agent.
-
Scroll down to the Tools section and click Add Tool.
-
Click New Tool on the right, below the suggestions.
-
Click Model Context Protocol.
-
Type the Server Name, Server Description, and Server URL including the complete server path.
-
For the Authentication, select OAuth 2.0.
-
For the Type, select Manual.
-
Type your Client ID, Client Secret, Authorization URL, Token URL Template, Refresh URL, and Scopes.
-
Click Create.
-
Copy the Redirect URL displayed in the Preview window. Provide it to the MCP owner, so they can help to add the redirect_url in the MCP configuration.
-
The MCP owner adds it in Workstation, in the environment's properties. It is located on the Library page, in the Model Context Protocol for Agent section, as shown below:
-
-
Click Next.
-
To establish the connection, click Not Connected.
-
After you are signed in and connected, click Create.
-
A new browser window displays. Strategy Library opens. Log in with your credentials.
You can now interact with your agent using Copilot Studio.
Use a MCP Server Connection in AWS/Amazon Quick Suite
Connect to the MCP Server
-
Log into the AWS access portal.
-
Click AdministratorAccess.
-
Search for Amazon Quick Suite and select it.
-
In the navigation bar on the left, click Integrations.
-
Click the Actions tab. Click Add (the plus sign) in the Model Context Protocol box.
-
Type the Name and Description.
-
In the MCP Server Endpoint box, copy and paste your MCP server URL using the following syntax:
https://env-domain/collaboration/mcp/agent
Replace domain with your MCP server.
-
Click Next.
-
Click User Authentication as the Authentication Method.
-
Type the Client ID, Client Secret, Token URL, and Authorization URL.
-
Click Create and Continue.
-
Log in to Strategy Library with your credentials.
-
Review the list of enabled actions. Click Next.
-
If the Share Integration page displays, click Done.
Start Testing
-
In the navigation panel on the left, click Chat Agents.
-
Click Create Chat Agent.
-
If you want to specify the agent's persona, describe it, then click Generate. If not, click Skip.
-
Type a name in the box at the top of window.
-
In the Actions section at the bottom of the window, click Link Actions.
-
Select MCP Agent, then click Link.
-
At the top of the window, click Launch Chat Agent.
-
Once the Successfully Launched Chat Agent message displays, you can interact with your agent using AWS.
