ROAST MCP App
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ROAST MCP Appshow my dashboard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ROAST MCP App
Skybridge MCP / ChatGPT app for authenticated ROAST users.
The app exposes a protected /mcp endpoint, maps the OAuth identity to a ROAST
user_firebase_id, and calls the existing ROAST backend with a server-side
backend bearer token. Tool inputs never accept user_firebase_id; user scope is
always derived from auth.
Current Tools
show_roast_dashboard: dashboard view with account summary, recent profiles, photoshoots, and images.list_my_profiles: recent profile reviews for the authenticated user.list_my_photoshoots: recent photoshoots for the authenticated user.list_my_images: recent visible images for the authenticated user.
Related MCP server: Firebase DAM MCP Server
Setup
Requires Node.js 24+.
npm install
cp .env.example .env
npm run devSkybridge runs the MCP endpoint at http://localhost:3000/mcp and DevTools at
http://localhost:3000.
Auth Modes
Production: Auth0
Use ROAST_MCP_AUTH_MODE=auth0.
The access token is verified against Auth0 JWKS, then mapped to ROAST in this order:
ROAST_USER_ID_CLAIM, defaulting tohttps://roast.dating/user_firebase_id.Authenticated email lookup through
GET /users?email=....
Required Auth0 scopes default to openid profile email.
Local: Dev Token
Use ROAST_MCP_AUTH_MODE=dev with:
ROAST_MCP_DEV_TOKEN=dev-roast-token
ROAST_MCP_DEV_USER_FIREBASE_ID=<existing-roast-user-firebase-id>Then connect with:
Authorization: Bearer dev-roast-tokenEnvironment
See .env.example.
Important variables:
SERVER_URL: public Skybridge server URL.APP_DOMAIN: public domain for rendered views.ROAST_API_BASE_URL: ROAST backend API base URL.ROAST_API_BEARER_TOKEN: backend-to-backend token accepted by ROAST.AUTH0_DOMAIN: Auth0 tenant domain.AUTH0_AUDIENCE: Auth0 API audience used for MCP access tokens.
Verify
npm run buildThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/benoib/roast-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server