/
by ai.smithery
Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter…
Server configuration and capabilities from the MCP manifest
Size: 2,396 bytes (599 tokens)
Tools Found: 4
Analysis ID: 6j6jmpv8
This MCP server provides tools for searching PubMed, retrieving MeSH terms, counting PubMed results, and conducting PICO searches.
Stars
Registry ID: c6aea640-d696-4be9-b86f-5e789e46d166
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "PubmedEnhanced",
"tags": [
"PubMed",
"API",
"Search",
"MeSH"
],
"tools": [
{
"name": "search_pubmed",
"description": "使用指定的关键词和可选的期刊名搜索 PubMed 数据库。",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"journal": {
"type": "string"
},
"sort_by": {
"enum": [
"relevance",
"date_desc",
"date_asc"
],
"type": "string"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"num_results": {
"type": "integer"
}
}
},
"output_schema": {
"type": "object",
"required": [
"success",
"results",
"total_results"
],
"properties": {
"error": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"doi": {
"type": "string"
},
"link": {
"type": "string"
},
"issue": {
"type": "string"
},
"pages": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"volume": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "string"
}
},
"pubdate": {
"type": "string"
},
"abstract": {
"type": "string"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"pubmed_id": {
"type": "string"
}
}
}
},
"success": {
"type": "boolean"
},
"total_results": {
"type": "integer"
}
}
}
},
{
"name": "get_mesh_terms",
"description": "获取与搜索词相关的 MeSH(医学主题词)术语。",
"input_schema": {
"type": "object",
"required": [
"search_word"
],
"properties": {
"search_word": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"required": [
"success",
"mesh_terms"
],
"properties": {
"error": {
"type": "string"
},
"success": {
"type": "boolean"
},
"mesh_terms": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
{
"name": "get_pubmed_count",
"description": "获取多个搜索词的 PubMed 结果数量。",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"search_terms": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"output_schema": {
"type": "object",
"required": [
"success",
"counts"
],
"properties": {
"error": {
"type": "string"
},
"counts": {
"type": "object"
},
"success": {
"type": "boolean"
}
}
}
},
{
"name": "pico_search",
"description": "使用 PICO(人群、干预、对照、结果)和同义词进行 PubMed 搜索。",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"c_terms": {
"type": "array",
"items": {
"type": "string"
}
},
"i_terms": {
"type": "array",
"items": {
"type": "string"
}
},
"o_terms": {
"type": "array",
"items": {
"type": "string"
}
},
"p_terms": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"output_schema": {
"type": "object",
"required": [
"success",
"results"
],
"properties": {
"error": {
"type": "string"
},
"results": {
"type": "object"
},
"success": {
"type": "boolean"
}
}
}
}
],
"version": "1.0.0",
"categories": [
"Health",
"Biomedicine"
],
"description": "A server for searching PubMed database with enhanced features."
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0