query_many
ActiveTool of Mygene Info
declared in 0.1.0
Batch-resolve a list of gene symbols, Entrez IDs, or Ensembl IDs (up to 1000) via a single POST to mygene.info, searching across specified scopes (default: symbol) and returning annotations for each matched gene.
Parameters schema
{
"type": "object",
"examples": [
{
"ids": [
"BRCA1",
"TP53",
"EGFR"
]
},
{
"ids": [
"1017",
"7157"
],
"scopes": "entrezgene",
"species": "9606"
}
],
"required": [
"ids"
],
"properties": {
"ids": {
"type": "array",
"items": {
"type": "string"
}
},
"fields": {
"type": "string"
},
"scopes": {
"type": "string",
"description": "Comma-sep fields to search in (default symbol)."
},
"species": {
"type": "string"
}
}
}Parent server
Mygene Info
https://github.com/pipeworx-io/mcp-mygene-info
1/7 registries