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/mcp2. Add it to your client
ChatGPT (Desktop)
- Open Settings → Connectors → Add custom connector.
- Paste the MCP server URL above and give it the name "Scorpmark".
- Click Connect. A browser window opens for sign-in.
- Sign in with your Scorpmark admin account, then Approve on the consent screen.
- Back in ChatGPT, enable the Scorpmark tools in the composer.
Claude (Desktop or Web)
- Open Settings → Connectors → Add connector.
- Choose "Custom MCP server" and paste the URL above.
- Click Connect, sign in with your admin account, then Approve.
- The Scorpmark tools appear in Claude's tool list — enable them per chat.
Cursor
- Open Settings → MCP → Add new server.
- Choose the HTTP transport and paste the URL above.
- Save. Cursor opens the browser for OAuth — sign in and Approve.
- 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_leadsLatest design briefs, optionally filtered by status.
get_leadFull lead details plus the chatbot conversation transcript.
update_lead_statusMark a lead as new, contacted, won, or lost.
list_conversationsRecent website chatbot conversations.
get_conversationFull 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.
- Download the adapter and drop it into your Payload project:
https://scorpmark.studio/api/public/journal/payload/adapter.ts - Register
JournalPostsandJournalBrandsinpayload.config.ts. - Run
syncScorpmarkJournal({ payload, brand: 'nance', since })on a cron. Posts upsert onsyndication.sourceId + syndication.brand, so re-runs are safe. - Render
canonicalUrlas a<link rel="canonical">so search engines credit the original while your locality copy stays unique.
https://scorpmark.studio/api/public/journal/payload/sync?brand=nancehttps://scorpmark.studio/api/public/journal/payload/schemahttps://scorpmark.studio/api/public/journal/postshttps://scorpmark.studio/api/public/journal/brandsTrouble 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.