Databases
scalix.world
Provides a PostgreSQL interface for executing SQL queries and exploring database schemas.
ENDPOINT 1
https://api.scalix.world/v1/mcp
MCP server metadata
- Name
- scalix-cloud
- Version
- 1.3.5
Known tools 50
queryExecute a SQL statement against the project's ScalixNova PostgreSQL database.
Potential side effectsget_schemaGet the full database schema including tables, columns, types, indexes, foreign keys, and PII classifications.
Inferred read-onlyget_tableGet detailed information about a specific table including columns, indexes, foreign keys, and sample values.
Inferred read-onlyget_relationshipsGet the relationship map showing how tables are connected via foreign keys.
Inferred read-onlylist_piiList all columns classified as containing personally identifiable information (PII).
Inferred read-onlycreate_sandboxCreate 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 effectsoptimize_queryAnalyze a SQL query and return optimization suggestions including index recommendations and query rewrites.
Inferred read-onlynl_to_sqlTranslate 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-onlyscalix_db_schemaGet the full database schema including all tables, columns, types, and relationships.
Inferred read-onlyscalix_db_tableGet detailed information about a specific database table including columns, indexes, and foreign keys.
Inferred read-onlyscalix_db_sandboxCreate an isolated database sandbox (instant branch) for safe experimentation.
Potential side effectsscalix_storage_listList storage buckets, or list objects in a specific bucket with optional prefix filter.
Inferred read-onlyscalix_storage_create_bucketCreate a new Scalix Storage bucket in the project (S3-compatible object storage).
Potential side effectsscalix_fn_deployDeploy a Scalix Function — serverless, per-request billed, running in isolated microVMs — from a container image.
Inferred read-onlyscalix_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.
Inferred read-onlyscalix_events_topicsList the event-bus topics in the project, with each topic's ID and name.
Inferred read-onlyscalix_cron_createCreate a cron schedule to run a function or webhook on a timer.
Potential side effectsscalix_domain_verifyVerify DNS configuration for a custom domain and provision SSL certificate.
Inferred read-onlyscalix_build_createCreate a new container image build from a Git repository or Dockerfile.
Potential side effectsscalix_project_listList every project in an organization, with each project's ID, name, and slug.
Inferred read-onlyscalix_auth_configureConfigure end-user authentication for the project — require MFA, require email confirmation, and set the allowed auth providers.
Potential side effectsscalix_statusGet the current health status of the Scalix Cloud platform including all service components.
Inferred read-onlyscalix_run_deployDeploy a long-running container service on Scalix Run from a container image.
Inferred read-onlyscalix_run_scaleChange the autoscaling bounds of an existing Scalix Run service without redeploying it.
Inferred read-onlyscalix_run_rollbackRoll a Scalix Run service back to an earlier revision — omit 'revision' to return to the immediately previous one.
Inferred read-onlyscalix_searchSearch the Scalix original-source index — a curated set of original publishers (newsrooms, wires, regulators), not the open web.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.