← Registry

Databases

heliosdb.com

Manages HeliosDB databases, including account creation, SQL execution, and database listing.

1 endpoint28 known toolsFirst detected May 18, 2026Last detected June 26, 2026

ENDPOINT 1

https://cloud.heliosdb.com/api/v1/mcp

No auth detected

Known tools 28

quick_start

Create a new HeliosDB account, organization, database, and API key in one step.

Potential side effects
verify_email

Mark the caller's organization as 'verified' (upgrades free-tier quotas).

Inferred read-only
logout

Logout the current session.

Inferred read-only
execute_sql

Execute a SQL query on a HeliosDB database.

Potential side effects
list_databases

List all databases in an organization.

Inferred read-only
create_database

Create a new database in an organization.

Potential side effects
delete_database

Delete a database from an organization.

Potential side effects
list_branches

List all branches on a database.

Inferred read-only
create_branch

Create a new branch (Pro+).

Potential side effects
switch_branch

Switch the active branch on a database.

Inferred read-only
merge_branch

Merge one branch into another.

Inferred read-only
delete_branch

Delete a branch.

Potential side effects
query_at

Execute a time-travel query at a specific point in time.

Potential side effects
create_api_key

Create a new API key scoped to a specific database.

Potential side effects
mark_trusted

Admin: mark an organization as 'trusted' (BaaS — after feedback session).

Inferred read-only
replication_status

Read pg_stat_replication.

Inferred read-only
list_replication_slots

List replication slots (pg_replication_slots).

Inferred read-only
create_replication_slot

Create a replication slot.

Potential side effects
drop_replication_slot

Drop a replication slot.

Potential side effects
ddl_history

Recent DDL operations (git-style schema versioning).

Inferred read-only
analytics_overview

Analytics overview (tables + db stats + activity).

Inferred read-only
analytics_query_stats

Slow-query top-N statistics.

Inferred read-only
list_materialized_views

List materialized views.

Inferred read-only
refresh_materialized_view

Refresh a materialized view.

Inferred read-only
list_experiments

List A/B test experiments.

Inferred read-only
delete_experiment

Delete an experiment.

Potential side effects
assign_variant

Deterministic variant assignment for a user.

Inferred read-only
vector_search

Vector similarity search (HNSW).

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "heliosdb-com",
  "transport": "streamable-http",
  "url": "https://cloud.heliosdb.com/api/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 heliosdb.com was fetched 2026-09-21T13:28:10.375Z.

Trust status Trusted

heliosdb.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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