MCP Hub
Back to servers

Zyla API Hub

MCP (Model Context Protocol) Server. Provides a gateway through the Zyla API Hub that enables REST API requests with configurable methods, headers, parameters, and request bodies for integrating any external service without requiring specific connectors.

Validated
Jan 11, 2026

🔌 Zyla API Hub MCP Server

This MCP server allows any large language model (LLM) using the Model Context Protocol (MCP) to access any public API from the Zyla API Hub by providing:

  • ✅ HTTP method (GET, POST, PUT, DELETE, etc.)
  • ✅ Full API endpoint (URL)
  • ✅ Headers (like Authorization)
  • ✅ Query parameters or JSON body

✨ Features

  • 🌐 Generic API caller — supports any Zyla API Hub endpoint
  • 🔐 Secure — API keys passed via headers
  • 🚀 Dockerized — easy to deploy

🧪 Example Use

Input to the MCP tool:

{
  "method": "GET",
  "url": "https://www.zylalabs.com/api/824/crime+data+by+zipcode+api/583/get+crime+rates+by+zip",
  "headers": {
    "Authorization": "Bearer YOUR_ZYLA_API_KEY"
  }
}

Reviews

No reviews yet

Sign in to write a review