Cubby MCP Server

Cubby operates a hosted Model Context Protocol server at api.cubbystorage.com/mcp. The endpoint is live and OAuth-protected: an unauthenticated JSON-RPC tools/list call returns HTTP 401 with a WWW-Authenticate Bearer challenge pointing at the RFC 9728 protected-resource metadata document. The authorization server metadata advertises authorization-code and refresh-token grants, PKCE S256, dynamic client registration and a single `mcp` scope.

API entry from apis.yml

apis.yml Raw ↑
name: Cubby MCP Server
description: 'Cubby operates a hosted Model Context Protocol server at api.cubbystorage.com/mcp. The endpoint
  is live and OAuth-protected: an unauthenticated JSON-RPC tools/list call returns HTTP 401 with a WWW-Authenticate
  Bearer challenge pointing at the RFC 9728 protected-resource metadata document. The authorization server
  metadata advertises authorization-code and refresh-token grants, PKCE S256, dynamic client registration
  and a single `mcp` scope.'
humanURL: https://api.cubbystorage.com/.well-known/oauth-protected-resource
baseURL: https://api.cubbystorage.com/mcp
tags:
- MCP
- Artificial Intelligence
- Agents
properties:
- type: MCPServer
  url: mcp/cubby-mcp.yml
- type: OAuthScopes
  url: scopes/cubby-scopes.yml