OCI Limits MCP server
Project description
OCI Limits MCP Server
Overview
This MCP server exposes Oracle Cloud Infrastructure Limits APIs through tools mirroring public endpoints.
MCP client configuration (recommended)
Most users should configure their MCP client to launch the server, rather than starting it manually.
Add a stanza like this to your MCP client config (often called mcp.json; example shown is stdio):
{
"mcpServers": {
"oci-limits": {
"type": "stdio",
"command": "uvx",
"args": [
"oracle.oci-limits-mcp-server"
],
"env": {
"OCI_CONFIG_PROFILE": "DEFAULT"
}
}
}
}
Tools
| Tool Name | Description | Parameters |
|---|---|---|
| list_services | Returns supported services | compartment_id, sort_by='name', sort_order='ASC', limit=100, page=None, subscription_id=None |
| list_limit_definitions | Returns limit definitions | compartment_id, service_name=None, name=None, sort_by='name', sort_order='ASC', limit=100, page=None, subscription_id=None |
| list_limit_values | Returns limit values | compartment_id, service_name, scope_type=None, availability_domain=None, name=None, sort_by='name', sort_order='ASC', limit=100, page=None, subscription_id=None, external_location=None |
| get_resource_availability | Returns usage/availability for a specific limit | service_name, limit_name, compartment_id, availability_domain=None, subscription_id=None, external_location=None |
Authentication
Follows the same pattern as other OCI MCP servers:
- Reads OCI config from ~/.oci/config
- Uses security token authentication
- Adds custom user agent header
Notes
- For AD-scoped limits,
availability_domainis required. - Tools return dicts aligned with Swagger models.
License
Copyright (c) 2025 Oracle and/or its affiliates. Released under the Universal Permissive License v1.0.
Third-Party APIs
Developers distributing binary implementations must obtain and provide required third-party licenses and copyright notices.
Disclaimer
Users are responsible for local environment and credential safety. Different language models may yield different results.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oracle_oci_limits_mcp_server-1.0.3.tar.gz.
File metadata
- Download URL: oracle_oci_limits_mcp_server-1.0.3.tar.gz
- Upload date:
- Size: 63.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28316ce1e480d5c1235e55a7af23f138cf7d732175c83ad357eb723f6ed51802
|
|
| MD5 |
2fdc283f7e2b6ed66741292c21b96a05
|
|
| BLAKE2b-256 |
40ae70e8450f3696d10e952c37cffb7923ee7e99eb95d5925de69d28bcebefa8
|
File details
Details for the file oracle_oci_limits_mcp_server-1.0.3-py3-none-any.whl.
File metadata
- Download URL: oracle_oci_limits_mcp_server-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57f51a8778355575347c3635fa4d82e2930e4ead1bee92b119f0c493dd3eee41
|
|
| MD5 |
214e6b5cd2b0872410937e849f2eb217
|
|
| BLAKE2b-256 |
9677775f660a47aaf7def2e77aa62c12ac15f09d581ef93c69478c072ce86c7a
|