4 months ago
Zyla API Hub MCP Server allows AI agents to call any API from the Zyla marketplace through a single universal tool (call_api). It supports GET, POST, PUT, DELETE, and integrates with Claude, Cursor, OpenAI Agents SDK, LangChain, and more.
Server Config
{
"mcpServers": {
"zyla-api-hub": {
"command": "docker",
"args": [
"run",
"-i",
"ghcr.io/zyla-labs/mcp-server:latest"
]
}
}
}