MCP Excel-PostgreSQL
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_excelB | Lee un archivo Excel y devuelve los datos en formato JSON |
| write_excelB | Escribe datos a un archivo Excel |
| update_excel | Actualiza datos en un archivo Excel existente |
| export_to_excel | Exporta datos de una tabla PostgreSQL a Excel |
| import_from_excel | Importa datos de Excel a una tabla PostgreSQL |
| connect_database | Conecta a PostgreSQL |
| execute_query | Ejecuta una query SQL |
| create_table | Crea una tabla |
| insert_data | Inserta datos en una tabla (soporta batch) |
| list_tables | Lista las tablas de un schema |
| describe_table | Describe la estructura de una tabla |
| get_database_info | Info de la base de datos conectada |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one reads Excel files, the other writes them. There is no possibility of confusion between read_excel and write_excel.
Both tools follow a clear verb_excel pattern (read, write), making the naming predictable and consistent.
Only 2 tools are provided, which is too few given the server name 'Excel-PostgreSQL' implies handling both Excel and PostgreSQL data. Even ignoring the PostgreSQL part, basic Excel operations like listing sheets or modifying specific cells are missing.
The tool surface is severely incomplete for a server claiming to cover both Excel and PostgreSQL. With only read and write for Excel, and no PostgreSQL tools at all, agents will lack essential capabilities.