Skip to main content

MCP server for Techtenstein SEO Audit API. Full on-page SEO analysis via Claude, Cline, and Cursor.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

techtenstein_seo_mcp-1.0.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

techtenstein_seo_mcp-1.0.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file techtenstein_seo_mcp-1.0.0.tar.gz.

File metadata

  • Download URL: techtenstein_seo_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for techtenstein_seo_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8f9d47872ac6861bea01785f203d9da8a945cc8f5cfae46c730ff0a7f30bd3e0
MD5 ce3b6bf9c99d9229dae1ad9ac4fd71fe
BLAKE2b-256 df5afb0d4d9968c0a043ba0f2eddcaebf7bb2825b394127600eb72b6a1063933

See more details on using hashes here.

File details

Details for the file techtenstein_seo_mcp-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: techtenstein_seo_mcp-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for techtenstein_seo_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3e8b122d2ccc33c916d3e7fd3a04ba94d23a9d0bbe5914032c681208a3beea88
MD5 5d7462c264d1a6b7af01866f0ff4aafd
BLAKE2b-256 7d004d16a5b8ac4e585020b529c0d92f2ddc185de4215373a2616a690c712119

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page