Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Techtenstein SEO

БесплатноНе проверен

Gives Claude, Cline, or Cursor access to on-page SEO audits for any URL using the Techtenstein SEO Audit API.

GitHubEmbed

Описание

Gives Claude, Cline, or Cursor access to on-page SEO audits for any URL using the Techtenstein SEO Audit API.

README

Techtenstein SEO MCP

MCP server that gives your Claude, Cline, or Cursor session access to on-page SEO audits for any URL. Powered by the Techtenstein SEO Audit API.

Tools exposed

  • seo_audit(url) — Full on-page SEO audit for a single URL
  • seo_batch_audit(urls) — Batch audit up to 20 URLs

Install (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "techtenstein-seo": {
      "command": "uvx",
      "args": ["techtenstein-seo-mcp"],
      "env": {
        "TECHTENSTEIN_API_KEY": "your_key_from_techtenstein.com"
      }
    }
  }
}

Restart Claude Desktop. seo_audit and seo_batch_audit will appear as available tools.

Install (Cline / VS Code)

Cline auto-detects MCP servers from your Claude Desktop config. Same setup as above works.

Install (Cursor)

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "techtenstein-seo": {
      "command": "uvx",
      "args": ["techtenstein-seo-mcp"],
      "env": {"TECHTENSTEIN_API_KEY": "your_key"}
    }
  }
}

Get an API key

Free tier (100 audits/day, no card): https://apis.techtenstein.com

Paid tiers start at $5/month for 5,000 audits.

Example usage

Once installed, ask Claude:

"Run an SEO audit on https://techtenstein.com and tell me the top 3 things to fix."

Claude will call seo_audit, receive the JSON response, and synthesize recommendations.

Or batch:

"Audit these 5 competitor pages and compare their SEO scores: [urls]"

Claude will call seo_batch_audit, receive all 5 results, and produce a comparison table.

Response schema

{
  "url": "https://example.com",
  "seo_score": 84,
  "title": {"content": "...", "length": 58, "optimal": true},
  "meta_description": {"content": "...", "length": 145},
  "headings": {"h1": 1, "h2": 5, "h3": 12},
  "word_count": 2367,
  "images": {"total": 15, "with_alt": 12, "alt_coverage": 80},
  "links": {"internal": 24, "external": 8},
  "recommendations": ["...", "..."]
}

Support

License

MIT

from github.com/sathvic-kollu/techtenstein-seo-mcp

Установка Techtenstein SEO

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sathvic-kollu/techtenstein-seo-mcp

FAQ

Techtenstein SEO MCP бесплатный?

Да, Techtenstein SEO MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Techtenstein SEO?

Нет, Techtenstein SEO работает без API-ключей и переменных окружения.

Techtenstein SEO — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Techtenstein SEO в Claude Desktop, Claude Code или Cursor?

Открой Techtenstein SEO на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Techtenstein SEO with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai