zeno.fm
Zeno.fm is an online audio platform for internet radio stations and podcasts. Its public API docs cover podcast, station, partner-stream, and stats operations hosted under api.zeno.fm.
zeno.fm exposes four documented HTTP APIs on https://api.zeno.fm (Aggregators, Partners, Podcast Bot, and Stats) plus an authoritative cataloged MCP server card endpoint on the main domain; no CLI or GraphQL surface was found.
- Zeno MCP serverdetected
- Aggregators API Servicediscovered
- Stats APIdiscovered
- Partners APIdiscovered
- Podcast Bot APIdiscovered
Zeno's OpenAPI docs define an API_Key security scheme for the Aggregators API and Podcast Bot API, and the Partners API shows header-based keys such as X-Auth-Token and x-zeno-api-key. The public docs scraped do not show a self-service page for creating these keys, so request API access from Zeno via their developer/support channels and ask which header name your integration should use for the specific API.
The Stats API OpenAPI document defines a basicAuth HTTP Basic security scheme. The public docs do not show a self-service page to create these credentials, so obtain the username/password for Stats API access directly from Zeno.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✓https://zeno.fm/.well-known/mcp/server-card.json
- OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing