Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERVICIALO_ORG_IDNoThe organization ID obtained from a Servicialo-compatible platform, required for the full service lifecycle (booking, verification, billing).
SERVICIALO_API_KEYNoThe API key obtained from a Servicialo-compatible platform, required for the full service lifecycle (booking, verification, billing).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
registry_search

Busca organizaciones Servicialo-compatible por vertical, ubicación u otros criterios

registry_manifest

Obtiene el manifiesto del servidor Servicialo: versión del protocolo, nombre, descripción y endpoints disponibles

registry_get_organization

Obtiene el detalle público de una organización: servicios, profesionales y configuración de booking

scheduling_check_availability

Consulta horarios disponibles de una organización sin autenticación. Verifica disponibilidad de profesional y, si el servicio tiene resource_id en su location, también verifica disponibilidad del recurso físico (sala, box, sillón). Scheduler de 3 variables: profesional ∧ cliente ∧ recurso.

services_list

Lista el catálogo público de servicios de una organización

resolve_lookup

Resuelve un orgSlug a su endpoint MCP/REST, nivel de confianza e identidad. Es el equivalente a un DNS lookup: dado un nombre único global, devuelve dónde están los servicios de esa organización.

resolve_search

Busca organizaciones registradas en el resolver Servicialo por país y vertical. Devuelve una lista con slug, nombre, endpoints y nivel de confianza. Útil para descubrimiento: "¿qué clínicas dentales hay en Chile?"

trust_get_score

Obtiene el puntaje de confianza de una organización en el resolver Servicialo. Devuelve score (0-100), nivel (unverified/declared/vouched/verified), y última actividad. El trust es pasivo: se acumula con historial de servicios verificados.

a2a_get_agent_card

Get the A2A Agent Card for a Servicialo-compatible organization. Use this to discover booking capabilities before attempting to book.

docs_quickstart

Get the complete getting-started guide as structured data. Use this to onboard a new organization into the Servicialo network — covers installation, signup, credentials, MCP client config, and publishing.

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/servicialo/mcp-server'

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