INDIVIDUAL MCP TOOL
get_organization_deployment_readiness
Check whether an organisation can deploy instances before calling deploy_instance.
LIVE ENDPOINT
https://mcp.surrealdb.com
Connect to this endpoint to inspect the live schema for get_organization_deployment_readiness and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.surrealdb-cloud]
url = "https://mcp.surrealdb.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"surrealdb-cloud": {
"type": "http",
"url": "https://mcp.surrealdb.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: surrealdb-cloud
Remote MCP URL: https://mcp.surrealdb.com
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": {
"surrealdb-cloud": {
"url": "https://mcp.surrealdb.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"surrealdb-cloud": {
"type": "http",
"url": "https://mcp.surrealdb.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "surrealdb-cloud",
"transport": "streamable-http",
"url": "https://mcp.surrealdb.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mcp_auth— Authenticate this MCP server so the user can access all of its tools.list_regions— List available Cloud regions.list_instance_types— List available Cloud instance types.list_instance_versions— SurrealDB versions available for new instances.list_billing_countries— List countries available for Cloud billing profiles.search_documentation— Search the published SurrealDB documentation.get_cloud_terms_and_conditions— List SurrealDB Cloud legal documents the user must review before accepting terms (name + URL for each).get_cloud_terms_acceptance_status— Check whether the current user has accepted Cloud terms (terms_accepted_at / marketing_accepted_at from the Cloud session).