string_sequence_search
ActiveTool of STRING Database MCP Server
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
STRING Database MCP Server
https://github.com/meringlab/string-mcp
2/7 registries