labellevie
by McCANNParis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Optional. Backs MCP handler SSE resumability. | |
| LBV_CRED_KEY | Yes | AES-256-GCM key encrypting connected users' credentials at rest. Generate with `openssl rand -hex 32`. | |
| LBV_API_TOKEN | Yes | Bearer token checked by the server; also given to the agent / CLI. | |
| KV_REST_API_URL | Yes | Vercel KV REST API URL. Required for account connections, one-time connect links, cookie jars. | |
| DESCOPE_BASE_URL | No | Optional Descope regional base URL. Defaults to https://api.descope.com. | https://api.descope.com |
| KV_REST_API_TOKEN | Yes | Vercel KV REST API token. | |
| LBV_ALLOWED_EMAIL | No | OAuth security boundary: only a token with this email claim is accepted. Either this or LBV_ALLOWED_SUBJECT is required. | |
| DESCOPE_PROJECT_ID | Yes | Descope project id — enables the OAuth path (not a secret). | |
| LBV_ALLOWED_SUBJECT | No | OAuth security boundary keyed on the Descope user id (`U…`) in `sub` — covers tokens without an email claim; either this or LBV_ALLOWED_EMAIL is required. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/McCANNParis/MCP_server_labellevie'
If you have feedback or need assistance with the MCP directory API, please join our Discord server