factorforge_cds_batch

agentby Eijex
FactorForgeBiotechDNA

Runs FactorForge CDS design on multiple protein sequences in one API call. Returns CAI, GC%, and a reviewable CDS candidate for each sequence. All sequences use the same profile. Maximum 20 sequences per request.

Key Features

1.

Up to 20 sequences per call

2.

CAI, GC%, and designed CDS per sequence

3.

Single profile applied to all sequences

Use Cases

  1. 1.Reviewing a panel of protein variants
  2. 2.Batch processing for library design

Parameters

NameTypeRequiredDescription
sequencesstringrequiredArray of { id, sequence } objects (max 20)
profilestringoptionalProfile applied to all sequences (default: balanced)

Connection

.mcp.json / MCP client settingsJSON
{
  "mcpServers": {
    "eijex": {
      "type": "http",
      "url": "https://mcp.eijex.com/api/mcp"
    }
  }
}

Related Tools