Skip to main content
Glama

Academic Paper Search MCP Server

fetch_paper_details

Retrieve comprehensive metadata for academic papers by specifying a paper identifier (DOI or ID) and source database (Semantic Scholar or Crossref). Supports structured data integration for AI-driven research tools.

Instructions

Get detailed information about a specific paper.

Args: paper_id: Paper identifier (DOI for Crossref, paper ID for Semantic Scholar) source: Source database ("semantic_scholar" or "crossref")

Input Schema

NameRequiredDescriptionDefault
paper_idYes
sourceNosemantic_scholar

Input Schema (JSON Schema)

{ "properties": { "paper_id": { "title": "Paper Id", "type": "string" }, "source": { "default": "semantic_scholar", "title": "Source", "type": "string" } }, "required": [ "paper_id" ], "title": "fetch_paper_detailsArguments", "type": "object" }
Install Server

Other Tools from Academic Paper Search MCP Server

Related Tools

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/afrise/academic-search-mcp-server'

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