NECTARIN Intelligence MCP Server
MCPReferenceby alxvasilevvv
Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.
MCP configuration
Environment
DEV_BYPASSSet to "0" to enforce OAuth 2.1 bearer verification
GIT_COMMITBuild identifier surfaced by GET /version
LLM_API_KEYsecretAPI key for LLM model (used when callLLM is wired to a real model)
OAUTH_ISSUERExpected issuer for OAuth; also derives JWKS URL if OAUTH_JWKS_URL is blank
OAUTH_AUDIENCEExpected audience for OAuth (your /mcp URL)
OAUTH_JWKS_URLJWKS endpoint URL; blank uses ${OAUTH_ISSUER}/.well-known/jwks.json
RATE_LIMIT_PER_MINRequests per minute per token (or IP); 0 disables rate limiting
NECTARIN_BRAND_NAMEBrand label used in copy
NECTARIN_BOOKING_URLScheduling URL returned by book_consultation tool
NECTARIN_DATA_API_KEYsecretAPI key for HttpDataSource if using external data source
NECTARIN_CONTACT_EMAILFunnel inbox shown in proposal next-steps
NECTARIN_CRM_WEBHOOK_URLWebhook URL for real proposal submission; blank means nothing is sent
Install in one click with Zurek
Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.