Skip to main content
Glama

MCP-Expokossodo 2025

by gfxjef

MCP-Expokossodo 2025

Sistema MCP (Model Context Protocol) para gestión de eventos Expokossodo con FastAPI, SQLAlchemy y autenticación JWT.

Características Principales

  • 🔧 7 Herramientas MCP: getEventos, getInscritos, getAforo, confirmarAsistencia, getEstadisticas, buscarRegistro, mapaSalaEvento

  • 🗃️ Base de Datos Real: Integración con MySQL (48 eventos, 1,010+ usuarios, 2,224+ inscripciones)

  • 🛡️ Seguridad: Autenticación JWT con 3 roles (LECTOR, STAFF_PUERTA, COORDINADOR)

  • 📊 Logging Estructurado: JSON logs con trace IDs

  • Rate Limiting: 10 rps lecturas, 3 rps escrituras

  • 🐳 Docker Ready: Containerización incluida

Instalación Rápida

# Clonar repositorio git clone https://github.com/gfxjef/mcp_expokossodo2025.git cd mcp_expokossodo2025 # Instalar dependencias pip install -r requirements.txt # Configurar base de datos cp .env.example .env # Editar .env con credenciales # Iniciar servidor python3 -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload # Generar tokens de prueba python3 generate_token.py # Probar herramientas MCP ./test_tools.sh

Estado del Proyecto

Sistema Completamente Funcional

  • Todas las herramientas MCP operativas

  • Conexión a base de datos real verificada

  • Autenticación y permisos implementados

  • Pruebas exitosas realizadas

🚀 Listo para Producción

Desarrollado para Expokossodo 2025 - Sistema de gestión de eventos y asistencia en tiempo real.

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables management of Expokossodo 2025 events through 7 MCP tools for checking events, attendee registration, capacity monitoring, attendance confirmation, and real-time statistics. Features JWT authentication with role-based permissions for event coordinators and staff.

  1. Características Principales
    1. Instalación Rápida
      1. Estado del Proyecto

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A server that connects MCP clients (Claude, Cursor, Windsurf, etc.) to EventCatalog instances, allowing users to ask questions about their event-driven architecture and get insights about domains, services, and message schemas directly within their development tools.
          Last updated -
          9
          16
          • Apple
        • -
          security
          F
          license
          -
          quality
          MCP server for integration with Keitaro TDS API, providing tools to work with campaigns, streams, offers, and other Keitaro entities.
          Last updated -
          2
        • -
          security
          F
          license
          -
          quality
          An MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.
          Last updated -
        • -
          security
          F
          license
          -
          quality
          This MCP Server enables users to interact with HubSpot's marketing events API, allowing management of marketing event data through natural language commands.
          Last updated -
          1

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/gfxjef/mcp_expokossodo2025'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server