Cursor Marketplace plugin that connects your agent to Zyla API Hub MCP and unlocks discovery + execution across 10,000+ APIs.
- Valid Cursor plugin manifest:
.cursor-plugin/plugin.json - MCP server config:
mcp.json - Skill:
skills/zyla-api-assistant/SKILL.md - Security rule:
rules/protect-zyla-api-key.mdc
- Set your API key as an environment variable:
- Windows (PowerShell):
setx ZYLA_API_KEY "YOUR_ZYLA_API_KEY" - macOS/Linux (shell profile):
export ZYLA_API_KEY="YOUR_ZYLA_API_KEY"
- Windows (PowerShell):
- Restart Cursor.
- Open Cursor MCP settings and ensure server
zyla-api-hubappears and is enabled. - Ask the agent something like:
- "Convert 100 USD to EUR"
- "List categories of APIs"
- "Find sports APIs, page 2"
This plugin configures:
https://mcp.zylalabs.com/mcp?apikey=${env:ZYLA_API_KEY}
- Do not commit real API keys.
- If a key was exposed, rotate it immediately.
- This plugin intentionally uses environment interpolation so credentials stay outside source code.
- Push this repository to a public GitHub repo.
- Confirm
.cursor-plugin/plugin.jsonexists at repository root. - Validate template compliance:
node scripts/validate-template.mjs
- Submit the repository URL at:
MIT