MCP API Engineering Lab
Related Servers
Alternatives to MCP API Engineering Lab
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA generic MCP server that builds its tools at runtime from any OpenAPI specification, enabling interaction with any REST API through natural language.MIT
- FlicenseNot gradedqualityCmaintenanceA playground MCP server that demonstrates exposing tools and resources to AI agents, enabling them to manage a simple user database with create and read operations.-
- AlicenseNot gradedqualityFmaintenanceA 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 context101 npm49MIT
- FlicenseNot gradedqualityDmaintenanceA lightweight MCP server that connects a local AI model (Ollama) with custom CRUD tools for an in-memory database, enabling natural language database management.-
- AlicenseCqualityCmaintenanceMCP server that turns OpenAPI specs into tools and calls API16 npm5MIT
- 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
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: get_database_schema retrieves schema, while the other five perform CRUD on API contracts. List, get, create, update, and delete are unambiguous.
All tools follow a consistent verb_noun pattern (list_, get_, create_, update_, delete_), and get_database_schema fits the same style. No mixed conventions.
Six tools is well within the ideal range for a focused server. Each tool serves a clear purpose without unnecessary overlap or bloat.
The CRUD lifecycle for API contracts is fully covered (list, get, create, update, delete). However, update only modifies title/version, not arbitrary fields, and a validation tool is absent—minor gaps for full contract management.