Academic Research MCP Server
Server Details
MCP server for academic research data including scholarly papers, citations, research trends, and publication metadata for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2024-11-05
- URL
TDQS
Scored across 2 tools
Both tools search for academic papers, but descriptions clearly differentiate: arXiv focuses on peer-reviewed papers in specific fields, while Google Scholar covers all disciplines with citation metrics. Users can distinguish by domain, but the core purpose is similar.
Both tools follow a consistent 'search_' prefix and underscore-separated names indicating the source, creating a predictable pattern.
With only two tools, the server feels minimal but not unreasonable for a focused search service. However, a broader research server might expect additional tools for fetching full text or managing bibliographies.
The server covers the core search functionality across two major databases, but lacks tools for retrieving papers by ID, downloading PDFs, or managing references, which are common complementary actions.
Available Tools
2 toolssearch_arxivARead-onlyInspect
Search the arXiv preprint repository for peer-reviewed academic papers in physics, mathematics, computer science, and related fields. Returns paper title, author list, abstract, publication date, PDF link, and category classification. Use for cutting-edge research, literature review, or staying current in academic fields.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Research keywords or topic (e.g. 'neural networks', 'quantum computing', 'protein folding') | |
| max_results | No | Number of papers to return (default 10, higher values for comprehensive literature review) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety and open-world nature of the tool. The description adds value by specifying the returned fields (title, author, abstract, etc.) and repository scope, but does not disclose pagination, rate limits, or no-result behavior. With annotations handling the core behavioral transparency, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the primary function, and contains no filler. It efficiently conveys purpose, output, and typical use cases.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, the description is largely complete: it states what it searches, what it returns, and when to use it. The schema and annotations cover parameters and safety. It lacks explicit comparison to the sibling tool and edge-case behavior (e.g., empty results), but overall it is adequate for a well-specified tool with rich structured metadata.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: both 'query' and 'max_results' have descriptive text. The tool description adds no parameter-level detail beyond what the schema already provides, so the baseline 3 is justified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search') and resource ('arXiv preprint repository') and lists the academic fields covered. It also enumerates the return fields, clearly distinguishing it from the sibling tool by repository. This is a clear, specific purpose statement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit user contexts ('cutting-edge research, literature review, or staying current in academic fields') that indicate when to use the tool. However, it does not mention when not to use it or contrast with search_google_scholar, so it lacks explicit alternatives. This aligns with a 4: clear context without exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_google_scholarARead-onlyInspect
Query Google Scholar for academic papers, citations, and research articles across all disciplines. Returns paper title, authors, publication venue, citation count, abstract preview, and full-text link if available. Use for comprehensive literature searches, citation tracking, or finding highly-cited works.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms or research topic (e.g. 'machine learning bias', 'climate change economics', 'gene therapy advances') | |
| max_results | No | Maximum papers to retrieve (default 10, recommended for focused results) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, so the description is not burdened with disclosing safety. It adds some behavioral context by listing return fields (title, authors, venue, citation count, abstract preview, full-text link) and noting conditional availability ('if available'). However, it does not mention rate limits, pagination, or potential result variability, leaving the behavior only partially transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, each with a distinct purpose: stating the action, detailing the return fields, and advising on usage. It is front-loaded with the primary purpose and contains no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (two parameters), the description covers the essential return values and usage context. It lacks details on pagination, rate limits, or how max_results affects results, but these are not critical for a straightforward search tool, and the annotations handle safety and open-world semantics.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage for both parameters (query and max_results) with clear descriptions. The tool description does not add any additional meaning about parameters beyond what the schema states, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries Google Scholar for academic papers, citations, and research articles, with a specific verb ('Query') and resource ('Google Scholar'). It distinguishes itself from the sibling tool search_arxiv by covering all disciplines rather than just arXiv, and specifies the type of results returned.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context ('Use for comprehensive literature searches, citation tracking, or finding highly-cited works'), which implies appropriate scenarios. However, it does not explicitly mention alternatives or when not to use this tool, though the sibling tool search_arxiv is an obvious alternative for arXiv-specific searches.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
search_arxiv2 fields changed- added
Input schema / properties / max_results / descriptionAdded value: +"Number of papers to return (default 10, higher values for comprehensive literature review)" - added
Input schema / properties / query / descriptionAdded value: +"Research keywords or topic (e.g. 'neural networks', 'quantum computing', 'protein folding')"
- Changed
search_google_scholar2 fields changed- added
Input schema / properties / max_results / descriptionAdded value: +"Maximum papers to retrieve (default 10, recommended for focused results)" - added
Input schema / properties / query / descriptionAdded value: +"Search terms or research topic (e.g. 'machine learning bias', 'climate change economics', 'gene therapy advances')"
2 tool updates
- First observed
search_arxiv - First observed
search_google_scholar
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.169 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm49 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.