world.scalix/cloud
The agent-native cloud: database, functions, AI, storage, auth and more. 40+ tools, one API key.
Unknown facts are omitted here and listed as pending in the profile.
Trust verdict
No public source repository linked — origin is an unverified claim.
Profile
What this server is — descriptive, not a rating. The verdict above judges it; this describes it.
Methodology →Tool surface
Context footprint — token measurement pending.
create_sandboxCreate an isolated ScalixNova database branch (instant copy-on-write sandbox) for safe experimentation — run queries and migrations against it without touching production data. Returns a scoped token for the sandbox; destroy it with destroy_sandbox or let the TTL expire.
destroy_sandboxDestroy a sandbox environment and revoke its token.
Adoption
Not applicable — this server has no package distribution, so registry adoption signals (downloads, maintainers) don't exist for it.
Connect
https://api.scalix.world/v1/mcpSources
Every verdict and label is attributable to its source and recomputed from our own landed copy, never read live on this page.
get_relationshipsGet the relationship map showing how tables are connected via foreign keys.
get_schemaGet the full database schema including tables, columns, types, indexes, foreign keys, and PII classifications.
get_tableGet detailed information about a specific table including columns, indexes, foreign keys, and sample values.
list_piiList all columns classified as containing personally identifiable information (PII).
nl_to_sqlTranslate a plain-language question into a ready-to-run SQL query, using the live database schema (tables, columns, types, relationships) as context. Returns the generated SQL without executing it — review the statement, then run it with the query tool. Useful for exploring unfamiliar schemas; always verify generated SQL before running writes.
optimize_queryAnalyze a SQL query and return optimization suggestions including index recommendations and query rewrites.
queryExecute a SQL statement against the project's ScalixNova PostgreSQL database. Accepts any single statement (SELECT, INSERT, UPDATE, DELETE, DDL) with optional positional parameters ($1, $2, ...). Returns JSON with column names, rows, row count, and a cost breakdown. Writes are permanent — use create_sandbox first to experiment safely on a disposable database branch; read-only API keys are limited to reads.
scalix_ai_inferRun AI inference on Scalix AI — the Scalix Lumio model family. Sends a prompt and returns the model's response in the OpenAI-compatible chat-completions format; tokens are billed to the project's credit pool. Discover available model IDs with scalix_ai_models.
scalix_ai_modelsList the AI models available to the project — the Scalix Lumio family and any models enabled for the org — with their IDs for use in scalix_ai_infer.
scalix_auth_configureConfigure authentication settings for the project — enable/disable signup, MFA, magic links, and set allowed OAuth providers.
scalix_build_createCreate a new container image build from a Git repository or Dockerfile.
scalix_build_statusGet the status and logs of a build.
scalix_compute_deletePermanently delete a compute deployment: stops all running instances, releases their resources, and ends billing for it. Irreversible — the deployment and its configuration are not recoverable; recreate with scalix_compute_deploy if needed. Verify the deployment_id with scalix_compute_list first.
scalix_compute_deployDeploy a container to the compute platform. Specify an image, replica count, resources, and optional environment variables.
scalix_compute_listList all container deployments.
scalix_compute_scaleScale a deployment to a specified number of replicas.
scalix_cron_createCreate a cron schedule to run a function or webhook on a timer.
scalix_db_migrateApply a database migration by version number.
scalix_db_queryExecute a SQL query against the project database. Returns columns, rows, row count, and cost breakdown.
scalix_db_sandboxCreate an isolated database sandbox (instant branch) for safe experimentation. Returns a scoped token.
scalix_db_schemaGet the full database schema including all tables, columns, types, and relationships.
scalix_db_tableGet detailed information about a specific database table including columns, indexes, and foreign keys.
scalix_domain_addAdd a custom domain to the project. Returns DNS records to configure.
scalix_domain_listList all custom domains and their SSL/verification status.
scalix_domain_verifyVerify DNS configuration for a custom domain and provision SSL certificate.
scalix_events_publishPublish an event to a topic.
scalix_events_topicsList the event-bus topics in the project, with each topic's ID and name. Use this to find or verify a topic_id before publishing with scalix_events_publish; publishing to a non-existent topic fails.
scalix_fn_deployDeploy a Scalix Function — serverless, per-request billed, running in isolated microVMs — from a container image. Invoke it with scalix_fn_invoke once deployed.
scalix_fn_invokeInvoke a deployed function with a JSON payload.
scalix_fn_listList all deployed serverless functions.
scalix_kv_getRead a single value from the project's key-value store by exact key. Returns the stored value, or a not-found error if the key does not exist or its TTL has expired. Use scalix_kv_list to discover keys by prefix first.
scalix_kv_listList keys in the key-value store, optionally filtered by prefix.
scalix_kv_setSet a key-value pair with optional TTL.
scalix_project_createCreate a new project within an organization. Returns the project ID and API credentials.
scalix_project_listList every project in an organization, with each project's ID, name, and slug. Use this to resolve a project ID before calling project-scoped tools. Requires admin scope on the organization.
scalix_run_deployDeploy a long-running container service on Scalix Run from a container image. Creates a new service, or a new revision of an existing service with the same name, with health checks, a public HTTPS URL, and autoscaling between min_instances and max_instances (min 0 = scale-to-zero when idle). Billed per vCPU-hour while instances run. Roll back a bad revision with scalix_run_rollback.
scalix_run_listList all deployed container services in the project.
scalix_run_rollbackRoll a Scalix Run service back to an earlier revision — omit 'revision' to return to the immediately previous one. Traffic switches to the target revision; the replaced revision is kept and can be redeployed later. Use scalix_run_list to see services and their current revisions.
scalix_run_scaleChange the autoscaling bounds of an existing Scalix Run service without redeploying it. Raising min_instances keeps instances warm (no cold starts, higher cost); min_instances 0 enables scale-to-zero when idle. Takes effect immediately. Find service IDs with scalix_run_list.
scalix_sandbox_runExecute code in an isolated sandbox. Supports Python, JavaScript, TypeScript, Go, Rust, and Bash. Returns stdout/stderr.
scalix_searchSearch the Scalix original-source index — a curated set of original publishers (newsrooms, wires, regulators), not the open web. Returns originals only by default (syndicated copies collapsed to the source that published first), with provenance: source, published date, region, and canonical flag.
scalix_statusGet the current health status of the Scalix Cloud platform including all service components.
scalix_storage_create_bucketCreate a new Scalix Storage bucket in the project (S3-compatible object storage). Bucket names must be unique within the project. Setting public=true makes every object in the bucket readable without authentication — leave it false (the default) and use presigned URLs for private sharing.
scalix_storage_downloadDownload an object from storage. Returns the content as base64.
scalix_storage_listList storage buckets, or list objects in a specific bucket with optional prefix filter.
scalix_storage_uploadUpload content to object storage. Provide the content as a base64-encoded string.
scalix_usageGet current usage metrics and costs for a project.
search_columnsSearch for columns by name or type across all tables.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.