Stats
Actions
Tags
From acedergren-oci-agent-skills
Provides real-time Oracle Cloud Infrastructure (OCI) pricing lookups by SKU or product name with currency conversion. Runs locally via Python (uv). No authentication required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"oracle-oci-pricing": {
"command": "uv",
"args": [
"run",
"oracle.oci-pricing-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub acedergren/oci-agent-skills --plugin oci-agent-skills