Skip to main content
Glama

Jina AI Remote MCP Server

by acchuang

search_arxiv

Search for academic papers and preprints on arXiv by querying research topics or authors. Retrieve papers with titles, abstracts, URLs, and metadata for scientific studies in AI, physics, mathematics, and more.

Instructions

Search academic papers and preprints on arXiv repository. Perfect for finding research papers, scientific studies, technical papers, and academic literature. Use this when researching scientific topics, looking for papers by specific authors, or finding the latest research in fields like AI, physics, mathematics, computer science, etc. Returns academic papers with URLs, titles, abstracts, and metadata.

Input Schema

NameRequiredDescriptionDefault
numNoMaximum number of academic papers to return, between 1-100 (default: 30)
queryYesAcademic search terms, author names, or research topics (e.g., 'transformer neural networks', 'Einstein relativity', 'machine learning optimization')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "num": { "description": "Maximum number of academic papers to return, between 1-100 (default: 30)", "type": "number" }, "query": { "description": "Academic search terms, author names, or research topics (e.g., 'transformer neural networks', 'Einstein relativity', 'machine learning optimization')", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/acchuang/jina-mcp'

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