pararam-nexus-mcp
Verified Safeby GaijinEntertainment
Overview
This MCP server provides a programmatic interface for interacting with the Pararam.io communication platform, enabling message, chat, file, and user management.
Installation
uvx pararam-nexus-mcpEnvironment Variables
- PARARAM_LOGIN
- PARARAM_PASSWORD
- PARARAM_2FA_KEY
- MCP_DEBUG
- DEBUG
Security Notes
The server uses Pydantic for robust input validation on chat and post IDs, and URL patterns, which is a strong positive for security, mitigating common injection risks. Credentials (`PARARAM_LOGIN`, `PARARAM_PASSWORD`, `PARARAM_2FA_KEY`) are correctly loaded from environment variables. Session cookies are persisted securely. However, the `upload_file_to_chat` and `download_post_attachment` tools accept `file_path` and `output_path` parameters, respectively, which allow an agent to specify arbitrary local file paths. While `file_content` uploads use safe temporary files, direct `file_path` usage in uploads and `output_path` in downloads, without strict path sanitization or restriction to a dedicated agent-controlled directory, could lead to information disclosure or unauthorized file overwrites if the server is run with elevated permissions in a vulnerable environment. The 1MB file size limit on downloads is a good defense against resource exhaustion.
Similar Servers
wecom-bot-mcp-server
An MCP server that enables AI assistants to send various message types, files, and images to WeCom (WeChat Work) groups, supporting single or multiple bot configurations.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.
vonage-mcp-server-api-bindings
This MCP server enables developers to interact with various Vonage API functionalities, including sending messages, making voice calls, and managing Vonage accounts and phone numbers, through an MCP-compatible client.