← zylalabs.com
INDIVIDUAL MCP TOOL
get_api_info
Get full details of a specific Zyla API by its numeric ID.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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— Search the Zyla API Hub catalog for APIs by keyword.call_api— Call an API endpoint on Zyla API Hub.browse_catalog— Browse the full Zyla API Hub catalog with pagination.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.