Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_URLNoAPI REST URL (optional)
DB_HOSTYesPostgreSQL host
DB_NAMEYesPostgreSQL database name
DB_PORTYesPostgreSQL port
DB_USERYesPostgreSQL user
API_TOKENNoAPI REST JWT token (optional)
DB_PASSWORDYesPostgreSQL password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rifaexpress_query_db

Ejecuta una query SELECT en la base de datos PostgreSQL de RifaExpress. Solo queries SELECT están permitidas por seguridad.

rifaexpress_inspect_table

Inspecciona el schema de una tabla específica (columnas, tipos, nullability, etc.).

rifaexpress_list_tables

Lista todas las tablas en el schema especificado.

rifaexpress_get_companies

Obtiene companies (empresas) con filtros opcionales de subscriptionStatus.

rifaexpress_get_users

Obtiene users con filtros opcionales de companyId y role.

rifaexpress_get_plans

Obtiene plans de suscripción.

rifaexpress_get_subscriptions

Obtiene subscriptions (si la tabla existe). Esta entidad se creará en Fase 1 del SaaS Core.

rifaexpress_health_check

Verifica la conexión con la base de datos PostgreSQL. Útil para diagnosticar problemas de configuración.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/piedraprog/mcp_rifaexpress'

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