Skip to main content
Glama

STRING-db MCP Server

find_homologs

Identify homologous proteins across species using a protein identifier and optional target species. Leverage STRING-db MCP Server for comparative genomics and protein network analysis.

Instructions

Find homologous proteins across different species

Input Schema

NameRequiredDescriptionDefault
protein_idYesProtein identifier (gene name, UniProt ID, or STRING ID)
speciesNoSource species name or NCBI taxonomy ID (default: 9606 for human)
target_speciesNoTarget species to search for homologs (optional)

Input Schema (JSON Schema)

{ "properties": { "protein_id": { "description": "Protein identifier (gene name, UniProt ID, or STRING ID)", "type": "string" }, "species": { "description": "Source species name or NCBI taxonomy ID (default: 9606 for human)", "type": "string" }, "target_species": { "description": "Target species to search for homologs (optional)", "items": { "type": "string" }, "type": "array" } }, "required": [ "protein_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/STRING-db-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server