MCP API Engineering Lab
Allows retrieving database schema information from a PostgreSQL database using the information_schema, providing agents with structural context about tables and columns.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP API Engineering LabShow me the database schema"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP API Engineering Lab
Servidor MCP público y genérico para demostrar cómo un agente puede recibir contexto desde una base de datos y contratos OpenAPI.
Creado desde cero para el portafolio. No contiene código, endpoints, reglas, esquemas ni credenciales de clientes.
Stack
TypeScript
MCP TypeScript SDK v2
Zod
PostgreSQL (
pg)OpenAPI YAML
Related MCP server: openapi-mcp-proxy
Architecture
flowchart LR
DB[(PostgreSQL)] --> MCP[MCP Server]
OpenAPI[OpenAPI contracts] --> MCP
MCP --> Agent[MCP-capable AI client]
Agent --> Code[Code / API tasks]Tools
get_database_schemalist_api_contractsget_api_contractcreate_api_contractupdate_api_contractdelete_api_contract
Ejecutar
npm install
npm run build
npm startPara desarrollo:
npm run devBase de datos
Si defines DATABASE_URL, el tool get_database_schema consulta information_schema.
Si no está definida, devuelve data/sample-schema.sql, para poder demostrar el servidor sin infraestructura externa.
OpenAPI
Los contratos viven en contracts/.
El MCP puede leer, crear, actualizar y eliminar contratos locales. template.yaml está protegido.
Cliente MCP
Configura este proyecto como servidor stdio con:
node /ruta/al/repositorio/dist/index.jsUsa la documentación de tu cliente MCP para el formato exacto de configuración.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA MCP server that exposes OpenAPI schema information to LLMs like Claude. This server allows an LLM to explore and understand large OpenAPI schemas through a set of specialized tools, without needing to load the whole schema into the context11350MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides tools for exploring large OpenAPI schemas without loading entire schemas into LLM context. Perfect for discovering and analyzing endpoints, data models, and API structure efficiently.914MIT
- AlicenseCqualityCmaintenanceMCP server that turns OpenAPI specs into tools and calls API175MIT
- Flicense-qualityDmaintenanceA lightweight MCP server that connects a local AI model (Ollama) with custom CRUD tools for an in-memory database, enabling natural language database management.
Related MCP Connectors
MCP server for AI access to Swagger by SmartBear.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/joseant1215/mcp-api-engineering-lab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server