Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Tomorrow Central: Cloud Cost Sentinel

com.tomorrowcentral/aws-cloud-cost-sentinel

AWS pricing and cost estimates with no signup, plus read-only idle-resource scans of your account.

Uptime
100.0%
3 direct probes · 30d
Response
1499ms
last probe
Tools
20
callable
Resources
0
readable
Prompts
0
available

Tools · 20

get_job

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 response's `poll_aft…

get_job_result

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 cloud account: treat it …

list_connections

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 created the CloudFormation…

get_connection

Get one cloud account connection: status, region, and last error if any.

create_cloud_connection

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-party flow and you c…

verify_connection

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 — that's normal, not …

list_tools_available

List the Tomorrow Central tools this platform offers (id, name, what it does).

whoami

Identify the account this API key belongs to, and its plan. Useful for confirming the key works before doing real work.

report_feedback

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 call that succeeded but…

submit_rating

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_findings. Do not constru…

run_cost_scan

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 spend, or estimate sa…

list_cost_findings

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), `name` (the Name t…

price_lookup

Look up current AWS on-demand list prices. No account, key or signup needed. Use this to answer "what does X cost", to sanity-check a bill, or to price a design before building it. Prices com…

compare_regions

Compare the same thing's price across AWS regions, cheapest first. Use this when a user asks where something is cheapest, or what moving a workload to another region would cost. `match` shoul…

list_priced_services

The services and regions `price_lookup` can answer for, plus how current the book is. Call this first if a lookup returned nothing and you want to check the service name.

estimate_cost

Price a list of cloud components at real list prices. No account or signup. Use this when the user can name the pieces: "two m5.large servers, a Postgres database and a load balancer in Mumba…

compare_architectures

Price every shape that delivers a capability, and say where they cross over. This is the tool for "should we move to serverless", "is Lambda cheaper than EC2", "what would containers cost ins…

describe_workload

Price a workload described the way a person would describe it. Use this when the user does not know cloud: "a website with a database for my shop", "an API for my mobile app". They do not nee…

where_can_this_run

Apply requirements FIRST, then price only the regions that survive. Use this for "the data has to stay in India", "we cannot use US-owned jurisdictions", "our users are in Europe", "it has to…

list_cost_building_blocks

Everything the estimator can be asked about, by name. Call this BEFORE the other estimator tools. They select from a closed set and reject anything else, so a name you invent fails rather tha…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tomorrow_central:_cloud_cost_sentinel": {
      "url": "https://api.tomorrowcentral.com/mcp",
      "transport": "streamable-http"
    }
  }
}