Skip to main content
Glama

STRING-db MCP Server

get_protein_interactions

Analyze direct protein interactions by identifying interaction partners for a specific protein using its identifier, species, and confidence score. Ideal for protein network analysis in research.

Instructions

Get direct interaction partners for a specific protein

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of interactions to return (default: 10)
protein_idYesProtein identifier (gene name, UniProt ID, or STRING ID)
required_scoreNoMinimum interaction confidence score (0-1000, default: 400)
speciesNoSpecies name or NCBI taxonomy ID (default: 9606 for human)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of interactions to return (default: 10)", "maximum": 2000, "minimum": 1, "type": "number" }, "protein_id": { "description": "Protein identifier (gene name, UniProt ID, or STRING ID)", "type": "string" }, "required_score": { "description": "Minimum interaction confidence score (0-1000, default: 400)", "maximum": 1000, "minimum": 0, "type": "number" }, "species": { "description": "Species name or NCBI taxonomy ID (default: 9606 for human)", "type": "string" } }, "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