Skip to content

linklight v0.1.0 — MCP server for SEO

Latest

Choose a tag to compare

@grodgers1-ctrl grodgers1-ctrl released this 01 Aug 15:15
· 9 commits to master since this release

First public release of linklight — the MCP server for SEO. Plug it into Claude, Cursor, or any MCP client and let your AI agent find prospects, draft outreach, and monitor backlinks.

MCP Server (14 tools)

  • search_prospects — find link-building prospects for a keyword (Tavily + Moz DA)
  • find_competitor_backlinks — pages linking to a competitor in roundups/alternatives; pass my_domain for only-new opportunities
  • find_similar_prospects — Exa.ai neural search
  • enrich_domain — Moz DA, contact email, homepage facts
  • find_email — Hunter → Tomba → Apollo → ContactOut cascade
  • draft_email — OpenAI outreach with built-in spam score
  • save_draft — review-only saving, never auto-sends
  • find_quick_win_keywords / find_prospect_gaps / list_lost_backlinks
  • list_campaigns / list_prospects / list_replies / list_backlinks

Highlights

  • 📧 Email system — Gmail send engine, open/click tracking, reply detection, multi-step sequences with automated cron
  • 🔗 Backlink monitor — GSC fetch + sync, health checks, index status, notifications
  • 🔎 Keyword research — GSC queries, Google Suggest, People Also Ask, difficulty estimates
  • 📊 Dashboard — GSC performance, email stats, kanban pipeline, onboarding wizard
  • 💳 Stripe billing — 7-day free trial
  • 🚀 Launch-ready — MCP-first README with demo GIF, Dockerfile, Glama directory listing, MIT license

Quick start

{
  "mcpServers": {
    "linklight": {
      "type": "http",
      "url": "https://lightlinks.dev/api/mcp",
      "headers": { "Authorization": "Bearer sk_ll_YOUR_KEY" }
    }
  }
}

Full docs: https://lightlinks.dev/docs/mcp