create-lovable-seo-agent
v0.1.0
Published
Install the SEO Agent (edge functions + MCP server + migrations) into any Lovable / Supabase project with a license key.
Maintainers
Readme
create-lovable-seo-agent
Install the full SEO Agent (edge functions + MCP server + database schema) into any Lovable / Supabase project — with one command.
Usage
cd my-lovable-project
npx create-lovable-seo-agentYou'll be prompted for:
- Project path (defaults to current directory)
- License key — format
LSA-XXXX-XXXX-XXXX
The installer verifies your license, activates it on this machine, downloads the bundle, and extracts it into your project.
What gets installed
supabase/functions/seo-agent*— 5 edge functions for review, autopilot, chat, rollback, scheduledsupabase/functions/gsc-*— 2 Google Search Console functionssupabase/functions/mcp— MCP server exposing 8 toolssrc/lib/mcp/— MCP tool definitionssupabase/migrations/*_seo_agent_install.sql— schema (7 tables)
After installation
Open your project in Lovable and say:
شغّل الـ migrations الجديدة، وأضف mcpPlugin() فى vite.config.ts، وأضف route /.lovable/oauth/consent
Then add these secrets in Project Settings → Secrets:
LOVABLE_API_KEY(managed automatically)GOOGLE_SERVICE_ACCOUNT_JSON(optional, for GSC data)
Requirements
- Node.js ≥ 18
- A Lovable project with
blog_poststable (seedocs/SCHEMA.mdin the bundle) - A valid license key — get one at nooncodes.net
Plans
| Plan | Machines | Price | |----------|----------|-------| | Personal | 1 | $49 | | Team | 5 | $149 | | Agency | Unlimited | $499 |
License
Proprietary — see LICENSE. One key per plan; sharing keys revokes access for all activations.
Support
- Docs: https://nooncodes.net/seo-agent/docs
- Email: [email protected]
