NECTARIN Intelligence MCP Server
by alxvasilevvv
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEV_BYPASS | No | Set to "0" to enforce OAuth 2.1 bearer verification | 1 |
| GIT_COMMIT | No | Build identifier surfaced by GET /version | dev |
| LLM_API_KEY | No | API key for LLM model (used when callLLM is wired to a real model) | |
| OAUTH_ISSUER | No | Expected issuer for OAuth; also derives JWKS URL if OAUTH_JWKS_URL is blank | |
| OAUTH_AUDIENCE | No | Expected audience for OAuth (your /mcp URL) | |
| OAUTH_JWKS_URL | No | JWKS endpoint URL; blank uses ${OAUTH_ISSUER}/.well-known/jwks.json | |
| RATE_LIMIT_PER_MIN | No | Requests per minute per token (or IP); 0 disables rate limiting | 60 |
| NECTARIN_BRAND_NAME | No | Brand label used in copy | NECTARIN |
| NECTARIN_BOOKING_URL | No | Scheduling URL returned by book_consultation tool | https://nectarin.example/booking |
| NECTARIN_DATA_API_KEY | No | API key for HttpDataSource if using external data source | |
| NECTARIN_CONTACT_EMAIL | No | Funnel inbox shown in proposal next-steps | hello@nectarin.example |
| NECTARIN_CRM_WEBHOOK_URL | No | Webhook URL for real proposal submission; blank means nothing is sent |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing