Metadata-Version: 2.4
Name: oracle.oci-cloud-guard-mcp-server
Version: 1.1.0
Summary: OCI Cloud Guard Service MCP server
Author-email: Oracle MCP <237432095+oracle-mcp@users.noreply.github.com>
License-Expression: UPL-1.0
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: Universal Permissive License (UPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: fastmcp==2.13.0
Requires-Dist: oci==2.160.0
Requires-Dist: pydantic==2.12.3
Description-Content-Type: text/markdown

# OCI Cloud Guard MCP Server

## Overview

This package implements certain functions of the [OCI Cloud Guard Service](https://docs.oracle.com/en-us/iaas/Content/cloud-guard/home.htm).
It includes tools to help with managing cloud guard problems.

## Running the server

### STDIO transport mode

```sh
uvx oracle.oci-cloud-guard-mcp-server
```

### HTTP streaming transport mode

```sh
ORACLE_MCP_HOST=<hostname/IP address> ORACLE_MCP_PORT=<port number> uvx oracle.oci-cloud-guard-mcp-server
```

## Tools

| Tool Name             | Description                               |
|-----------------------|-------------------------------------------|
| list_problems         | List the problems in a given compartment  |
| get_problem_details   | Get the problem details with a given OCID |
| update_problem_status | Updates the status of a problem           |

⚠️ **NOTE**: All actions are performed with the permissions of the configured OCI CLI profile. We advise least-privilege IAM setup, secure credential management, safe network practices, secure logging, and warn against exposing secrets.

## Third-Party APIs

Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses.

## Disclaimer

Users are responsible for their local environment and credential safety. Different language model selections may yield different results and performance.

## License

Copyright (c) 2025 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at  
<https://oss.oracle.com/licenses/upl/>.
