← Registry

API Tools

zylalabs.com

Provides access to Zyla API Hub catalog, allowing search, browsing, and execution of APIs.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.zylalabs.com/mcp

No auth detected

MCP server metadata

Name
zyla-api-hub
Version
1.0.0
Capabilities
tools

Known tools 8

search_catalog

Search the Zyla API Hub catalog for APIs by keyword.

Inferred read-only
get_api_info

Get full details of a specific Zyla API by its numeric ID.

Inferred read-only
call_api

Call an API endpoint on Zyla API Hub.

Inferred read-only
browse_catalog

Browse the full Zyla API Hub catalog with pagination.

Inferred read-only
list_categories

List all available API categories on Zyla API Hub with the real count of public APIs in each.

Inferred read-only
register

Register a new Zyla API Hub account directly from the AI agent.

Inferred read-only
account_status

Check the current user's account status, billing, and usage.

Inferred read-only
get_payment_url

Get a Stripe Checkout URL so the user can add or update their credit card.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zyla-api-hub]
url = "https://mcp.zylalabs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zyla-api-hub": {
      "type": "http",
      "url": "https://mcp.zylalabs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zyla-api-hub
Remote MCP URL: https://mcp.zylalabs.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zyla-api-hub": {
      "url": "https://mcp.zylalabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zyla-api-hub": {
      "type": "http",
      "url": "https://mcp.zylalabs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zyla-api-hub",
  "transport": "streamable-http",
  "url": "https://mcp.zylalabs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.