Skip to content

Model Context Protocol (MCP) Integration

Pacific AI supports integration with applications that implement the Model Context Protocol (MCP), allowing AI assistants and development tools to securely communicate with Pacific AI.

Once configured, supported MCP clients can retrieve information from Pacific AI, perform governance-related tasks, and execute supported workflows directly from the AI assistant interface. All requests are authenticated using the user’s Pacific AI account and are recorded for auditing purposes.

Pacific AI can be integrated with any MCP-compatible client, including:

  • Claude Desktop
  • Claude Code
  • OpenAI Codex
  • Other applications that support the Model Context Protocol

After connecting an MCP client to Pacific AI, users can perform supported operations without leaving their development environment.

Current capabilities include:

  • Retrieve information about AI systems
  • Access governance artifacts
  • Generate System Risk Assessments
  • Execute Test Suites
  • Perform supported Pacific AI workflows through MCP tools

Additional MCP capabilities may be introduced in future releases.

All communication between the MCP client and Pacific AI is authenticated. Before an MCP client can access Pacific AI, users must sign in using their Pacific AI credentials. Every request executed through the MCP server is associated with the authenticated user, providing complete traceability and auditability.

The MCP Server can be deployed in both connected and air-gapped environments.

Configuring the MCP Server in Claude Desktop

Section titled “Configuring the MCP Server in Claude Desktop”

To connect Claude Desktop to Pacific AI:

  1. Open Claude Desktop.

  2. Click the + icon located below the chat input.

    Add Toolbar

  3. Select Add Connectors, then choose Add Custom Connector.

    Add Connector

  4. In the Add Custom Connector dialog, enter the following information:

    • Name: A descriptive name for the connector (for example, Pacific AI MCP).
    • URL: The Pacific AI MCP endpoint (for example, https://<server-address>/mcp).
    • Client ID: pacific-ai-mcp

    Connector Configuration

  5. Click Add.

  6. When prompted, sign in using your Pacific AI credentials.

  7. After authentication is complete, return to Claude Desktop.

The connector is now ready to communicate securely with Pacific AI. Users can begin interacting with Pacific AI directly from Claude Desktop to retrieve system information and execute supported MCP operations.

After the connection has been established, users can interact with Pacific AI using natural language within their MCP client. For example, users can:

  • List available AI systems
  • Retrieve Model Cards
  • Generate a System Risk Assessment
  • Execute a Test Suite
  • Query governance information
  • Access other supported Pacific AI capabilities

All operations are executed within Pacific AI and are subject to the same permissions and access controls as the web application.

The following example illustrates a typical MCP workflow:

  1. Configure the Pacific AI MCP connector in an MCP-compatible client such as Claude Desktop or Claude Code.
  2. Authenticate using your Pacific AI account.
  3. Open a conversation with the AI assistant.
  4. Request information or execute a supported Pacific AI operation, such as generating a System Risk Assessment or running a Test Suite.
  5. The MCP client securely communicates with Pacific AI, executes the requested operation, and returns the results to the conversation.
  6. All requests are logged and associated with the authenticated user for auditing purposes.