← zylalabs.com
INDIVIDUAL MCP TOOL
browse_catalog
Browse the full Zyla API Hub catalog with pagination.
LIVE ENDPOINT
https://mcp.zylalabs.com/mcp
Connect to this endpoint to inspect the live schema for browse_catalog and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_catalog— Semantic search across ALL 10,000+ public APIs on Zyla API Hub.get_api_info— Get full details of a specific Zyla API by its numeric ID.call_api— Call an API endpoint on Zyla API Hub.list_categories— List all available API categories on Zyla API Hub with the real count of public APIs in each.register— Register a new Zyla API Hub account directly from the AI agent.account_status— Check the current user's account status, billing, and usage.get_payment_url— Get a Stripe Checkout URL so the user can add or update their credit card.