Back to Home
tyukei icon

commpass_mcp_server

Verified Safe

by tyukei

Overview

Provides IT study group and event information from Connpass API as an MCP server.

Installation

Run Command
python src/main.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-14

Tags

ConnpassAPIEventsMCPPython