hoppscotch.io
Hoppscotch is an open-source API development platform for building, testing, documenting, and mocking APIs across web, desktop, CLI, and self-hosted deployments. It supports REST, GraphQL, and realtime protocols, plus collaborative workspaces and generated documentation.
hoppscotch.io exposes a Node-based CLI (`@hoppscotch/cli` / `hopp`) authenticated with Hoppscotch personal access tokens, and it can publish public API documentation URLs with no authentication; no public REST/OpenAPI, GraphQL, or MCP developer API surface was documented on hoppscotch.io itself.
- Published Hoppscotch API Documentationdiscovered
- Hoppscotch CLIdiscovered
Sign in to the Hoppscotch app at hoppscotch.io, open your profile settings, choose Personal Access Tokens, then click Generate New Token. Give the token a label and expiration, copy it when shown, and pass it to the CLI with --token <access_token>. The docs note PATs cannot be used to access data in your personal workspace.
conventions · 0/7 published
- 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✗
/.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