mcp-webpublication-server
Verified Safeby alexylon
Overview
Provides an MCP server for accessing Webpublication API features, including resource management, publication settings, and retrieving cover images.
Installation
No command providedSecurity Notes
The project is written in Rust, which offers strong memory and type safety, reducing common vulnerability classes. Sensitive credentials (WP_TOKEN, API_URL, DRIVE_URL, CLIENT_ID) are handled via environment variables, which is a good practice. The server's security largely depends on the secure configuration of these external API endpoints and the secure management of the WP_TOKEN. No direct 'eval' or obfuscation is apparent. The server itself listens on a local address (127.0.0.1:6274) for the MCP Inspector, limiting direct external exposure.
Similar Servers
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
turbomcp
A production-ready Rust SDK for building high-performance Model Context Protocol (MCP) servers with automatic schema generation and multi-transport support, designed for AI model integration.
rust-mcp-server
Acts as a bridge for Large Language Models (LLMs) like GitHub Copilot to interact with and perform actions on local Rust development environments, automating tasks like building, testing, and analyzing code.