Agent integrations

Connect Scorpmark to your AI assistant.

Use ChatGPT, Claude, Cursor, or any MCP-compatible client to read and manage your Scorpmark leads and chatbot conversations. Access is protected — only signed-in admins see any data.

1. Server URL

Paste this into your AI client's MCP settings.

https://scorpmark.studio/mcp

2. Add it to your client

ChatGPT (Desktop)

  1. Open Settings → Connectors → Add custom connector.
  2. Paste the MCP server URL above and give it the name "Scorpmark".
  3. Click Connect. A browser window opens for sign-in.
  4. Sign in with your Scorpmark admin account, then Approve on the consent screen.
  5. Back in ChatGPT, enable the Scorpmark tools in the composer.

Claude (Desktop or Web)

  1. Open Settings → Connectors → Add connector.
  2. Choose "Custom MCP server" and paste the URL above.
  3. Click Connect, sign in with your admin account, then Approve.
  4. The Scorpmark tools appear in Claude's tool list — enable them per chat.

Cursor

  1. Open Settings → MCP → Add new server.
  2. Choose the HTTP transport and paste the URL above.
  3. Save. Cursor opens the browser for OAuth — sign in and Approve.
  4. Tools become available to the Cursor agent automatically.

3. Sign in & approve

The client opens a browser tab. Sign in with your Scorpmark admin account, then click Approve on the consent screen. The window closes and your tools are live.

What you can ask

  • list_recent_leads

    Latest design briefs, optionally filtered by status.

  • get_lead

    Full lead details plus the chatbot conversation transcript.

  • update_lead_status

    Mark a lead as new, contacted, won, or lost.

  • list_conversations

    Recent website chatbot conversations.

  • get_conversation

    Full transcript of a chatbot conversation by ID.

Try: "Show me my last 5 leads and summarise what each client is asking for."

Payload CMS adapter

Salon sites running Payload can mirror the Journal — including their own AI-written brand variant — with two collections and one sync call.

  1. Download the adapter and drop it into your Payload project:
    https://scorpmark.studio/api/public/journal/payload/adapter.ts
  2. Register JournalPosts and JournalBrands in payload.config.ts.
  3. Run syncScorpmarkJournal({ payload, brand: 'nance', since }) on a cron. Posts upsert on syndication.sourceId + syndication.brand, so re-runs are safe.
  4. Render canonicalUrl as a <link rel="canonical"> so search engines credit the original while your locality copy stays unique.
Sync feed (Payload docs)
https://scorpmark.studio/api/public/journal/payload/sync?brand=nance
Collection schema (JSON)
https://scorpmark.studio/api/public/journal/payload/schema
Neutral post feed
https://scorpmark.studio/api/public/journal/posts
Brand directory
https://scorpmark.studio/api/public/journal/brands

Trouble connecting?

Make sure you're signed in as an admin at /auth first. If the consent screen loops back to sign-in, complete sign-in and reopen the connect flow in your client.