Early access · MCP v1.0

Your AI agent can now find low competition keywords

Connect your AI agent to Seolup’s engine via MCP. Find low-competition keywords, analyze SERP weakness, and cluster topics — on your account, your balance.

Works with Claude Desktop and Claude Code today. A remote one-click connector lands in v2.

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": "…"
      }
    }
  }
}
What it is

A connector, not a copy-paste dance

A lightweight connector that plugs your AI agent straight into Seolup’s live SERP weakness data. No browser tabs, no export-import dance — one engine, one balance.

Six tools

What your agent can do once connected

One tool runs analyses and spends credits. The other five are pure reads, gated by row-level security — they cost nothing.

find_low_competition_keywords 1 credit / keyword

Expands your seed, scores real SERP vulnerability, returns a run_id.

get_analysis_results Free · read

Returns the scored table for a run_id — partials while fetching.

list_analysis_runs Free · read

Lists your recent runs with status, progress and run_id.

analyze_serp_weakness Free · read

Explains why a keyword is beatable: signals, label and quadrant.

cluster_keywords Free · read

Groups keywords into clusters with volume and best score.

get_credit_balance Free · read

Balance, today’s usage versus your daily limit, and effective tier.

How to connect

Up and running in four steps

Early access uses a local connector (Node.js). Your credentials stay on your machine — they go straight to Seolup’s backend, never to the agent or any third party.

  1. 01

    Create a Seolup account

    Sign up with email and password and add credits. That same account, balance and limits power both the web app and the MCP server.

  2. 02

    Install the local connector

    You’ll need Node.js ≥ 18. Get the mcp/ folder and run npm install inside it. Ask your admin for the public backend URL and anon key (never an admin key).

  3. 03

    Add it to your MCP client

    Drop the config below into claude_desktop_config.json (or run claude mcp add for Claude Code) with your backend URL, anon key, email and password.

  4. 04

    Restart your client

    Restart Claude Desktop or Claude Code and the seolup tools appear immediately — your agent can start hunting weak SERPs.

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": "…"
      }
    }
  }
}

Supported markets: us, es, uk, mx, ar, fr, de — or pass an explicit location_code + language_code.

Example prompts

Talk to your agent, not to a dashboard

Find low competition keywords for “best protein powder” with at least 500 searches/month and a CPC above $0.50.

Analyze the SERP weakness for “how to start a podcast” and tell me why it’s winnable.

Cluster these keywords: keto meal prep, keto lunch ideas, keto breakfast recipes, easy keto dinners.

How many Seolup credits do I have left?

Honest limitations

What early access does — and doesn’t — do yet

We’d rather under-promise. Here’s exactly where v1.0 stands.

  • The local connector needs Node.js (≥ 18) on your machine. The v2 remote connector will remove that dependency entirely.
  • When a SERP isn’t cached, an analysis takes around 2 minutes — that’s why the flow is run_id + poll, not a single response. Cached SERPs return near-instantly.
  • The free plan includes 5 analyses per day. Paid plans scale from there.
  • Up to 3 runs in flight per organization at a time, and max_keywords is capped at min(50, your balance) — you never queue more than you can pay for.
  • No content briefs yet (deferred to v1.1), and the local/EMD mode arrives in v2.1. We only ship what the engine already backs.

Start your AI agent’s keyword research

Connect the MCP server and let your agent find the weakest spots in the SERP. Early access is open now.

Human Agent