Skip to main content
Glama

STRING-db MCP Server

search_proteins

Find proteins by name, gene, or identifier across species using the STRING protein interaction database. Specify species or limit results for targeted searches.

Instructions

Search for proteins by name or identifier across species

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results (default: 10)
queryYesSearch query (protein name, gene name, or identifier)
speciesNoSpecies name or NCBI taxonomy ID (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results (default: 10)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query (protein name, gene name, or identifier)", "type": "string" }, "species": { "description": "Species name or NCBI taxonomy ID (optional)", "type": "string" } }, "required": [ "query" ], "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