seolup://agent MCP v1.0 · early access

# Seolup for AI agents

Seolup finds low-competition keywords from real SERP weakness — forums, thin pages, AI Overviews, ads, local pack — not a guessed difficulty score. Every keyword gets a 0–100 vulnerability score and an opportunity quadrant: easy_win, hidden_gem, trap, fortress.

## MCP tools (6)

  • find_low_competition_keywords 1 credit / keyword

    Runs a real analysis: expands a seed keyword in a market, scores each term’s SERP vulnerability, returns a run_id.

  • get_analysis_results free · read

    Reads a run by run_id: keyword, volume, KD, score, label, quadrant, cluster, plus per-quadrant counts.

  • list_analysis_runs free · read

    Lists your organization’s recent runs — seed, date, status, keywords, credits spent, run_id.

  • analyze_serp_weakness free · read

    Explains why a keyword’s SERP is weak or strong: subscores, engine signals, reasoned label and quadrant.

  • cluster_keywords free · read

    Groups a run’s keywords into clusters — members, aggregated volume, best score — ready for content planning.

  • get_credit_balance free · read

    Your balance, today’s operations against your tier’s daily limit, and your effective tier.

## Credit contract

1 credit = 1 keyword analyzed. Only find_low_competition_keywords spends; the five reads are free. One balance, shared across the web app and MCP.

  • Free 100 welcome credits · 5 analyses/day · full features
  • Starter 2,000 credits / month · €19 · unlimited analyses
  • Pro 10,000 credits / month · €49 · priority support

## Connect

Needs Node.js ≥ 18, a Seolup account (email + password), and the public backend URL + anon key. Works with Claude Desktop and Claude Code today.

claude_desktop_config.json
{
  "mcpServers": {
    "seolup": {
      "command": ".../mcp/node_modules/.bin/tsx",
      "args": [".../mcp/index.ts"],
      "env": {
        "INSFORGE_URL": "https://….insforge.app",
        "INSFORGE_ANON_KEY": "eyJ…",
        "SEOLUP_EMAIL": "you@email.com",
        "SEOLUP_PASSWORD": "…"
      }
    }
  }
}

## Links

Human Agent