Back to Home
rsmolgovsky-cnc icon

remote_mcp

Verified Safe

by rsmolgovsky-cnc

Overview

This is an MCP (Model Context Protocol) server that provides AI agents with tools and resources to search, retrieve, and organize academic papers from arXiv based on specified topics.

Installation

Run Command
npx @modelcontextprotocol/inspector

Environment Variables

  • PORT

Security Notes

The server interacts with the local filesystem to store paper information. While `os.path.join` and topic sanitization (`replace(" ", "_")`) mitigate common path traversal risks, exposing the server to untrusted inputs without further input validation or sandboxing could theoretically lead to issues like excessive file creation or information disclosure from the `PAPER_DIR` if a malicious topic is crafted. No 'eval' or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-22

Tags

arXivResearchAI Agent ToolModel Context ProtocolPython