Skip to main content
Glama

Jina AI Remote MCP Server

by wlmwwx

search_arxiv

Find academic papers and preprints on arXiv with targeted searches. Use for researching scientific topics, locating papers by authors, or discovering research in AI, physics, mathematics, and computer science. Specify search terms, results count, and time filters for precise results.

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. 💡 Tip: Use parallel_search_arxiv if you need to run multiple arXiv searches simultaneously.

Input Schema

NameRequiredDescriptionDefault
numNoMaximum number of academic papers to return, between 1-100
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": { "default": 30, "description": "Maximum number of academic papers to return, between 1-100", "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" }

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

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