/
by ai.smithery
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
Server configuration and capabilities from the MCP manifest
Size: 2,131 bytes (533 tokens)
Tools Found: 2
Analysis ID: htdt5ect
This MCP server provides tools for searching academic papers and fetching detailed information about them.
Stars
Registry ID: 22b3dc31-3039-45bf-9033-10d401c10bb6
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/13/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "paper-search-mcp",
"tags": [],
"tools": [
{
"name": "search",
"description": "Unified search tool for ChatGPT Deep Research. This tool performs a semantic search across all supported academic sources. It accepts a natural‑language query and returns a list of results with identifiers, titles, a short text snippet and URLs. The 'id' field returned by this function can be passed to the fetch() tool to obtain full details.",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string."
},
"max_results": {
"type": "integer",
"description": "Maximum number of results to return (default: 10)."
}
}
},
"output_schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "A unique identifier combining source and paper_id."
},
"url": {
"type": "string",
"description": "Link to the paper."
},
"text": {
"type": "string",
"description": "An abstract snippet (first ~1000 characters)."
},
"title": {
"type": "string",
"description": "The paper's title."
}
}
}
}
},
{
"name": "fetch",
"description": "Fetch full details of a paper identified by the search() tool. The identifier must be in the format 'source:paper_id', where 'source' is one of the supported searchers and 'paper_id' is the platform‑specific ID.",
"input_schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "A unique identifier returned by the search() tool."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier."
},
"doi": {
"type": "string",
"description": "Digital Object Identifier."
},
"url": {
"type": "string",
"description": "URL to the paper."
},
"title": {
"type": "string",
"description": "The title of the paper."
},
"source": {
"type": "string",
"description": "Source of the paper."
},
"authors": {
"type": "string",
"description": "Authors of the paper."
},
"abstract": {
"type": "string",
"description": "Abstract of the paper."
},
"published_date": {
"type": "string",
"description": "Publication date."
}
}
}
}
],
"version": "0.1.3",
"categories": [],
"description": "A MCP server for searching and downloading academic papers from multiple sources."
}Forks
Watchers
Contributors
Last Push: 9/13/2025
Open Issues: 0