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.4.1
Known tools 53
scalix_db_relationshipsGet the relationship map showing how tables are connected via foreign keys.
Inferred read-onlyscalix_db_piiList all columns classified as containing personally identifiable information (PII).
Inferred read-onlyscalix_db_optimizeAnalyze a SQL query and return optimization suggestions including index recommendations and query rewrites.
Inferred read-onlyscalix_db_text_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_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_computer_set_ssh_keysReplace the ssh keys authorised for root on a persistent Linux machine.
Inferred read-onlyscalix_computer_listList your persistent Linux machines with their status, address and resource shape.
Inferred read-onlyscalix_computer_execRun a command inside a persistent Linux machine and wait for it to finish.
Potential side effectsscalix_computer_deletePermanently delete a persistent Linux machine AND its disk.
Potential side effectsscalix_crew_board_readRead a crew's notice board: every pinned note plus the newest unpinned ones, current as of this call.
Inferred read-onlyscalix_crew_board_postPost a note to the crew's notice board for other members and the human to see.
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
Trust Data Available
BuiltWith Trust API v2 evidence for scalix.world was fetched 2026-08-28T15:30:06.147Z.
scalix.world is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.