commpass_mcp_server
Verified Safeby tyukei
Overview
Provides IT study group and event information from Connpass API as an MCP server.
Installation
python src/main.pyEnvironment Variables
- CONNPASS_API
Security Notes
The project adheres to good security practices by loading the Connpass API key from environment variables (CONNPASS_API) rather than hardcoding it. It uses the `httpx` library for secure HTTP requests to a known API endpoint (connpass.com). There are no visible uses of `eval`, `exec`, or direct shell commands with unsanitized user input. The internal rate limiting further mitigates potential abuse or accidental overloading of the external API.
Similar Servers
finki-mcp
Provides an MCP server for FINKI FCSE university course staff and participant data, accessible via a web API.
icloud-mcp
Manages iCloud calendar events via an HTTP Model Context Protocol (MCP) server for integration with MCP-aware clients like ChatGPT custom connectors.
gCalendar-mcp-python
Integrates Google Calendar event creation and management capabilities with the Claude desktop app via the Model Context Protocol (MCP).
movie-ticketing-mcp-server
A Python-based MCP server that acts as a bridge, providing movie ticketing information from a backend API to AI assistants.