OpenCost (K8s Cost) Connector for AI agents.
6 live capabilities
Manage and audit your Kubernetes infrastructure spending using natural language.
Waiting for input…
Why people use OpenCost (K8s Cost)
OpenCost (K8s Cost) for Real-Time Kubernetes Spending Audits
This Connector lets you skip all that. You just ask your agent for the breakdown. It pulls the data from OpenCost and gives you the answer in plain English. You get to see exactly what your production namespace costs compared to your staging environment in seconds.
What Vinkius changes
You get instant, conversational access to your Kubernetes spending data without opening a single dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying over-budget namespaces
A DevOps engineer needs to find which namespace is over-budget.
- Real-world use case 02
Reconciling cloud provider bills
A FinOps lead wants to see if the AWS bill matches the internal K8s reporting.
- Real-world use case 03
Summarizing third-party service spend
An engineering manager wants a monthly summary of Datadog costs.
Complete set · 6capabilities
The complete OpenCost (K8s Cost) capability set.
These are the exact actions your AI can choose when you ask it to work with OpenCost (K8s Cost).
01—03
3 capabilities in this set.
Part of 6 available through OpenCost (K8s Cost).
- 01 Capability
Get custom cost total
Get a summary of third-party costs over a specific time window. Use this to see your total external service spend.
- 02 Capability
Set log level
Change the OpenCost log level at runtime. This lets you adjust the amount of info you see during troubleshooting.
- 03 Capability
Get allocation
Query costs and resources allocated to specific Kubernetes workloads. This helps you identify which pods are burning your budget.
04—06
3 capabilities in this set.
Part of 6 available through OpenCost (K8s Cost).
- 04 Capability
Get assets
Retrieve cost data broken down by individual physical assets. See the cost of disks, load balancers, and other hardware.
- 05 Capability
Get cloud cost
Retrieve cloud cost data directly from your provider's billing reports. Use this to see your actual cloud spend.
- 06 Capability
Get custom cost timeseries
Get cost samples over time for third-party services like Datadog or MongoDB Atlas. This helps you track external costs.
Set up in minutes
One URL. Then ask OpenCost (K8s Cost) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OpenCost (K8s Cost) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it OpenCost (K8s Cost), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OpenCost (K8s Cost) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the OpenCost (K8s Cost) URL.
- Step 03
Save and start
Save the connection and enable OpenCost (K8s Cost) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"opencost-k8s-cost": {
"url": "https://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using OpenCost (K8s Cost)
Open Agent mode in chat and ask: "Using OpenCost (K8s Cost), help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"opencost-k8s-cost": {
"url": "https://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using OpenCost (K8s Cost)
Ask Copilot: "Using OpenCost (K8s Cost), help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"opencost-k8s-cost": {
"url": "https://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using OpenCost (K8s Cost)
Open Cascade and ask: "Using OpenCost (K8s Cost), help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"opencost-k8s-cost": {
"url": "https://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using OpenCost (K8s Cost)
Ask Cline: "Using OpenCost (K8s Cost), help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add opencost-k8s-cost --transport http "https://edge.vinkius.com/vk_preview_5JgTTx4dCCg1vy5LoQY7EOXCEeiHxNr943mMQtmk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using OpenCost (K8s Cost)
Ask Claude: "Using OpenCost (K8s Cost), show me...". 6 tools are ready
Where the request belongs
Work OpenCost can move forward.
This is for the engineers and finance folks who are tired of manual cost auditing and want to know exactly what their infrastructure is costing in real-time.
DevOps Engineer
Audits orphaned resources and expensive namespaces to cut waste on a Tuesday afternoon.
FinOps Analyst
Reconciles internal Kubernetes tags with external cloud provider bills to ensure budget accuracy.
Engineering Manager
Gets quick summaries of project-based costs to keep development cycles within budget.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCivo (Cloud-native Kubernetes Cloud Provider API)
Manage Civo cloud infrastructure. provision Kubernetes clusters, control compute instances, and monitor usage directly via AI.
Rancher
Equip your AI to manage Kubernetes environments directly through Rancher, overseeing clusters, namespaces, and active pods.
Flystack
Manage cloud infrastructure. audit deployments, clusters, and metrics via AI.
DoiT
Equip your AI agent to manage cloud costs, track assets across AWS/GCP/Azure, and monitor cost anomalies via the DoiT API.
Kubernetes Resource Request Calculator
Computes Kubernetes CPU/memory requests and limits from observed usage metrics (p50/p95/p99).
Infracost
Cloud cost estimates for Terraform. manage cost guardrails, tagging policies, and custom enterprise price books directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep OpenCost connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about OpenCost.
The practical details behind the request, access and result.
What is the OpenCost (K8s Cost) MCP for?
It lets your AI agent pull and analyze Kubernetes cost data from your OpenCost instance. You can ask questions about your spending, workload costs, and cloud billing instead of digging through complex dashboards.
Can I use OpenCost (K8s Cost) to see my AWS bills?
Yes, it can pull data from AWS CUR, Azure Export, and GCP Billing reports. This helps you see how your K8s costs align with what your cloud provider is actually charging you.
Does the OpenCost (K8s Cost) MCP track third-party capabilities?
It can track costs for external services like Datadog or MongoDB Atlas. You can get total summaries or see how those costs change over time.
How do I get my Kubernetes spend into my AI agent?
You connect this Connector to your AI client and provide your OpenCost API URL. From there, you can just type questions about your budget or resource usage.
Can I use OpenCost (K8s Cost) to see costs for specific pods?
Yes, the Connector can query costs and resources for specific workloads. This helps you identify which specific pods or controllers are burning through your budget.
Is OpenCost (K8s Cost) good for FinOps?
It's a primary capability for FinOps teams because it bridges the gap between internal K8s labels and external cloud billing. It makes reconciling those two numbers much faster.
Can I see costs grouped by a specific Kubernetes namespace?
Yes. Use the get_allocation capability and set the aggregate parameter to 'namespace'. You can also specify a window like '7d' to see trends over the last week.
Does this server support viewing external cloud provider billing?
Absolutely. The get_cloud_cost capability retrieves data directly from cloud provider billing reports (AWS CUR, Azure Export, GCP Billing) to give you a complete financial picture.
Can I track costs for non-Kubernetes services like Datadog?
Yes, if configured in your OpenCost instance, you can use get_custom_cost_total or get_custom_cost_timeseries to query costs for third-party SaaS and infrastructure services.
One connection away
Give your agent a direct line to OpenCost.
Connect OpenCost once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available