OnBrand by SlideSpeak
Officialby SlideSpeak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | Yes | Public OnBrand origin; derives dashboard social metadata and ${BASE_URL}/mcp. | |
| AWS_REGION | Yes | AWS region for the Brand Kit asset bucket. | |
| DATABASE_URL | Yes | Postgres connection string. | |
| OAUTH_ISSUER | Yes | Expected JWT issuer. | |
| OAUTH_JWKS_URL | Yes | JWKS endpoint used to verify access token signatures. | |
| AWS_ACCESS_KEY_ID | Yes | AWS access key for S3 operations. | |
| OAUTH_OWNER_ID_CLAIM | No | JWT claim used as the OnBrand owner identifier. Defaults to sub. | |
| OAUTH_TOKEN_ENDPOINT | Yes | Token exchange endpoint. | |
| AWS_SECRET_ACCESS_KEY | Yes | AWS secret access key for S3 operations. | |
| DASHBOARD_DEV_SERVER_URL | No | Development-only dashboard Vite proxy URL used by docker-compose.yml. | |
| DASHBOARD_SESSION_SECRET | Yes | Secret used to sign dashboard session cookies. | |
| OAUTH_DASHBOARD_CLIENT_ID | Yes | Static dashboard OAuth client ID. | |
| OAUTH_REQUIRED_READ_SCOPE | Yes | Read scope required by read-only MCP tools. Defaults to onbrand:read. | |
| OAUTH_REQUIRED_WRITE_SCOPE | Yes | Write scope required by mutating MCP tools. Defaults to onbrand:write. | |
| OAUTH_REGISTRATION_ENDPOINT | No | Dynamic client registration endpoint advertised to MCP clients. | |
| OAUTH_AUTHORIZATION_ENDPOINT | Yes | Browser authorization endpoint. | |
| AWS_S3_BUCKET_BRAND_KIT_ASSETS | Yes | Bucket for uploaded Brand Kit assets. | |
| ASSET_DOWNLOAD_EXPIRES_IN_SECONDS | No | Presigned S3 URL lifetime. Defaults to 900. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SlideSpeak/slidespeak-onbrand'
If you have feedback or need assistance with the MCP directory API, please join our Discord server