MCP & AI Agent Integration

Ncscale
automation.

19 AI agent actions for Ncscale — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Ncscale to automate business processes and connect tools in your stack. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
19
actions
100%
governed
<200ms
latency
19
AI agent actions
7
Read operations
12
Write operations
3
High-risk actions (approval gated)
Business Tools Ncscale is a Business Tools integration — use it to automate business operations and workflow automation from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Ncscale.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Application
ncscale:get_application
Fetch a single application by ID with deployment status and configuration.
Read Low risk
Get Database
ncscale:get_database
Fetch a single database by ID with connection details and status.
Read Low risk
Get Server
ncscale:get_server
Fetch a single server by ID with current status and configuration.
Read Low risk
List Applications
ncscale:list_applications
List applications with optional filtering by status, runtime, and region.
Read Low risk
List Databases
ncscale:list_databases
List databases with optional filtering by engine, status, and region.
Read Low risk
List Servers
ncscale:list_servers
List servers with optional filtering by status, region, and size.
Read Low risk
List Ssh Keys
ncscale:list_ssh_keys
List SSH keys in your account for server access.
Read Low risk
Create Application
ncscale:create_application
Create a new application deployment from a Git repository.
Write Medium risk
Create Database
ncscale:create_database
Create a new managed database with specified configuration.
Write Medium risk
Create Server
ncscale:create_server
Create a new server with specified configuration.
Write Medium risk
Create Ssh Key
ncscale:create_ssh_key
Add a new SSH key to your account for server access.
Write Medium risk
Delete Database
ncscale:delete_database
Delete a database permanently. WARNING: This action cannot be undone and all data will be lost.
Write High risk
Delete Server
ncscale:delete_server
Delete a server permanently. WARNING: This action cannot be undone and all data will be lost.
Write High risk
Delete Ssh Key
ncscale:delete_ssh_key
Delete an SSH key from your account. Servers using this key will lose SSH access.
Write High risk
Deploy Application
ncscale:deploy_application
Deploy an application from its Git repository. This will pull latest code and restart the app.
Write Medium risk
Restart Server
ncscale:restart_server
Restart a server. This will stop and then start the server.
Write Medium risk
Start Server
ncscale:start_server
Start a stopped server. The server will boot up and become accessible.
Write Medium risk
Stop Server
ncscale:stop_server
Stop a running server. Use force=true for unresponsive servers.
Write Medium risk
Update Server
ncscale:update_server
Update server name and tags. Note: Size and region cannot be changed after creation.
Write Medium risk
MCP & Runtime API

Call Ncscale
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Ncscale actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

ncscale:get_application READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "ncscale:get_application",
    "args": {},
    "execution_id": "agent-001"
  }'
ncscale:create_application WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "ncscale:create_application",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Ncscale.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Ncscale data
Call ncscale:get_application via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Ncscale
Dry-run validates ncscale:create_application before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Ncscale
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Ncscale action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Ncscale — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Ncscale action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Ncscale action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Ncscale works best
alongside these.

Build multi-step workflows that connect Ncscale to the rest of your stack. All governed. All audited.

Ncscale integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Ncscale in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →