Metadata-Version: 2.4
Name: nable
Version: 0.1.0
Summary: Ask Claude about your cloud and AI bill. Brand alias for finops-mcp.
Project-URL: Homepage, https://getnable.com
Project-URL: Documentation, https://getnable.com/docs
Project-URL: Repository, https://github.com/chaandannn/finopsmcp
Author-email: Chandan Bukkapatnam <chbu0285@colorado.edu>
License: Elastic-2.0
Keywords: aws,azure,claude,cloud cost,cursor,finops,gcp,mcp
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Requires-Dist: finops-mcp>=0.8.78
Description-Content-Type: text/markdown

# nable

Ask Claude about your cloud and AI bill, right in your editor.

`nable` is the brand alias for [`finops-mcp`](https://pypi.org/project/finops-mcp/).
Installing `nable` installs `finops-mcp` and gives you the `nable` command. All the
code lives in `finops-mcp`.

## Quick start

```sh
uvx nable
```

Run it in a terminal and it walks you through connecting Claude and your first
cloud account, then shows your first cost number. An MCP client (Claude Desktop,
Cursor) runs the same command over stdio to start the server. Any subcommand
routes to the CLI:

```sh
uvx nable setup
uvx nable doctor
uvx nable welcome --demo
```

Local-first: your credentials and raw bill never leave your machine. See
[getnable.com](https://getnable.com) and the
[docs](https://getnable.com/docs).
