What is the OCI Pricing MCP server?
Oracle Cloud Infrastructure pricing data with cost calculators and comparisons
How to install OCI Pricing
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"oci-pricing-mcp": {
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"oci-pricing-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oci-pricing-mcp"
]
}
}
}Claude Code
claude mcp add oci-pricing-mcp -- npx -y oci-pricing-mcpRelated MCP servers
Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU.
View repository →