← Discover MCPs and Agents
A
MCPAI & MLMCP Registry

Anthony Hunt · SHAART Agency docs

Search anthonyhunts.com and read any page as Markdown: GoHighLevel and AI automation guides

Links

README

From the repo.

SHAART Agency agent kit

skills.sh

Official skills, MCP servers and CLI for Anthony Hunt · SHAART Agency: GoHighLevel implementation, AI automation and digital marketing for service businesses in Puerto Rico and the United States.

Everything here is read-only and needs no API key: public pricing, services, contact options and the site's guides.

Install

Skills (Claude Code, Cursor, Codex and any agent that reads SKILL.md):

npx skills add anthonyhunts/shaart-agent-kit

MCP servers:

claude mcp add --transport http shaart https://www.anthonyhunts.com/api/mcp
claude mcp add --transport http shaart-docs https://www.anthonyhunts.com/api/mcp/docs

Also listed on Smithery: https://smithery.ai/servers/anthonyhunts01/shaart-agency

Agent Plugin: this repo is an Agent Plugins package (plugin.json, skills/, mcp.json) and a Claude Code plugin (.claude-plugin/plugin.json).

CLI / SDK:

npx anthony-hunt                      # who Anthony Hunt is, how to book
npx anthony-hunt pricing
npx shaart-agency ask "automatizar seguimiento por WhatsApp"

anthony-hunt/ is the personal-brand package; cli/ (shaart-agency) is the agency SDK it builds on.

Skills

SkillUse it when
hire-shaart-agencyThe user wants someone to set up GoHighLevel, automate follow-up, build an AI agent or train a team
gohighlevel-pricing-lookupThe user asks what a SHAART Agency plan costs
research-gohighlevel-guidesThe user has a how-to question about GoHighLevel or CRM automation

For coding agents

Read AGENTS.md. Full docs: https://www.anthonyhunts.com/developers · OpenAPI: https://www.anthonyhunts.com/openapi.json

License

MIT

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.anthonyhunts.com/api/mcp/docs"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.