← tomorrowcentral.com
INDIVIDUAL MCP TOOL
whoami
Identify the account this API key belongs to, and its plan.
LIVE ENDPOINT
https://api.tomorrowcentral.com/mcp
Connect to this endpoint to inspect the live schema for whoami and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tomorrowcentral]
url = "https://api.tomorrowcentral.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tomorrowcentral": {
"type": "http",
"url": "https://api.tomorrowcentral.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tomorrowcentral
Remote MCP URL: https://api.tomorrowcentral.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tomorrowcentral": {
"url": "https://api.tomorrowcentral.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tomorrowcentral": {
"type": "http",
"url": "https://api.tomorrowcentral.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tomorrowcentral",
"transport": "streamable-http",
"url": "https://api.tomorrowcentral.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_job— Check the status of a Tomorrow Central job.get_job_result— Get the full raw result of a COMPLETED job.list_connections— List the cloud accounts this API key can scan, with their status.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.verify_connection— Check whether the read-only role for a connection exists yet and mark it VERIFIED if so.list_tools_available— List the Tomorrow Central tools this platform offers (id, name, what it does).report_feedback— Report, in plain English, something Tomorrow Central could not do, did badly, or documented unclearly.