mcpserver.lol
registry/aws-cloud-cost-sentinel
Connection check verified live · 28h ago

aws-cloud-cost-sentinel

Read-only AWS cost analysis: find idle and underutilized resources, with evidence.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

12 tools

Read from the running server on 28h ago.

create_cloud_connection labelregionprovideraccount_id*
Start linking a cloud account so it can be scanned. `provider` is "aws", the only provider supported today; `account_id` is the 12-digit AWS account number. This is a two-…
get_connection read-only connection_id*
Get one cloud account connection: status, region, and last error if any.
get_job read-only job_id*
Check the status of a Tomorrow Central job. Poll this after starting any scan. Status goes QUEUED → RUNNING → COMPLETED (or FAILED). A typical scan takes 1-3 minutes. The…
get_job_result read-only job_id*
Get the full raw result of a COMPLETED job. Returns an error telling you to keep polling if the job hasn't finished. The result contains data read from the user's own clou…
list_connections read-only
List the cloud accounts this API key can scan, with their status. Only a connection with status CONNECTED or VERIFIED can be scanned. PENDING means the human hasn't create…
list_cost_findings read-only job_id*verdict
Get the findings from a completed cost scan, newest analysis first. Call this once `get_job` reports COMPLETED. Returns, per finding: `kind` (e.g. nat_gateway, ebs_volume)…
list_tools_available read-only
List the Tomorrow Central tools this platform offers (id, name, what it does).
report_feedback kindjob_idmessage*blockingtool_namerating_token
Report, in plain English, something Tomorrow Central could not do, did badly, or documented unclearly. Use this when you hit a wall: a capability that does not exist, a cal…
run_cost_scan connection_ididempotency_key
Start a cloud cost / FinOps scan of a linked account and return a job_id. Use this when the user wants to find idle, unused or underutilized cloud resources, review cloud s…
submit_rating rating*commentrating_token*
Rate a result you were given, from 1 (useless) to 5 (exactly what was needed). `rating_token` comes back alongside the result itself, from get_job_result or list_cost_find…
verify_connection connection_id*
Check whether the read-only role for a connection exists yet and mark it VERIFIED if so. Expect this to fail while the human's CloudFormation stack is still creating —…
whoami read-only
Identify the account this API key belongs to, and its plan. Useful for confirming the key works before doing real work.