Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

OCI Pricing

NPM · OCI-PRICING-MCP · SCANNED SEP 20

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1306 tokens (~52/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 51% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 25 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the OCI Pricing MCP server?

OCI Pricing runs locally as an npm package, launched with npx -y oci-pricing-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · oci-pricing-mcp

# add to Claude Code
claude mcp add jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jasonwilbur-oci-pricing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jasonwilbur-oci-pricing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add jasonwilbur-oci-pricing-mcp --command npx --arg -y --arg oci-pricing-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jasonwilbur-oci-pricing-mcp:
    command: "npx"
    args: ["-y", "oci-pricing-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jasonwilbur-oci-pricing-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jasonwilbur-oci-pricing-mcp -t stdio -c npx -a -y oci-pricing-mcp
// mcp.json
{
  "mcpServers": {
    "jasonwilbur-oci-pricing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 15 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 10 Sept 26 −2
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/oci-pricing-mcp@1.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~1,306 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_database_cost ~66

Calculate database cost for a specific configuration.

NameTypeReqDescription
computeUnitsnumberyesECPUs or OCPUs
hoursPerMonthnumber
licenseTypestring
storageGBnumberyes
typestringyesDatabase type

No output schema declared.

No examples provided.

calculate_kubernetes_cost ~86

Calculate OKE cluster cost including control plane and worker nodes.

NameTypeReqDescription
clusterTypestringyes
nodeCountnumberyes
nodeMemoryGBnumberyes
nodeOcpusnumberyes
nodeShapestringyesWorker node shape (e.g., VM.Standard.E5.Flex)
virtualNodesobject

No output schema declared.

No examples provided.

calculate_monthly_cost ~74

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

NameTypeReqDescription
computeobject
databaseobject
networkingobject
regionstringOCI region (default: us-ashburn-1)
storageobject

No output schema declared.

No examples provided.

calculate_networking_cost ~89

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

NameTypeReqDescription
fastConnectGbpsnumber
flexibleLoadBalancersnumber
loadBalancerBandwidthMbpsnumber
natGatewaysnumber
networkLoadBalancersnumber
outboundDataGBnumber
vpnConnectionsnumber

No output schema declared.

No examples provided.

calculate_storage_cost ~62

Calculate storage cost for a specific configuration.

NameTypeReqDescription
blockPerformanceTierstring
blockVolumeGBnumber
fileStorageGBnumber
objectStorageGBnumber
objectStorageTierstring

No output schema declared.

No examples provided.

compare_compute_shapes ~29

Compare pricing between multiple compute shapes.

NameTypeReqDescription
shapesarrayyesArray of shape families to compare

No output schema declared.

No examples provided.

compare_data_egress ~37

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

NameTypeReqDescription
monthlyGBnumberyesMonthly outbound data in GB

No output schema declared.

No examples provided.

compare_database_options ~29

Compare database options for a specific workload type.

NameTypeReqDescription
workloadTypestringyesWorkload type

No output schema declared.

No examples provided.

compare_kubernetes_providers ~57

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

NameTypeReqDescription
nodeCountnumberyes
nodeMemoryGBnumberyes
nodeOcpusnumberyes

No output schema declared.

No examples provided.

compare_regions ~49

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

NameTypeReqDescription
servicestringyesOCI service category
typestringyesResource type to compare

No output schema declared.

No examples provided.

compare_storage_tiers ~32

Compare all storage tier pricing for a given size.

NameTypeReqDescription
sizeGBnumberyesStorage size in GB

No output schema declared.

No examples provided.

fetch_realtime_pricing ~103

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

NameTypeReqDescription
categorystringFilter by service category (e.g., "Compute", "Storage", "Database")
currencystringCurrency code (default: USD). Supports: USD, EUR, GBP, JPY, AUD, CAD, etc.
searchstringSearch term to filter products by name or SKU

No output schema declared.

No examples provided.

get_compute_shape_details ~42

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

NameTypeReqDescription
shapeFamilystringyesShape family (e.g., VM.Standard.E5.Flex)

No output schema declared.

No examples provided.

get_free_tier ~19

Get details about OCI Always Free tier resources.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_pricing ~88

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

NameTypeReqDescription
regionstringOptional region (OCI has consistent pricing across commercial regions)
servicestringyesOCI service category
typestringOptional filter for specific resource type (e.g., "E5", "block", "autonomous")

No output schema declared.

No examples provided.

get_pricing_info ~24

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_compute_shapes ~93

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

NameTypeReqDescription
familystringFilter by shape family (e.g., E4, E5, A1, GPU)
maxOcpuPricenumberMaximum OCPU price per hour
typestringFilter by type (e.g., flexible-vm, bare-metal, gpu)

No output schema declared.

No examples provided.

list_database_options ~53

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

NameTypeReqDescription
licenseTypestringFilter by license type
typestringFilter by database type

No output schema declared.

No examples provided.

list_kubernetes_options ~39

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

NameTypeReqDescription
clusterTypestringFilter by cluster type

No output schema declared.

No examples provided.

list_networking_options ~48

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

NameTypeReqDescription
typestringFilter by networking type

No output schema declared.

No examples provided.

list_realtime_categories ~23

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_regions ~17

List all available OCI regions with their locations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_services ~52

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

NameTypeReqDescription
categorystringFilter by service category

No output schema declared.

No examples provided.

list_storage_options ~37

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

NameTypeReqDescription
typestringFilter by storage type

No output schema declared.

No examples provided.

quick_estimate ~58

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

NameTypeReqDescription
presetstringyesDeployment preset
regionstringOCI region

No output schema declared.

No examples provided.

Common questions

What is the OCI Pricing MCP server?

OCI Pricing is an MCP server listed in the public MCP registry as io.github.jasonwilbur/oci-pricing-mcp. Oracle Cloud Infrastructure pricing data with cost calculators and comparisons. This page covers its npm package (oci-pricing-mcp).

Is the OCI Pricing MCP server safe to use?

OCI Pricing scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the OCI Pricing MCP server expose?

OCI Pricing exposes 25 tools: get_pricing, list_services, compare_regions, list_regions, calculate_monthly_cost, and 20 more. Their descriptions and schemas cost roughly 1,306 tokens of context every time the server is loaded.

Is the OCI Pricing MCP server still maintained?

OCI Pricing is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the OCI Pricing MCP server under?

OCI Pricing declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.