Skip to main content
Glama
HenryKautz

Semantic Scholar MCP Server

by HenryKautz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
S2_API_KEYNoOptional API key for higher rate limits from Semantic Scholar

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Search for academic papers on Semantic Scholar.

Args: query: Search query (e.g. "transformer attention mechanism"). limit: Max results to return (1-100, default 10). year: Filter by year or range, e.g. "2020" or "2018-2023". fields_of_study: Comma-separated fields, e.g. "Computer Science,Mathematics". min_citation_count: Only include papers with at least this many citations.

get_paperA

Get detailed information about a specific paper.

Args: paper_id: Semantic Scholar paper ID, DOI, ArXiv ID (prefix with "ArXiv:"), CorpusId (prefix with "CorpusId:"), PMID, ACL ID, or a URL.

get_citationsA

Get papers that cite a given paper.

Args: paper_id: The Semantic Scholar paper ID (or DOI, ArXiv ID, etc.). limit: Max citations to return (1-1000, default 10). offset: Pagination offset.

get_referencesA

Get papers referenced by a given paper.

Args: paper_id: The Semantic Scholar paper ID (or DOI, ArXiv ID, etc.). limit: Max references to return (1-1000, default 10). offset: Pagination offset.

search_authorsB

Search for authors on Semantic Scholar.

Args: query: Author name to search for. limit: Max results (1-100, default 10).

get_authorB

Get detailed information about an author.

Args: author_id: Semantic Scholar author ID.

get_author_papersA

Get papers written by a specific author.

Args: author_id: Semantic Scholar author ID. limit: Max papers to return (1-1000, default 10). offset: Pagination offset.

recommend_papersB

Get paper recommendations based on a given paper.

Args: paper_id: Semantic Scholar paper ID to get recommendations for. limit: Max recommendations to return (1-500, default 10).

batch_get_papersA

Look up multiple papers at once by their IDs.

Args: paper_ids: List of paper IDs (S2 IDs, DOIs, ArXiv IDs, etc.). Max 500. fields: Comma-separated fields to return. Defaults to standard detail fields.

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/HenryKautz/semantic_scholar_ngrok_mcp_server'

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