← Registry

Analytics

helix.repair

Analyzes DNA sequences to find genes, markers, CRISPR targets, and topological features.

1 endpoint15 known toolsFirst detected May 18, 2026Last detected June 27, 2026

ENDPOINT 1

https://helix.repair/mcp

No auth detected

Known tools 15

search_gene

Search for a gene by name or symbol.

Inferred read-only
find_markers

Find topological markers (G-quadruplexes, hairpins, cruciforms, CpG islands, mutation hotspots) for a gene.

Inferred read-only
find_crispr_targets

Find optimal CRISPR guide RNA target sites for a gene.

Inferred read-only
analyze_sequence

Analyze a raw DNA sequence for topological complexity (sigma), secondary structures, and CRISPR targets.

Inferred read-only
get_gene_topology

Get the full sigma map and topological profile for a gene.

Inferred read-only
compare_mutations

Compare two gene variants and compute the topological difference (delta-sigma).

Inferred read-only
list_samples

List all genome samples from the 1000 Genomes Project.

Inferred read-only
get_sample_strata

Get evolutionary strata for a sample.

Inferred read-only
get_timeline

Get temporal genome blocks for a sample, sorted by void depth (evolutionary time).

Inferred read-only
compare_samples

Compare two genome samples.

Inferred read-only
list_populations

List all 26 populations from the 1000 Genomes Project with aggregate statistics (sample count, avg variants, avg blocks).

Inferred read-only
get_void_histogram

Get the void depth histogram for a sample.

Inferred read-only
search_traits

Search human traits by natural language.

Inferred read-only
run_triage

Skyrms Restoration Triage -- given knocked-out tumor suppressor checkpoints, returns the optimal three-phase restoration sequence (sovereign, midweight, oracle) using the God Formula w = R - min(v, R) + 1.

Inferred read-only
run_dna_triage

DNA -> triage.

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.helix-repair]
url = "https://helix.repair/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "helix-repair": {
      "type": "http",
      "url": "https://helix.repair/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: helix-repair
Remote MCP URL: https://helix.repair/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": {
    "helix-repair": {
      "url": "https://helix.repair/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "helix-repair": {
      "type": "http",
      "url": "https://helix.repair/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "helix-repair",
  "transport": "streamable-http",
  "url": "https://helix.repair/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 helix.repair was fetched 2026-07-29T11:57:08.475Z and is being refreshed.

Trust status Neutral

helix.repair is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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