You're viewing a demo portfolio

Join the waitlist
PRSM

string_sequence_search

Active

Tool of STRING Database MCP Server

declared in 2.13.1

Searches the STRING database using **amino acid sequences** to identify matching proteins. - Accepts a single sequence or multiple sequences in FASTA format. - Returns the most similar STRING protein(s) for the specified species, based on sequence similarity. - Use this when the protein identifier is unknown or unresolvable by `string_resolve_proteins`.

Parameters schema

{
  "type": "object",
  "required": [
    "sequences"
  ],
  "properties": {
    "species": {
      "type": "string",
      "default": 9606,
      "description": "Required. NCBI or STRING taxonomy ID. You can query with a clade or species. eg.g 2 for bacteria, 7742 for vertebrates, 511145 for E. coli"
    },
    "sequences": {
      "type": "string",
      "description": "One or more protein sequences in plain or FASTA format.For multiple sequences, use standard FASTA headers (lines beginning with '>'). Only amino acid sequences are supported — nucleotide sequences are not accepted."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

STRING Database MCP Server

https://github.com/meringlab/string-mcp

2/7 registries
View full server →
string_sequence_search — STRING Database MCP Server — PRSM MCP