Connect VersedSites to Claude
VersedSites exposes an MCP (Model Context Protocol) server, so you can create, edit, and publish your website directly from Claude, Claude Code, ChatGPT, Cursor, or any other MCP-compatible client — no need to open the VersedSites dashboard.
What you can do
Once connected, you can ask your AI assistant to:
- List your sites
- Create a new site
- Deploy/publish a site
- Check deploy status
- Rate a site
- Delete a site
This is especially useful if you manage sites for multiple clients and want to script or batch these actions instead of clicking through the dashboard one site at a time.
- 1. Go to Settings → Connectors (or wherever your Claude client exposes "Add custom connector").
- 2. Choose Add custom connector.
- 3. Paste this URL:
https://versedsites.com/api/public/mcp - 4. Claude will discover the OAuth server automatically and walk you through authorizing your VersedSites account.
- 5. Once connected, just ask Claude naturally — e.g. "Show me my VersedSites sites" or "Deploy my Pro Finish Tree Care site".
Run this from your terminal:
claude mcp add --scope user --transport http versedsites 'https://versedsites.com/api/public/mcp'
You'll be prompted to authorize on first use.
If your MCP client doesn't support the OAuth flow, or you're scripting something and want a static credential:
- 1. Go to your VersedSites dashboard → MCP tokens.
- 2. Generate a new token.
- 3. Pass it as a Bearer token in the Authorization header when connecting.
Public read-only endpoint
For basic app info with no authentication required:
https://versedsites.com/mcp- Every action is scoped to your own account — a connected AI assistant can only see and modify sites you own.
- Tokens expire and refresh automatically under OAuth; PATs can be revoked anytime from the dashboard, which immediately cuts off access.
- You can disconnect at any point from your AI client's connector settings, or by revoking the token in your VersedSites dashboard.
Nothing happens when I try to connect.
Confirm you're using https://versedsites.com/api/public/mcp (not the read-only /mcp endpoint) — the read-only endpoint doesn't support account actions.
My assistant can't find the site I'm looking for.
Ask it to list your sites first; it can only act on sites tied to the account you authorized.
A deploy seems stuck.
Ask your assistant to check the deploy status — for larger publishes or custom domain setups, deploys can take a few minutes to fully propagate.
