OCI Pricing
NPM · OCI-PRICING-MCP · SCANNED SEP 20
Oracle Cloud Infrastructure pricing data with cost calculators and comparisons
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 220 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp
{
"mcpServers": {
"jasonwilbur-oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
} {
"servers": {
"jasonwilbur-oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
} codex mcp add jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jasonwilbur-oci-pricing-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"oci-pricing-mcp"
],
"enabled": true
}
}
} openclaw mcp add jasonwilbur-oci-pricing-mcp --command npx --arg -y --arg oci-pricing-mcp
mcp_servers:
jasonwilbur-oci-pricing-mcp:
command: "npx"
args: ["-y", "oci-pricing-mcp"] {
"McpServers": {
"jasonwilbur-oci-pricing-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"oci-pricing-mcp"
]
}
}
} assistant mcp add jasonwilbur-oci-pricing-mcp -t stdio -c npx -a -y oci-pricing-mcp
{
"mcpServers": {
"jasonwilbur-oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
} 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
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 →
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 →
calculate_database_cost ~66
Calculate database cost for a specific configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| computeUnits | number | yes | ECPUs or OCPUs |
| hoursPerMonth | number | – | – |
| licenseType | string | – | – |
| storageGB | number | yes | – |
| type | string | yes | Database type |
No output schema declared.
No examples provided.
calculate_kubernetes_cost ~86
Calculate OKE cluster cost including control plane and worker nodes.
| Name | Type | Req | Description |
|---|---|---|---|
| clusterType | string | yes | – |
| nodeCount | number | yes | – |
| nodeMemoryGB | number | yes | – |
| nodeOcpus | number | yes | – |
| nodeShape | string | yes | Worker node shape (e.g., VM.Standard.E5.Flex) |
| virtualNodes | object | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| compute | object | – | – |
| database | object | – | – |
| networking | object | – | – |
| region | string | – | OCI region (default: us-ashburn-1) |
| storage | object | – | – |
No output schema declared.
No examples provided.
calculate_networking_cost ~89
Calculate networking cost for a specific configuration, including free tier credits.
| Name | Type | Req | Description |
|---|---|---|---|
| fastConnectGbps | number | – | – |
| flexibleLoadBalancers | number | – | – |
| loadBalancerBandwidthMbps | number | – | – |
| natGateways | number | – | – |
| networkLoadBalancers | number | – | – |
| outboundDataGB | number | – | – |
| vpnConnections | number | – | – |
No output schema declared.
No examples provided.
calculate_storage_cost ~62
Calculate storage cost for a specific configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| blockPerformanceTier | string | – | – |
| blockVolumeGB | number | – | – |
| fileStorageGB | number | – | – |
| objectStorageGB | number | – | – |
| objectStorageTier | string | – | – |
No output schema declared.
No examples provided.
compare_compute_shapes ~29
Compare pricing between multiple compute shapes.
| Name | Type | Req | Description |
|---|---|---|---|
| shapes | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| monthlyGB | number | yes | Monthly outbound data in GB |
No output schema declared.
No examples provided.
compare_database_options ~29
Compare database options for a specific workload type.
| Name | Type | Req | Description |
|---|---|---|---|
| workloadType | string | yes | Workload type |
No output schema declared.
No examples provided.
compare_kubernetes_providers ~57
Compare OKE pricing with AWS EKS, Azure AKS, and GCP GKE.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeCount | number | yes | – |
| nodeMemoryGB | number | yes | – |
| nodeOcpus | number | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | yes | OCI service category |
| type | string | yes | Resource type to compare |
No output schema declared.
No examples provided.
compare_storage_tiers ~32
Compare all storage tier pricing for a given size.
| Name | Type | Req | Description |
|---|---|---|---|
| sizeGB | number | yes | Storage 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
get_compute_shape_details ~42
Get detailed pricing and configuration options for a specific compute shape.
| Name | Type | Req | Description |
|---|---|---|---|
| shapeFamily | string | yes | Shape 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.
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | – | Optional region (OCI has consistent pricing across commercial regions) |
| service | string | yes | OCI service category |
| type | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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) |
No output schema declared.
No examples provided.
list_database_options ~53
List all OCI database options (Autonomous, MySQL, PostgreSQL, NoSQL) with pricing.
| Name | Type | Req | Description |
|---|---|---|---|
| licenseType | string | – | Filter by license type |
| type | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| clusterType | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| preset | string | yes | Deployment preset |
| region | string | – | OCI region |
No output schema declared.
No examples provided.
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.