NECTARIN Intelligence MCP Server

MCPReference

by alxvasilevvv

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcpremote-capable

MCP configuration

stdio

Environment

  • DEV_BYPASS

    Set to "0" to enforce OAuth 2.1 bearer verification

  • GIT_COMMIT

    Build identifier surfaced by GET /version

  • LLM_API_KEYsecret

    API key for LLM model (used when callLLM is wired to a real model)

  • OAUTH_ISSUER

    Expected issuer for OAuth; also derives JWKS URL if OAUTH_JWKS_URL is blank

  • OAUTH_AUDIENCE

    Expected audience for OAuth (your /mcp URL)

  • OAUTH_JWKS_URL

    JWKS endpoint URL; blank uses ${OAUTH_ISSUER}/.well-known/jwks.json

  • RATE_LIMIT_PER_MIN

    Requests per minute per token (or IP); 0 disables rate limiting

  • NECTARIN_BRAND_NAME

    Brand label used in copy

  • NECTARIN_BOOKING_URL

    Scheduling URL returned by book_consultation tool

  • NECTARIN_DATA_API_KEYsecret

    API key for HttpDataSource if using external data source

  • NECTARIN_CONTACT_EMAIL

    Funnel inbox shown in proposal next-steps

  • NECTARIN_CRM_WEBHOOK_URL

    Webhook 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.