Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 77 additions & 23 deletions data/seqbench-online/seqbench-online.biotools.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,79 @@
{
"additionDate": "2026-06-14T11:27:33.179639Z",
"biotoolsCURIE": "biotools:seqbench-online",
"biotoolsID": "seqbench-online",
"cost": "Free of charge",
"description": "SeqBench is a free collection of browser-based tools for working with DNA, RNA and protein sequences, including reverse complement, translation, ORF finding, GC content, primer melting temperature, restriction site analysis, codon optimization, pairwise alignment and plasmid visualization. All computation runs client-side in the browser, so input sequences are never uploaded to a server.",
"editPermission": {
"type": "private"
},
"homepage": "https://seqbench.com",
"lastUpdate": "2026-06-14T11:27:33.182578Z",
"license": "Freeware",
"maturity": "Emerging",
"name": "SeqBench",
"owner": "SeqBench",
"toolType": [
"Web application"
],
"topic": [
{
"term": "Sequence analysis",
"uri": "http://edamontology.org/topic_0080"
"additionDate": "2026-06-14T11:27:33.179639Z",
"biotoolsCURIE": "biotools:seqbench-online",
"biotoolsID": "seqbench-online",
"cost": "Free of charge",
"description": "SeqBench is a browser-based toolkit for DNA, RNA and protein sequence analysis: primer design, restriction digest and cloning simulation, CRISPR guide design, codon optimization, pairwise alignment and plasmid annotation. Supports batch FASTA processing and multi-tool workflow pipelines, and every tool is also exposed as a REST API and MCP server for scripted or agent-driven use. All computation runs client-side in the browser, so input sequences are never uploaded to a server.",
"editPermission": {
"type": "private"
},
"function": [
{
"operation": [
{
"term": "Restriction site recognition",
"uri": "http://edamontology.org/operation_0431"
},
{
"term": "Sequence alignment",
"uri": "http://edamontology.org/operation_0292"
},
{
"term": "DNA translation",
"uri": "http://edamontology.org/operation_0371"
},
{
"term": "Genome annotation",
"uri": "http://edamontology.org/operation_0362"
},
{
"term": "Nucleic acid thermodynamic property calculation",
"uri": "http://edamontology.org/operation_0455"
},
{
"term": "Sequence composition calculation",
"uri": "http://edamontology.org/operation_0236"
},
{
"term": "PCR primer design",
"uri": "http://edamontology.org/operation_0308"
},
{
"term": "Codon usage table generation",
"uri": "http://edamontology.org/operation_0284"
}
]
}
]
}
],
"homepage": "https://seqbench.com",
"lastUpdate": "2026-07-09T13:25:04.341747Z",
"license": "Freeware",
"link": [
{
"note": "MCP (Model Context Protocol) server endpoint exposing all tools for agent-driven / scripted use.",
"type": [
"Service"
],
"url": "https://seqbench.com/api/mcp"
},
{
"note": "REST API base URL. Every tool is available as an endpoint (POST /api/v1/tool-name), plus batch and workflow endpoints for scripted/programmatic use.",
"type": [
"Service"
],
"url": "https://seqbench.com/api/v1"
}
],
"maturity": "Emerging",
"name": "SeqBench",
"owner": "SeqBench",
"toolType": [
"Web application"
],
"topic": [
{
"term": "Sequence analysis",
"uri": "http://edamontology.org/topic_0080"
}
]
}