Data Collection
fanta.bio
Provides access to genomic annotation data including genes, regulatory elements, and SNPs.
ENDPOINT 1
https://mcp.fanta.bio/mcp
MCP server metadata
- Name
- fanta.bio MCP Server
- Version
- 3.0.0
Known tools 19
search_cresSearch for Cis-Regulatory Elements with advanced filters (supports * and ?
Inferred read-onlyfind_cres_by_geneFind CREs associated with a specific gene, sorted by distance from TSS.
Inferred read-onlysearch_cres_fulltextFull-text search in CREs using FTS5 with BM25 relevance scoring
Inferred read-onlyget_cre_bound_tfsGet detailed ChIP-Atlas transcription factor binding data for a CRE.
Inferred read-onlyget_gene_antigensGet unique transcription factors bound to all CREs associated with a gene.
Inferred read-onlyfind_shared_regulatorsFind transcription factors shared across multiple CREs or genes.
Inferred read-onlyget_gene_regulatory_summaryGet a comprehensive regulatory landscape summary for a gene: gene info, associated CREs with distances, and top transcription factors across all CREs.
Inferred read-onlyget_snp_regulatory_impactAnalyze the regulatory impact of a SNP: SNP info, affected CREs, and transcription factors bound to those CREs.
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.fanta-bio-mcp-server]
url = "https://mcp.fanta.bio/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fanta-bio-mcp-server": {
"type": "http",
"url": "https://mcp.fanta.bio/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fanta-bio-mcp-server
Remote MCP URL: https://mcp.fanta.bio/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": {
"fanta-bio-mcp-server": {
"url": "https://mcp.fanta.bio/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fanta-bio-mcp-server": {
"type": "http",
"url": "https://mcp.fanta.bio/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fanta-bio-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.fanta.bio/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 fanta.bio was fetched 2026-08-24T05:07:42.622Z.
fanta.bio is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.