Connection URLs
- MCP endpoint: https://old-mcp.fullscale.rocks/
- OAuth metadata: https://old-mcp.fullscale.rocks/.well-known/oauth-authorization-server
- Protected resource: https://old-mcp.fullscale.rocks/.well-known/oauth-protected-resource
This endpoint serves Rocks tools over MCP for any compatible client. OAuth metadata and token-backed tool access are available from this same host.
Sign in to approve OAuth access and persist your Rocks token for MCP tool calls.
.well-known endpoints.
Use this server as a Streamable HTTP MCP endpoint in your MCP client configuration.
Use your publicly reachable HTTPS MCP URL for remote clients and OAuth callbacks.
Send an MCP initialize request directly:
curl -X POST "https://old-mcp.fullscale.rocks/" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Downstream Rocks API auth failures (401/expired token) clear the cached session token. Re-authenticate, then retry the tool call.
Upstream auth URL:
https://old-api.fullscale.rocks/auth/token