Skip to main content
Glama
alxvasilevvv

NECTARIN Intelligence MCP Server

by alxvasilevvv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEV_BYPASSNoSet to "0" to enforce OAuth 2.1 bearer verification1
GIT_COMMITNoBuild identifier surfaced by GET /versiondev
LLM_API_KEYNoAPI key for LLM model (used when callLLM is wired to a real model)
OAUTH_ISSUERNoExpected issuer for OAuth; also derives JWKS URL if OAUTH_JWKS_URL is blank
OAUTH_AUDIENCENoExpected audience for OAuth (your /mcp URL)
OAUTH_JWKS_URLNoJWKS endpoint URL; blank uses ${OAUTH_ISSUER}/.well-known/jwks.json
RATE_LIMIT_PER_MINNoRequests per minute per token (or IP); 0 disables rate limiting60
NECTARIN_BRAND_NAMENoBrand label used in copyNECTARIN
NECTARIN_BOOKING_URLNoScheduling URL returned by book_consultation toolhttps://nectarin.example/booking
NECTARIN_DATA_API_KEYNoAPI key for HttpDataSource if using external data source
NECTARIN_CONTACT_EMAILNoFunnel inbox shown in proposal next-stepshello@nectarin.example
NECTARIN_CRM_WEBHOOK_URLNoWebhook 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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