NowPage MCP Server — Admin Setup Guide

Deploy and manage the NowPage MCP server so AI assistants can publish directly to HC Protocol sites.

1. Deploy to Vercel

Step 1: Create Project

Go to vercel.com/new and import your forge repo.

Step 2: Configure

Step 3: Environment Variables

Add before deploying:

Step 4: Deploy

Click Deploy. Note the URL (e.g. nowpage-mcp-xxxx.vercel.app).

2. Connect Your Own Claude.ai

  1. Go to Claude.ai → Settings → Connectors
  2. Click Add custom connector
  3. URL: https://YOUR-URL.vercel.app/api/mcp
  4. No auth needed (uses server NP_API_KEY)
  5. Ask Claude to publish something!

3. Onboard a Customer

Product Model ($50/mo)

  1. Customer signs up for NowPage
  2. Issue them an NP_API_KEY scoped to their domain
  3. Add their domain to ALLOWED_DOMAINS env var
  4. Send them the customer connection guide
  5. They connect Claude.ai with their API key as Bearer token

4. Domain Restrictions

Two layers of protection:

5. ChatGPT Support

ChatGPT does not support MCP connectors natively. It uses GPT Actions (OpenAPI-based). A separate OpenAPI wrapper would be a future V2 feature.