Skip to main content
Glama

Jina AI Remote MCP Server

by acchuang

search_arxiv

Search and retrieve academic papers and preprints from arXiv to find research, technical studies, or publications by authors and topics in AI, physics, math, and computer science.

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.

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')
tbsNoTime-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y

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" }, "tbs": { "description": "Time-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Jina AI Remote 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/acchuang/jina-mcp'

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