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 |
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/alxvasilevvv/nectarin-intelligence-worker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server