Skip to main content
Glama

STRING-db MCP Server

search_proteins

Identify proteins by name or identifier across species. Specify a search query (protein or gene name) and optionally filter by species or limit results. Access data via the STRING-db MCP Server.

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