← Registry

Databases

scalix.world

Provides a PostgreSQL interface for executing SQL queries and exploring database schemas.

1 endpoint50 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.scalix.world/v1/mcp

No auth detected

MCP server metadata

Name
scalix-cloud
Version
1.3.5
Capabilities
tools

Known tools 50

query

Execute a SQL statement against the project's ScalixNova PostgreSQL database.

Potential side effects
get_schema

Get the full database schema including tables, columns, types, indexes, foreign keys, and PII classifications.

Inferred read-only
get_table

Get detailed information about a specific table including columns, indexes, foreign keys, and sample values.

Inferred read-only
get_relationships

Get the relationship map showing how tables are connected via foreign keys.

Inferred read-only
search_columns

Search for columns by name or type across all tables.

Inferred read-only
list_pii

List all columns classified as containing personally identifiable information (PII).

Inferred read-only
create_sandbox

Create an isolated ScalixNova database branch (instant copy-on-write sandbox) for safe experimentation — run queries and migrations against it without touching production data.

Potential side effects
destroy_sandbox

Destroy a sandbox environment and revoke its token.

Potential side effects
optimize_query

Analyze a SQL query and return optimization suggestions including index recommendations and query rewrites.

Inferred read-only
nl_to_sql

Translate a plain-language question into a candidate SQL query using pattern-matching against the live schema (no AI model — simple questions only: counts, averages, filtered selects on a named table).

Inferred read-only
scalix_db_query

Execute a SQL query against the project database.

Potential side effects
scalix_db_schema

Get the full database schema including all tables, columns, types, and relationships.

Inferred read-only
scalix_db_table

Get detailed information about a specific database table including columns, indexes, and foreign keys.

Inferred read-only
scalix_db_sandbox

Create an isolated database sandbox (instant branch) for safe experimentation.

Potential side effects
scalix_db_migrate

Apply a database migration by version number.

Inferred read-only
scalix_storage_list

List storage buckets, or list objects in a specific bucket with optional prefix filter.

Inferred read-only
scalix_storage_upload

Upload content to object storage.

Potential side effects
scalix_storage_download

Download an object from storage.

Inferred read-only
scalix_storage_create_bucket

Create a new Scalix Storage bucket in the project (S3-compatible object storage).

Potential side effects
scalix_fn_list

List all deployed serverless functions.

Inferred read-only
scalix_fn_deploy

Deploy a Scalix Function — serverless, per-request billed, running in isolated microVMs — from a container image.

Inferred read-only
scalix_fn_invoke

Invoke a deployed function with a JSON payload.

Inferred read-only
scalix_kv_get

Read a single value from the project's key-value store by exact key.

Inferred read-only
scalix_kv_set

Set a key-value pair with optional TTL.

Inferred read-only
scalix_kv_list

List keys in the key-value store, optionally filtered by prefix.

Inferred read-only
scalix_ai_infer

Run AI inference on Scalix AI — the Scalix Lumio model family.

Inferred read-only
scalix_ai_models

List 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.

Inferred read-only
scalix_events_publish

Publish an event to a topic.

Potential side effects
scalix_events_topics

List the event-bus topics in the project, with each topic's ID and name.

Inferred read-only
scalix_cron_create

Create a cron schedule to run a function or webhook on a timer.

Potential side effects
scalix_compute_deploy

COMING SOON — not available yet.

Inferred read-only
scalix_compute_list

COMING SOON — not available yet.

Inferred read-only
scalix_compute_scale

COMING SOON — not available yet.

Inferred read-only
scalix_compute_delete

COMING SOON — not available yet.

Inferred read-only
scalix_sandbox_run

Execute code in an isolated sandbox.

Potential side effects
scalix_domain_add

Add a custom domain to the project.

Inferred read-only
scalix_domain_list

List all custom domains and their SSL/verification status.

Inferred read-only
scalix_domain_verify

Verify DNS configuration for a custom domain and provision SSL certificate.

Inferred read-only
scalix_build_create

Create a new container image build from a Git repository or Dockerfile.

Potential side effects
scalix_build_status

Get the status and logs of a build.

Inferred read-only
scalix_project_create

Create a new project within an organization.

Potential side effects
scalix_project_list

List every project in an organization, with each project's ID, name, and slug.

Inferred read-only
scalix_auth_configure

Configure end-user authentication for the project — require MFA, require email confirmation, and set the allowed auth providers.

Potential side effects
scalix_status

Get the current health status of the Scalix Cloud platform including all service components.

Inferred read-only
scalix_usage

Get current usage metrics and costs for a project.

Inferred read-only
scalix_run_deploy

Deploy a long-running container service on Scalix Run from a container image.

Inferred read-only
scalix_run_list

List all deployed container services in the project.

Inferred read-only
scalix_run_scale

Change the autoscaling bounds of an existing Scalix Run service without redeploying it.

Inferred read-only
scalix_run_rollback

Roll a Scalix Run service back to an earlier revision — omit 'revision' to return to the immediately previous one.

Inferred read-only
scalix_search

Search the Scalix original-source index — a curated set of original publishers (newsrooms, wires, regulators), not the open web.

Inferred read-only

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.scalix-cloud]
url = "https://api.scalix.world/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scalix-cloud": {
      "type": "http",
      "url": "https://api.scalix.world/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scalix-cloud
Remote MCP URL: https://api.scalix.world/v1/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": {
    "scalix-cloud": {
      "url": "https://api.scalix.world/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scalix-cloud": {
      "type": "http",
      "url": "https://api.scalix.world/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scalix-cloud",
  "transport": "streamable-http",
  "url": "https://api.scalix.world/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.