Back to Browse

Agent Skills MCP Server

Developer ToolsLow Risk8.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Manage SiteGPT chatbots and account resources through the SiteGPT API v2.

About

Manage SiteGPT chatbots and account resources through the SiteGPT API v2.

Remote endpoints: streamable-http: https://sitegpt.ai/mcp

Security Report

8.2
Low Risk8.2Low Risk

This is a skill distribution repository for SiteGPT agent tools with clean, well-structured code. The validation script properly handles file I/O and markdown parsing with appropriate error handling. No authentication vulnerabilities, malicious patterns, or dangerous operations were identified. Permissions are appropriately scoped to file system operations needed for skill validation.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

file_stat

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

SiteGPT Agent Skills

Official SiteGPT skills for AI agents.

These skills teach agents how to use SiteGPT through the SiteGPT CLI so they can manage chatbots, knowledge, conversations, settings, team access, and account resources from an agent environment.

SiteGPT also publishes https://sitegpt.ai/auth.md for agent environments that support Auth.md-style discovery of the anonymous try-before-signup onboarding flow.

skills.sh

Install

As a Claude Code plugin (also works in Cowork):

/plugin marketplace add sitegpt/agent-skills
/plugin install sitegpt@sitegpt

With the skills CLI (any agent environment that supports Agent Skills):

npx skills add sitegpt/agent-skills

Both deliver the same skill. This repository is dual-packaged: an Agent Skills repo (skills.sh) and a Claude Code plugin marketplace (.claude-plugin/).

Available Skills

sitegpt

Orientation skill: what SiteGPT is, which surface to use (CLI, MCP connector, REST API, or no-signup onboarding), and where the deep workflows live. Routes terminal work to sitegpt-cli.

sitegpt-cli

Use the SiteGPT CLI to manage SiteGPT accounts and chatbots from AI agents such as Codex, Claude Code, Cursor, OpenCode, Gemini CLI, Windsurf, Cline, and other skill-compatible coding agents.

Use when:

  • Creating a SiteGPT chatbot from a website.
  • Creating a try-before-signup chatbot through agent-first onboarding when the user does not have a SiteGPT account yet.
  • Adding knowledge from links, websites, sitemaps, files, YouTube videos, text, and connected data sources.
  • Managing personas, instructions, settings, conversation starters, followups, and custom responses.
  • Reading and managing conversations, messages, leads, tags, members, invites, usage, billing, and API tokens.
  • Troubleshooting SiteGPT CLI command usage.

The skill is a single self-contained SKILL.md: the agent-facing workflow, discovery brief, onboarding and account playbooks, command map, and safety rules in one file. The SiteGPT CLI itself is the source of truth for exact command syntax — agents run sitegpt <command> --help for flags, so the skill deliberately does not duplicate a per-command reference.

Install in Cursor

This repository is also a Cursor plugin (skills + the remote MCP server). In Cursor, run /add-plugin and pick SiteGPT, or install from the marketplace listing. The MCP server connects your SiteGPT account with browser OAuth; the skills work with no account via agent-first onboarding.

Installation

Install the SiteGPT CLI skill with the open skills CLI:

npx skills add sitegpt/agent-skills --skill sitegpt-cli

Install into a specific agent:

npx skills add sitegpt/agent-skills --skill sitegpt-cli -a codex
npx skills add sitegpt/agent-skills --skill sitegpt-cli -a claude-code
npx skills add sitegpt/agent-skills --skill sitegpt-cli -a cursor

Install globally:

npx skills add sitegpt/agent-skills --skill sitegpt-cli --global

List available skills without installing:

npx skills add sitegpt/agent-skills --list

Update installed skills later:

npx skills update sitegpt-cli

SiteGPT CLI Prerequisite

The skills CLI installs this agent skill. The SiteGPT CLI is the actual command-line tool the agent will run after the skill is installed.

Install the SiteGPT CLI first:

npm install -g @sitegpt/cli

Then choose the right flow:

  • No SiteGPT account yet: do not log in first. Ask the agent to run sitegpt onboarding start <website-url>, configure and test the temporary chatbot, then share the onboarding URL for preview and claim.
  • Existing SiteGPT account: authenticate, then use normal account commands.

For existing accounts, authenticate with device login:

sitegpt login

You can also create an API token from the SiteGPT dashboard and save it manually:

sitegpt login --token <sitegpt-api-token>

Example Prompts

Once the skill is installed, ask your agent:

Try SiteGPT for https://example.com. Inspect the website, create a temporary chatbot, add knowledge, configure persona and instructions, test it, and give me the onboarding URL so I can preview and claim it.
I already have a SiteGPT account. Create a chatbot for https://example.com inside my account, configure knowledge and branding, and give me the dashboard link.
Audit my SiteGPT chatbot knowledge sources and resync any failed or stale documents.
Show recent conversations for my SiteGPT chatbot, summarize unresolved issues, and tag the conversations that need human follow-up.

Skill Structure

skills/
  sitegpt-cli/
    SKILL.md

Versioning And Releases

Skill versions live in metadata.version inside each SKILL.md and in the root package.json.

Releases are manual. When publishing a new version:

  1. Update package.json.
  2. Update metadata.version in each changed SKILL.md.
  3. Update CHANGELOG.md.
  4. Commit with chore: release <version>.
  5. Create and push a matching Git tag, for example v0.1.2.
  6. Create a GitHub Release for that tag.

Users who install through npx skills add sitegpt/agent-skills can update later with npx skills update.

Related Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!