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 course management, offering APIs to retrieve course staff and participant information with fuzzy matching capabilities.
gCalendar-mcp-python
Facilitate Google Calendar event creation and management via an MCP server, primarily for integration with AI agents like Claude Desktop App.
gcal-mcp
Serves as a Model Context Protocol (MCP) server for Google Calendar to query upcoming, date-specific, and searchable events.
icloud-mcp
Manages iCloud calendar events via an HTTP Model Context Protocol (MCP) server for integration with MCP-aware clients like ChatGPT custom connectors.