Zyla-Labs/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Zyla API Hub MCP Server enables LLMs to access any public API from the Zyla API Hub using the Model Context Protocol.
The Zyla API Hub MCP Server is designed to facilitate seamless interaction between large language models (LLMs) and public APIs available on the Zyla API Hub. By leveraging the Model Context Protocol (MCP), this server allows LLMs to perform HTTP requests such as GET, POST, PUT, and DELETE, providing full API endpoint URLs, necessary headers, and query parameters or JSON bodies. This integration empowers LLMs to access a wide range of data and services, enhancing their capabilities and applications. The server is secure, ensuring that API keys are transmitted safely via headers, and is also Dockerized, which simplifies deployment and scalability.
Features
- Generic API caller — supports any Zyla API Hub endpoint
- Secure — API keys passed via headers
- Dockerized — easy to deploy