mcp-dblp
Verified Safeby szeider
Overview
Provides a Model Context Protocol (MCP) server for Large Language Models (LLMs) to access, search, and manage publications and BibTeX entries from the DBLP computer science bibliography database.
Installation
uvx mcp-dblpSecurity Notes
The server uses standard `requests` for external API calls to dblp.org with a reasonable timeout of 10 seconds and an identifying User-Agent. There are no clear indications of arbitrary code execution vulnerabilities (e.g., `eval`, `exec`) using untrusted user input. The `subprocess.Popen` call in `src/mcp_dblp/tools.py` is for internal testing/orchestration and does not process external user input. No hardcoded secrets were found.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
mcp-server-weixin
Provides a service for AI systems to send templated messages to WeChat public account users.
Accurate-Cyber-Box-Alpha
Accurate-Cyber-Box is an advanced cybersecurity tool designed for penetration testing, cyber drills, real-time network monitoring, and incident response, integrated with MCP servers and Telegram for enhanced communication and control.