pubmed_lookup_mesh
ActiveTool of io.github.cyanheads/pubmed-mcp-server
declared in 2.9.8
Search and explore the MeSH (Medical Subject Headings) controlled vocabulary. Returns descriptor records with tree numbers, scope notes, and entry terms.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "MeSH descriptor name or free-text term to look up"
},
"maxResults": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum results"
},
"includeDetails": {
"type": "boolean",
"default": true,
"description": "Fetch full MeSH records (scope notes, tree numbers, entry terms)"
}
}
}Parent server
io.github.cyanheads/pubmed-mcp-server
https://github.com/cyanheads/pubmed-mcp-server
2/7 registries