Skip to main content
Super Duper — home
Super Duper API

Developer portal

Read the public Super Duper app catalogue from REST or MCP. The catalogue is read-only, requires no API key and is safe to use as a sandbox.

Quickstart

List every appcurl https://apps.superduper.nz/api/apps

Returns JSON with each app's name, category, platform, description and canonical URL.

Reference

OpenAPI 3.1

Machine-readable REST operations, schemas and errors.

Live REST endpoint

Open the production catalogue response. No authentication required.

MCP Apps

Connect to https://apps.superduper.nz/api/mcp over Streamable HTTP.

Errors

Error responses use JSON with a stable code, a plain message and a hint that tells an agent how to recover.

{ "error": { "code": "method_not_allowed", "message": "This endpoint only accepts GET requests.", "hint": "Send GET /api/apps to list the Super Duper app catalogue." } }