OCI Pricing MCP Server

A Model Context Protocol (MCP) server that provides Oracle Cloud Infrastructure pricing data to AI assistants like Claude. Its 27 documented tools cover compare, calculate, cost, options. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-03 · ★ 5 · #444 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install OCI Pricing

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package oci-pricing-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.jasonwilbur is GitHub-verified and matches the repo owner

03 · What OCI Pricing can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get pricing for any OCI resource by service/type, list all OCI services with pricing categories, compare pricing across regions (OCI has consistent global pricing), and list all available OCI regions.

Capability map

Tools grouped from the project's README - what OCI Pricing lets an agent do.

Compare

6 tools - e.g. Compare pricing across regions (OCI has consistent global pricing); Compare pricing between shapes; Compare all tiers for a given size

compare_regions · compare_compute_shapes · compare_storage_tiers · compare_database_options · compare_data_egress · compare_kubernetes_providers

read & search

6 tools - e.g. List all available OCI regions; Block, object, file, archive storage pricing; Autonomous DB, MySQL, PostgreSQL pricing

list_regions · list_storage_options · list_database_options · list_networking_options · list_kubernetes_options · get_free_tier

Calculate

5 tools - e.g. Estimate monthly spend for a configuration; Calculate cost for specific storage config; Calculate database cost

calculate_monthly_cost · calculate_storage_cost · calculate_database_cost · calculate_networking_cost · calculate_kubernetes_cost

Pricing

3 tools - e.g. Get pricing for any OCI resource by service/type; Pricing data metadata; Fetch live pricing directly from Oracle's API (full product catalog)

get_pricing · get_pricing_info · fetch_realtime_pricing

Services

3 tools - e.g. List all OCI services with pricing categories; Preferred. List services in any category: aiml, observability, integration, security, analytics, developer, media, vmware, edge, governance, exadata, cache…

list_services · list_services_by_category · get_services_summary

Compute

2 tools - e.g. List VM shapes (E4, E5, A1, GPU, etc.) with pricing; Get detailed info for a specific shape

list_compute_shapes · get_compute_shape_details

Quick

1 tool - e.g. Get cost estimates for common deployment presets

quick_estimate

Realtime

1 tool - e.g. List all service categories from the live API

list_realtime_categories

Latest releases

v1.3.3 · 2026-01-19

Fix README on npm (was showing wrong content from MCP Registry)

v1.3.1 · 2026-01-19

Add multicloud and expanded OCI service pricing tools · New features: · Multicloud database support (Database@Azure, Database@AWS, Database@Google Cloud) · 4 multicloud tools: list, availability matrix, cost…

v1.2.1 · 2026-01-17

OCI Pricing MCP Server v1.2.1 · A Model Context Protocol server providing Oracle Cloud Infrastructure pricing data to AI assistants like Claude. · 25 pricing tools covering compute, storage, database, networking, and…

04 · Who maintains OCI Pricing

OCI Pricing is maintained by jasonwilbur. We track 2 MCP servers from jasonwilbur - 2 actively maintained, 5 combined GitHub stars, oldest repo from Jan 2026.

05 · Facts

category
other - ranked #444 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.jasonwilbur/oci-pricing-mcp (active, first published 2026-01-18)
packages
npm:oci-pricing-mcp

06 · OCI Pricing FAQ

Is OCI Pricing still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-03. We re-verify nightly.

What can OCI Pricing do?

With this server connected, an agent can get pricing for any OCI resource by service/type, list all OCI services with pricing categories, compare pricing across regions (OCI has consistent global pricing), and list all available OCI regions.

How do I install OCI Pricing?

Run `npx -y oci-pricing-mcp`. You can also paste the ready-made client config above.

Does OCI Pricing run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to OCI Pricing

More MCP servers to compare · Fixgraph MCP · Fedlex Connector · Dealflowpro · Dotnet Sherlock MCP · Mikrotik MCP

More TypeScript MCP servers · Apple Mail MCP (jayvee6) · Packet Tracer MCP · Flaim Fantasy · Revolut MCP · see all