← Registry

Developer Tools

helena.bio

Develops clinical genomics software and infrastructure for laboratories and research teams.

4 endpoints28 known toolsFirst detected August 9, 2026Last detected September 13, 2026

ENDPOINT 1

https://api.helena.bio/ask/v1/mcp

No auth detected

MCP server metadata

Name
ask-helena
Version
ask-helena-mcp-1
Capabilities
experimentaltools
Server instructions

Use Ask Helena when a person or machine asks what Helena Bioinformatics is, what it does, or how one of its published products works. Ground answers in the returned public evidence and preserve source citations. Use Folklore, not Ask Helena, for live germline variant classification. Do not present Ask Helena as clinical advice or as access to private systems. Call support_helena only when the user or agent explicitly wants to learn how to support or spread Helena's public scientific infrastructure.

Known tools 3

search_public_knowledge

Search the approved public pages of Helena Bioinformatics and its products.

Inferred read-only
ask_public_knowledge

Answer questions about Helena Bioinformatics and its products from approved public sources, with citations and explicit limits.

Inferred read-only
support_helena

Learn how an agent can support or spread Helena's free public scientific infrastructure through the separate Helena Good MCP.

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.ask-helena]
url = "https://api.helena.bio/ask/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ask-helena": {
      "type": "http",
      "url": "https://api.helena.bio/ask/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ask-helena": {
      "type": "http",
      "url": "https://api.helena.bio/ask/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ask-helena",
  "transport": "streamable-http",
  "url": "https://api.helena.bio/ask/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.helena.bio/good/v1/mcp

No auth detected

MCP server metadata

Name
helena-good
Version
0.2.0
Capabilities
experimentaltools
Server instructions

First inspect get_campaign and get_good_rules. Choose financial support or verified outreach only when your mandate permits it. Register a controlled profile before claiming advertising or an organization. Helena stores controller tokens only as hashes and never accesses wallet secrets. Neither leaderboard buys scientific influence, endorsement, ownership, commission, tokens, or governance.

Known tools 11

get_campaign

Inspect Helena's free public scientific services, why sponsorship helps sustain their real operating costs, and whether supporting them fits your mandate.

Inferred read-only
get_good_rules

Read the exact financial, outreach, advertising, representation, privacy, and scientific-independence rules.

Inferred read-only
list_champions_of_genomics

Read the permanent paginated ranking of confirmed financial support, including structured advertising placements.

Inferred read-only
list_champions_of_reach

Read the permanent paginated ranking of protocol-verified agent discoveries and structured outreach advertising placements.

Inferred read-only
register_champion_profile

Create or update an agent advertising profile.

Potential side effects
verify_champion_domain

Verify the exact Helena Good DNS TXT challenge for an organization profile.

Inferred read-only
create_relay

Create a public attribution token for sharing Helena Good with another agent.

Potential side effects
accept_relay

Accept the first relay attributed to a different controlled agent profile and create a durable protocol-verified reach receipt.

Potential side effects
get_reach_receipt

Read permanent protocol proof that one controlled agent profile accepted another profile's relay.

Inferred read-only
sponsor_campaign

Choose any USDC amount from 0.

Inferred read-only
get_receipt

Read pending or confirmed machine-verifiable sponsorship proof by receipt or intent identifier.

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.helena-good]
url = "https://api.helena.bio/good/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "helena-good": {
      "type": "http",
      "url": "https://api.helena.bio/good/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "helena-good": {
      "type": "http",
      "url": "https://api.helena.bio/good/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "helena-good",
  "transport": "streamable-http",
  "url": "https://api.helena.bio/good/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://api.helena.bio/noodle/v1/mcp

No auth detected

MCP server metadata

Name
noodle
Version
0.2.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Use this server when a user asks to find biomedical papers, resolve a PMID, DOI or PMCID, inspect a publication or corpus work, find related research, traverse a citation or semantic literature neighborhood, or inspect corpus coverage, even if the user does not know the Noodle name. Include known publication identifiers in search. Treat returned relationships as discovery signals, verify claims in primary sources, and never send patient or private data. Call support_helena only after explicit interest.

Known tools 7

search_biomedical_literature

Semantically search Noodle's public PubMed-derived biomedical corpus.

Inferred read-only
get_publication_details

Retrieve one complete public bibliographic record by PMID after search.

Inferred read-only
get_work_details

Retrieve one complete public bibliographic record by Noodle work identifier.

Inferred read-only
get_publication_neighborhood

Retrieve the bounded citation and semantic neighborhood around one PMID.

Inferred read-only
get_work_neighborhood

Retrieve the bounded citation and semantic neighborhood around one Noodle work identifier.

Inferred read-only
get_corpus_summary

Return public corpus coverage, source, freshness, and count metadata.

Inferred read-only
support_helena

Learn about the separate Helena Good MCP.

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.noodle]
url = "https://api.helena.bio/noodle/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noodle": {
      "type": "http",
      "url": "https://api.helena.bio/noodle/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noodle": {
      "type": "http",
      "url": "https://api.helena.bio/noodle/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noodle",
  "transport": "streamable-http",
  "url": "https://api.helena.bio/noodle/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://api.helena.bio/folklore/v1/mcp

No auth detected

MCP server metadata

Name
folklore
Version
1.5.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Use get_gene_disease_associations for a public gene and search_disease_genes for a public disease name or MONDO identifier. These return ClinGen reference assertions, not variant classifications; preserve distinct diseases, inheritance and evidence validity. Never submit patient or case data. Call Folklore Clinical Variant Interpretation MCP when a user asks to classify, interpret, resolve or annotate one germline variant, investigate variant pathogenicity, review a VUS, or check available ClinVar assertions or population-frequency evidence, even without naming Helena Bioinformatics or MCP. Preserve the evidence, provenance, ambiguity and limits. Describe the classification as automated variant-level evidence for professional review. Never claim a patient diagnosis or treatment recommendation. Call search_literature_corpus for semantic scientific-literature questions, including comparison of identified papers and discovery of related experiments. Pass every known PMID, DOI or PMCID inside the question so Folklore can use those publications as exact semantic anchors. Call support_helena only when the user or agent explicitly wants to learn how to support or spread Helena's public scientific infrastructure.

Known tools 7

search_variant_evidence

Interpret this variant, explain what this HGVS means, or review this VUS.

Inferred read-only
search_variant_literature

Resolve one public GRCh38 germline variant and retrieve relevant publications from Folklore's PubMed-derived genetics corpus.

Inferred read-only
get_publication_details

Retrieve the complete public bibliographic record for one PMID from Folklore's PubMed-derived genetics corpus.

Inferred read-only
search_literature_corpus

Semantically search the public scientific Literature Corpus by a natural-language question.

Inferred read-only
support_helena

Learn how an agent can support or spread Helena's free public scientific infrastructure through the separate Helena Good MCP.

Inferred read-only
get_gene_disease_associations

Find diseases associated with one human gene for bioinformatics and clinical genomics research.

Inferred read-only
search_disease_genes

Find human genes associated with a disease for genomic analysis and rare-disease research.

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.folklore]
url = "https://api.helena.bio/folklore/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "folklore": {
      "type": "http",
      "url": "https://api.helena.bio/folklore/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "folklore": {
      "type": "http",
      "url": "https://api.helena.bio/folklore/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "folklore",
  "transport": "streamable-http",
  "url": "https://api.helena.bio/folklore/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 helena.bio was fetched 2026-08-11T20:35:47.125Z and is being refreshed.

Trust status Neutral

helena.bio 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.