Library Book MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Puerto HTTP (solo con streamable-http) | 8000 |
| DATABASE_URL | No | Conexión a Postgres | postgresql://library:library@localhost:5433/library |
| MCP_TRANSPORT | No | stdio (local) o streamable-http (desplegado) | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_booksA | Busca libros por título y/o género. Args: query: Texto a buscar dentro del título (búsqueda parcial, ignora mayúsculas). genre: Filtra por género exacto (ej. "Cuento", "Novela"). Vacío = todos. available_only: Si es True, solo devuelve libros con copias disponibles. Returns: Lista de libros con su autor. Vacía si no hay coincidencias. |
| get_bookB | Devuelve el detalle completo de un libro por su id. Returns: El libro con todos sus campos y el nombre del autor, o None si no existe. |
| books_by_authorA | Lista los libros de un autor buscando por su nombre (búsqueda parcial). Args: author_name: Nombre o parte del nombre del autor (ej. "Borges"). |
| list_authorsA | Devuelve todos los autores con cuántos libros tiene cada uno. |
| library_statsA | Devuelve un resumen de la biblioteca: totales y disponibilidad. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alianza86/cti-mcp-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server