Skip to main content
Glama
candenizkocak

Research Papers MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersA

General purpose search for academic papers from sources like arXiv. Best for complex queries. Args: query: Search query using arXiv syntax (e.g., 'ti:"quantum computing" AND au:"John Preskill"'). max_results: Max number of papers to return. sort_by: Sort order ('relevance', 'lastUpdatedDate', 'submittedDate'). sort_order: Sort direction ('ascending', 'descending').

find_papers_by_authorA

Finds recent academic papers by a specific author's name from sources like arXiv. Args: author_name: The full name of the author to search for (e.g., "Geoffrey Hinton"). max_results: Max number of papers to return.

get_latest_from_categoryA

Gets the most recently submitted papers from a specific arXiv category. Args: category: The category code to search (e.g., 'cs.LG', 'astro-ph.CO'). max_results: Max number of papers to return.

get_paper_by_idB

Retrieves full details for a single paper using its arXiv ID.

get_papers_by_idsA

Retrieves full details for a list of papers using their arXiv IDs from sources like arXiv. Args: arxiv_ids: A list of arXiv IDs (e.g., ['2307.09288', '1706.03762']).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/candenizkocak/research-papers-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server