Nimbiq AI cost intelligence for Claude Code, Cursor, Windsurf and GitHub Copilot
Project description
nimbiq-mcp
Nimbiq AI cost intelligence for AWS infrastructure — works inside Claude Code, Cursor, Windsurf, and GitHub Copilot.
What it does
As you write Terraform, Nimbiq AI tells you the exact monthly cost of every AWS resource before you commit.
get_resource_cost("AmazonRDS", "db.r5.2xlarge")
→ $700.80/mo on-demand · us-east-1
→ Nimbiq AI suggests: db.t3.medium at $49.64/mo
(saves $651.16/mo — 93% cheaper)
Install
uvx nimbiq-mcp
Setup
Get your API key from app.nimbiq.io under Settings → API Keys.
Add to your Claude Code config
(~/.claude/config.json):
{
"mcpServers": {
"nimbiq": {
"command": "uvx",
"args": ["nimbiq-mcp"],
"env": {
"NIMBIQ_API_KEY": "niq_live_xxxxx"
}
}
}
}
Same config works for Cursor, Windsurf, and GitHub Copilot — just different config file locations.
Tools
get_resource_cost
Get the exact monthly AWS cost for any resource.
| Parameter | Description |
|---|---|
| service | AmazonRDS | AmazonEC2 | AmazonElastiCache |
| resource_key | db.r5.2xlarge | m5.xlarge | cache.r6g.large |
| region | us-east-1 (optional, defaults to account region) |
suggest_cheaper_alternative
Get a cheaper alternative with exact savings and a ready-to-apply Terraform fix.
| Parameter | Description |
|---|---|
| service | AmazonRDS | AmazonEC2 | AmazonElastiCache |
| resource_key | db.r5.2xlarge |
| workload | production | staging | dev | test |
Pricing
Nimbiq MCP is included in the Growth and Scale plans. Free 15-day trial at nimbiq.io — no credit card required.
Links
- Website: https://nimbiq.io
- Dashboard: https://app.nimbiq.io
- Support: hello@nimbiq.io
© 2026 Nimbiq Innovations Inc. · BSL 1.1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nimbiq_mcp-0.1.0.tar.gz.
File metadata
- Download URL: nimbiq_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf593058d77e01bbabd087f73d1144b450a0fbd01971115cf2a99e41534fa7ea
|
|
| MD5 |
50c9599ca83a5949e06ae3e6bf4abc85
|
|
| BLAKE2b-256 |
455b94c2e0bf1a31c1c67f6e1e8fa4d5d6be064d6294a798a44706cffde07e78
|
File details
Details for the file nimbiq_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nimbiq_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ff53d3a0ef3fdc341df6bdf320c1104c6fb9492ac72a8dd68477f8d9969ca7
|
|
| MD5 |
01561aac1e285a23b0a275117d783eff
|
|
| BLAKE2b-256 |
af8eebbdf53ad68498c4cacb5138b3a7391fdffb28edf2fa3e1a840844558ef3
|