arXiv MCP Server
by zlobste
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARXIV_MCP_HOST | No | HTTP bind host | 0.0.0.0 |
| ARXIV_MCP_PORT | No | HTTP bind port | 8080 |
| ARXIV_API_BASE_URL | No | arXiv API query endpoint | https://export.arxiv.org/api/query |
| ARXIV_API_USER_AGENT | No | User-Agent for upstream requests | arxiv-mcp-server/0.1.0 |
| ARXIV_MCP_ALLOW_ORIGINS | No | CORS allow-origins | * |
| ARXIV_API_TIMEOUT_SECONDS | No | HTTP timeout | 30 |
| ARXIV_DEFAULT_MAX_RESULTS | No | Default result size | 5 |
| ARXIV_MAX_ALLOWED_RESULTS | No | Hard cap to avoid oversized tool payloads | 25 |
| ARXIV_API_MIN_INTERVAL_SECONDS | No | Minimum delay between consecutive upstream requests | 3.0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zlobste/arxiv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server