# OCI Pricing (npm · oci-pricing-mcp)

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons

- Trust score: 65/100 (medium)
- Change this week: +40
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `oci-pricing-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp.md), [page](https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp)

## Channel facts

- Registry: `npm`
- Package: `oci-pricing-mcp`
- Version: `1.2.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 172 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1306 tokens (~52/item across 25 items; 25 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 51% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp
```

### Codex

```bash
codex mcp add jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jasonwilbur-oci-pricing-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "oci-pricing-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jasonwilbur-oci-pricing-mcp --command npx --arg -y --arg oci-pricing-mcp
```

### Hermes

```yaml
mcp_servers:
  jasonwilbur-oci-pricing-mcp:
    command: "npx"
    args: ["-y", "oci-pricing-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jasonwilbur-oci-pricing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 61, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 32, +17)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 15, −60)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-28 (score 75, +50)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 51
- [functional] First check of Schema quality: fail
- [functional] Licence: Apache-2.0

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (25)

### `get_pricing` (~88 tokens)

Get pricing for any OCI resource by service and type. Services: compute, storage, database, networking, kubernetes.

Input parameters:

- `region` (string): Optional region (OCI has consistent pricing across commercial regions)
- `service` (string, required): OCI service category
- `type` (string): Optional filter for specific resource type (e.g., "E5", "block", "autonomous")

### `list_services` (~52 tokens)

List all OCI services with pricing categories. Filter by category: compute, storage, database, networking, kubernetes, ai-ml, observability, etc.

Input parameters:

- `category` (string): Filter by service category

### `compare_regions` (~49 tokens)

Compare pricing for a resource across OCI regions. Note: OCI maintains consistent pricing across all commercial regions.

Input parameters:

- `service` (string, required): OCI service category
- `type` (string, required): Resource type to compare

### `list_regions` (~17 tokens)

List all available OCI regions with their locations.

### `calculate_monthly_cost` (~74 tokens)

Calculate estimated monthly cost for an OCI configuration with compute, storage, database, and networking.

Input parameters:

- `compute` (object)
- `database` (object)
- `networking` (object)
- `region` (string): OCI region (default: us-ashburn-1)
- `storage` (object)

### `quick_estimate` (~58 tokens)

Get a quick cost estimate for common deployment presets: small-web-app, medium-api-server, large-database, ml-training, kubernetes-cluster.

Input parameters:

- `preset` (string, required): Deployment preset
- `region` (string): OCI region

### `list_compute_shapes` (~93 tokens)

List all OCI compute shapes (VMs, bare metal, GPU) with OCPU and memory pricing.

Input parameters:

- `family` (string): Filter by shape family (e.g., E4, E5, A1, GPU)
- `maxOcpuPrice` (number): Maximum OCPU price per hour
- `type` (string): Filter by type (e.g., flexible-vm, bare-metal, gpu)

### `get_compute_shape_details` (~42 tokens)

Get detailed pricing and configuration options for a specific compute shape.

Input parameters:

- `shapeFamily` (string, required): Shape family (e.g., VM.Standard.E5.Flex)

### `compare_compute_shapes` (~29 tokens)

Compare pricing between multiple compute shapes.

Input parameters:

- `shapes` (array, required): Array of shape families to compare

### `list_storage_options` (~37 tokens)

List all OCI storage options (block, object, file, archive) with pricing.

Input parameters:

- `type` (string): Filter by storage type

### `calculate_storage_cost` (~62 tokens)

Calculate storage cost for a specific configuration.

Input parameters:

- `blockPerformanceTier` (string)
- `blockVolumeGB` (number)
- `fileStorageGB` (number)
- `objectStorageGB` (number)
- `objectStorageTier` (string)

### `compare_storage_tiers` (~32 tokens)

Compare all storage tier pricing for a given size.

Input parameters:

- `sizeGB` (number, required): Storage size in GB

### `list_database_options` (~53 tokens)

List all OCI database options (Autonomous, MySQL, PostgreSQL, NoSQL) with pricing.

Input parameters:

- `licenseType` (string): Filter by license type
- `type` (string): Filter by database type

### `calculate_database_cost` (~66 tokens)

Calculate database cost for a specific configuration.

Input parameters:

- `computeUnits` (number, required): ECPUs or OCPUs
- `hoursPerMonth` (number)
- `licenseType` (string)
- `storageGB` (number, required)
- `type` (string, required): Database type

### `compare_database_options` (~29 tokens)

Compare database options for a specific workload type.

Input parameters:

- `workloadType` (string, required): Workload type

### `list_networking_options` (~48 tokens)

List all OCI networking options (load balancers, FastConnect, VPN, egress) with pricing. Many networking services are FREE.

Input parameters:

- `type` (string): Filter by networking type

### `calculate_networking_cost` (~89 tokens)

Calculate networking cost for a specific configuration, including free tier credits.

Input parameters:

- `fastConnectGbps` (number)
- `flexibleLoadBalancers` (number)
- `loadBalancerBandwidthMbps` (number)
- `natGateways` (number)
- `networkLoadBalancers` (number)
- `outboundDataGB` (number)
- `vpnConnections` (number)

### `compare_data_egress` (~37 tokens)

Compare OCI data egress pricing with AWS/Azure/GCP.

Input parameters:

- `monthlyGB` (number, required): Monthly outbound data in GB

### `list_kubernetes_options` (~39 tokens)

List OKE (Kubernetes) cluster options and pricing. Basic clusters are FREE.

Input parameters:

- `clusterType` (string): Filter by cluster type

### `calculate_kubernetes_cost` (~86 tokens)

Calculate OKE cluster cost including control plane and worker nodes.

Input parameters:

- `clusterType` (string, required)
- `nodeCount` (number, required)
- `nodeMemoryGB` (number, required)
- `nodeOcpus` (number, required)
- `nodeShape` (string, required): Worker node shape (e.g., VM.Standard.E5.Flex)
- `virtualNodes` (object)

### `compare_kubernetes_providers` (~57 tokens)

Compare OKE pricing with AWS EKS, Azure AKS, and GCP GKE.

Input parameters:

- `nodeCount` (number, required)
- `nodeMemoryGB` (number, required)
- `nodeOcpus` (number, required)

### `get_free_tier` (~19 tokens)

Get details about OCI Always Free tier resources.

### `get_pricing_info` (~24 tokens)

Get metadata about the pricing data (last updated, source, etc.).

### `fetch_realtime_pricing` (~103 tokens)

Fetch real-time pricing from Oracle's public API. Returns 600+ products with current prices. No authentication required.

Input parameters:

- `category` (string): Filter by service category (e.g., "Compute", "Storage", "Database")
- `currency` (string): Currency code (default: USD). Supports: USD, EUR, GBP, JPY, AUD, CAD, etc.
- `search` (string): Search term to filter products by name or SKU

### `list_realtime_categories` (~23 tokens)

List all service categories available from Oracle's real-time pricing API.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 61
- 2026-08-01: 32
- 2026-07-31: 32
- 2026-07-30: 15
- 2026-07-29: 75
- 2026-07-28: 75
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/oci-pricing-mcp
- Socket report: https://socket.dev/npm/package/oci-pricing-mcp
- Repository: https://github.com/jasonwilbur/oci-pricing-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jasonwilbur-oci-pricing-mcp/oci-pricing-mcp
